Uses of Class
com.oracle.bmc.identitydomains.requests.DeleteIdentityPropagationTrustRequest
-
Packages that use DeleteIdentityPropagationTrustRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of DeleteIdentityPropagationTrustRequest in com.oracle.bmc.identitydomains
Method parameters in com.oracle.bmc.identitydomains with type arguments of type DeleteIdentityPropagationTrustRequest 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 DeleteIdentityPropagationTrustRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return DeleteIdentityPropagationTrustRequest Modifier and Type Method Description DeleteIdentityPropagationTrustRequestDeleteIdentityPropagationTrustRequest.Builder. build()Build the instance of DeleteIdentityPropagationTrustRequest as configured by this builderDeleteIdentityPropagationTrustRequestDeleteIdentityPropagationTrustRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteIdentityPropagationTrustRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type DeleteIdentityPropagationTrustRequest Modifier and Type Method Description DeleteIdentityPropagationTrustRequest.BuilderDeleteIdentityPropagationTrustRequest.Builder. copy(DeleteIdentityPropagationTrustRequest o)Copy method to populate the builder with values from the given instance.
-