Uses of Class
com.oracle.bmc.identitydomains.responses.DeleteIdentityPropagationTrustResponse
-
Packages that use DeleteIdentityPropagationTrustResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of DeleteIdentityPropagationTrustResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return DeleteIdentityPropagationTrustResponse Modifier and Type Method Description DeleteIdentityPropagationTrustResponse
IdentityDomains. deleteIdentityPropagationTrust(DeleteIdentityPropagationTrustRequest request)
Delete an existing Identity Propagation Trust configuration.DeleteIdentityPropagationTrustResponse
IdentityDomainsClient. deleteIdentityPropagationTrust(DeleteIdentityPropagationTrustRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type DeleteIdentityPropagationTrustResponse Modifier and Type Method Description Future<DeleteIdentityPropagationTrustResponse>
IdentityDomainsAsync. deleteIdentityPropagationTrust(DeleteIdentityPropagationTrustRequest request, AsyncHandler<DeleteIdentityPropagationTrustRequest,DeleteIdentityPropagationTrustResponse> handler)
Delete an existing Identity Propagation Trust configuration.Future<DeleteIdentityPropagationTrustResponse>
IdentityDomainsAsyncClient. deleteIdentityPropagationTrust(DeleteIdentityPropagationTrustRequest request, AsyncHandler<DeleteIdentityPropagationTrustRequest,DeleteIdentityPropagationTrustResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type DeleteIdentityPropagationTrustResponse Modifier and Type Method Description Future<DeleteIdentityPropagationTrustResponse>
IdentityDomainsAsync. deleteIdentityPropagationTrust(DeleteIdentityPropagationTrustRequest request, AsyncHandler<DeleteIdentityPropagationTrustRequest,DeleteIdentityPropagationTrustResponse> handler)
Delete an existing Identity Propagation Trust configuration.Future<DeleteIdentityPropagationTrustResponse>
IdentityDomainsAsyncClient. deleteIdentityPropagationTrust(DeleteIdentityPropagationTrustRequest request, AsyncHandler<DeleteIdentityPropagationTrustRequest,DeleteIdentityPropagationTrustResponse> handler)
-
Uses of DeleteIdentityPropagationTrustResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return DeleteIdentityPropagationTrustResponse Modifier and Type Method Description DeleteIdentityPropagationTrustResponse
DeleteIdentityPropagationTrustResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type DeleteIdentityPropagationTrustResponse Modifier and Type Method Description DeleteIdentityPropagationTrustResponse.Builder
DeleteIdentityPropagationTrustResponse.Builder. copy(DeleteIdentityPropagationTrustResponse o)
Copy method to populate the builder with values from the given instance.
-