Uses of Class
com.oracle.bmc.identitydomains.requests.CreateIdentityPropagationTrustRequest
-
Packages that use CreateIdentityPropagationTrustRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateIdentityPropagationTrustRequest in com.oracle.bmc.identitydomains
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateIdentityPropagationTrustRequest Modifier and Type Method Description Future<CreateIdentityPropagationTrustResponse>
IdentityDomainsAsync. createIdentityPropagationTrust(CreateIdentityPropagationTrustRequest request, AsyncHandler<CreateIdentityPropagationTrustRequest,CreateIdentityPropagationTrustResponse> handler)
Register a new Identity Propagation Trust configuration.Future<CreateIdentityPropagationTrustResponse>
IdentityDomainsAsyncClient. createIdentityPropagationTrust(CreateIdentityPropagationTrustRequest request, AsyncHandler<CreateIdentityPropagationTrustRequest,CreateIdentityPropagationTrustResponse> handler)
-
Uses of CreateIdentityPropagationTrustRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateIdentityPropagationTrustRequest Modifier and Type Method Description CreateIdentityPropagationTrustRequest
CreateIdentityPropagationTrustRequest.Builder. build()
Build the instance of CreateIdentityPropagationTrustRequest as configured by this builderCreateIdentityPropagationTrustRequest
CreateIdentityPropagationTrustRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateIdentityPropagationTrustRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateIdentityPropagationTrustRequest Modifier and Type Method Description CreateIdentityPropagationTrustRequest.Builder
CreateIdentityPropagationTrustRequest.Builder. copy(CreateIdentityPropagationTrustRequest o)
Copy method to populate the builder with values from the given instance.
-