Uses of Class
com.oracle.bmc.identitydomains.requests.ListIdentityPropagationTrustsRequest
-
Packages that use ListIdentityPropagationTrustsRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of ListIdentityPropagationTrustsRequest in com.oracle.bmc.identitydomains
Method parameters in com.oracle.bmc.identitydomains with type arguments of type ListIdentityPropagationTrustsRequest Modifier and Type Method Description Future<ListIdentityPropagationTrustsResponse>IdentityDomainsAsync. listIdentityPropagationTrusts(ListIdentityPropagationTrustsRequest request, AsyncHandler<ListIdentityPropagationTrustsRequest,ListIdentityPropagationTrustsResponse> handler)List the Identity Propagation Trust configurations.Future<ListIdentityPropagationTrustsResponse>IdentityDomainsAsyncClient. listIdentityPropagationTrusts(ListIdentityPropagationTrustsRequest request, AsyncHandler<ListIdentityPropagationTrustsRequest,ListIdentityPropagationTrustsResponse> handler) -
Uses of ListIdentityPropagationTrustsRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return ListIdentityPropagationTrustsRequest Modifier and Type Method Description ListIdentityPropagationTrustsRequestListIdentityPropagationTrustsRequest.Builder. build()Build the instance of ListIdentityPropagationTrustsRequest as configured by this builderListIdentityPropagationTrustsRequestListIdentityPropagationTrustsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListIdentityPropagationTrustsRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type ListIdentityPropagationTrustsRequest Modifier and Type Method Description ListIdentityPropagationTrustsRequest.BuilderListIdentityPropagationTrustsRequest.Builder. copy(ListIdentityPropagationTrustsRequest o)Copy method to populate the builder with values from the given instance.
-