Uses of Class
com.oracle.bmc.identitydomains.responses.PatchIdentityProviderResponse
-
Packages that use PatchIdentityProviderResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchIdentityProviderResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchIdentityProviderResponse Modifier and Type Method Description PatchIdentityProviderResponseIdentityDomains. patchIdentityProvider(PatchIdentityProviderRequest request)Update an Identity ProviderPatchIdentityProviderResponseIdentityDomainsClient. patchIdentityProvider(PatchIdentityProviderRequest request)Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchIdentityProviderResponse Modifier and Type Method Description Future<PatchIdentityProviderResponse>IdentityDomainsAsync. patchIdentityProvider(PatchIdentityProviderRequest request, AsyncHandler<PatchIdentityProviderRequest,PatchIdentityProviderResponse> handler)Update an Identity ProviderFuture<PatchIdentityProviderResponse>IdentityDomainsAsyncClient. patchIdentityProvider(PatchIdentityProviderRequest request, AsyncHandler<PatchIdentityProviderRequest,PatchIdentityProviderResponse> handler)Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchIdentityProviderResponse Modifier and Type Method Description Future<PatchIdentityProviderResponse>IdentityDomainsAsync. patchIdentityProvider(PatchIdentityProviderRequest request, AsyncHandler<PatchIdentityProviderRequest,PatchIdentityProviderResponse> handler)Update an Identity ProviderFuture<PatchIdentityProviderResponse>IdentityDomainsAsyncClient. patchIdentityProvider(PatchIdentityProviderRequest request, AsyncHandler<PatchIdentityProviderRequest,PatchIdentityProviderResponse> handler) -
Uses of PatchIdentityProviderResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchIdentityProviderResponse Modifier and Type Method Description PatchIdentityProviderResponsePatchIdentityProviderResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchIdentityProviderResponse Modifier and Type Method Description PatchIdentityProviderResponse.BuilderPatchIdentityProviderResponse.Builder. copy(PatchIdentityProviderResponse o)Copy method to populate the builder with values from the given instance.
-