Uses of Class
com.oracle.bmc.identitydomains.responses.ListIdentityPropagationTrustsResponse
-
Packages that use ListIdentityPropagationTrustsResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of ListIdentityPropagationTrustsResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return ListIdentityPropagationTrustsResponse Modifier and Type Method Description ListIdentityPropagationTrustsResponseIdentityDomains. listIdentityPropagationTrusts(ListIdentityPropagationTrustsRequest request)List the Identity Propagation Trust configurations.ListIdentityPropagationTrustsResponseIdentityDomainsClient. listIdentityPropagationTrusts(ListIdentityPropagationTrustsRequest request)Methods in com.oracle.bmc.identitydomains that return types with arguments of type ListIdentityPropagationTrustsResponse 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)Method parameters in com.oracle.bmc.identitydomains with type arguments of type ListIdentityPropagationTrustsResponse 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 ListIdentityPropagationTrustsResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return ListIdentityPropagationTrustsResponse Modifier and Type Method Description ListIdentityPropagationTrustsResponseListIdentityPropagationTrustsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type ListIdentityPropagationTrustsResponse Modifier and Type Method Description ListIdentityPropagationTrustsResponse.BuilderListIdentityPropagationTrustsResponse.Builder. copy(ListIdentityPropagationTrustsResponse o)Copy method to populate the builder with values from the given instance.
-