Uses of Class
com.oracle.bmc.identitydomains.requests.PutIdentityProofingProviderRequest
-
Packages that use PutIdentityProofingProviderRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PutIdentityProofingProviderRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PutIdentityProofingProviderRequest Modifier and Type Method Description PutIdentityProofingProviderResponseIdentityDomains. putIdentityProofingProvider(PutIdentityProofingProviderRequest request)Replace an IdentityProofingProvider.Future<PutIdentityProofingProviderResponse>IdentityDomainsAsync. putIdentityProofingProvider(PutIdentityProofingProviderRequest request, AsyncHandler<PutIdentityProofingProviderRequest,PutIdentityProofingProviderResponse> handler)Replace an IdentityProofingProvider.Future<PutIdentityProofingProviderResponse>IdentityDomainsAsyncClient. putIdentityProofingProvider(PutIdentityProofingProviderRequest request, AsyncHandler<PutIdentityProofingProviderRequest,PutIdentityProofingProviderResponse> handler)PutIdentityProofingProviderResponseIdentityDomainsClient. putIdentityProofingProvider(PutIdentityProofingProviderRequest request)Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutIdentityProofingProviderRequest Modifier and Type Method Description Future<PutIdentityProofingProviderResponse>IdentityDomainsAsync. putIdentityProofingProvider(PutIdentityProofingProviderRequest request, AsyncHandler<PutIdentityProofingProviderRequest,PutIdentityProofingProviderResponse> handler)Replace an IdentityProofingProvider.Future<PutIdentityProofingProviderResponse>IdentityDomainsAsyncClient. putIdentityProofingProvider(PutIdentityProofingProviderRequest request, AsyncHandler<PutIdentityProofingProviderRequest,PutIdentityProofingProviderResponse> handler) -
Uses of PutIdentityProofingProviderRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PutIdentityProofingProviderRequest Modifier and Type Method Description PutIdentityProofingProviderRequestPutIdentityProofingProviderRequest.Builder. build()Build the instance of PutIdentityProofingProviderRequest as configured by this builderPutIdentityProofingProviderRequestPutIdentityProofingProviderRequest.Builder. buildWithoutInvocationCallback()Build the instance of PutIdentityProofingProviderRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PutIdentityProofingProviderRequest Modifier and Type Method Description PutIdentityProofingProviderRequest.BuilderPutIdentityProofingProviderRequest.Builder. copy(PutIdentityProofingProviderRequest o)Copy method to populate the builder with values from the given instance.
-