Uses of Class
com.oracle.bmc.identitydomains.requests.SearchCloudGateMappingsRequest
-
Packages that use SearchCloudGateMappingsRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of SearchCloudGateMappingsRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type SearchCloudGateMappingsRequest Modifier and Type Method Description SearchCloudGateMappingsResponse
IdentityDomains. searchCloudGateMappings(SearchCloudGateMappingsRequest request)
Search Cloud Gate mappings Using POSTFuture<SearchCloudGateMappingsResponse>
IdentityDomainsAsync. searchCloudGateMappings(SearchCloudGateMappingsRequest request, AsyncHandler<SearchCloudGateMappingsRequest,SearchCloudGateMappingsResponse> handler)
Search Cloud Gate mappings Using POSTFuture<SearchCloudGateMappingsResponse>
IdentityDomainsAsyncClient. searchCloudGateMappings(SearchCloudGateMappingsRequest request, AsyncHandler<SearchCloudGateMappingsRequest,SearchCloudGateMappingsResponse> handler)
SearchCloudGateMappingsResponse
IdentityDomainsClient. searchCloudGateMappings(SearchCloudGateMappingsRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type SearchCloudGateMappingsRequest Modifier and Type Method Description Future<SearchCloudGateMappingsResponse>
IdentityDomainsAsync. searchCloudGateMappings(SearchCloudGateMappingsRequest request, AsyncHandler<SearchCloudGateMappingsRequest,SearchCloudGateMappingsResponse> handler)
Search Cloud Gate mappings Using POSTFuture<SearchCloudGateMappingsResponse>
IdentityDomainsAsyncClient. searchCloudGateMappings(SearchCloudGateMappingsRequest request, AsyncHandler<SearchCloudGateMappingsRequest,SearchCloudGateMappingsResponse> handler)
-
Uses of SearchCloudGateMappingsRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return SearchCloudGateMappingsRequest Modifier and Type Method Description SearchCloudGateMappingsRequest
SearchCloudGateMappingsRequest.Builder. build()
Build the instance of SearchCloudGateMappingsRequest as configured by this builderSearchCloudGateMappingsRequest
SearchCloudGateMappingsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SearchCloudGateMappingsRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type SearchCloudGateMappingsRequest Modifier and Type Method Description SearchCloudGateMappingsRequest.Builder
SearchCloudGateMappingsRequest.Builder. copy(SearchCloudGateMappingsRequest o)
Copy method to populate the builder with values from the given instance.
-