Uses of Class
com.oracle.bmc.identitydomains.responses.SearchMyRequestableGroupsResponse
-
Packages that use SearchMyRequestableGroupsResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of SearchMyRequestableGroupsResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return SearchMyRequestableGroupsResponse Modifier and Type Method Description SearchMyRequestableGroupsResponse
IdentityDomains. searchMyRequestableGroups(SearchMyRequestableGroupsRequest request)
Search My Requestable Groups Using POSTSearchMyRequestableGroupsResponse
IdentityDomainsClient. searchMyRequestableGroups(SearchMyRequestableGroupsRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type SearchMyRequestableGroupsResponse Modifier and Type Method Description Future<SearchMyRequestableGroupsResponse>
IdentityDomainsAsync. searchMyRequestableGroups(SearchMyRequestableGroupsRequest request, AsyncHandler<SearchMyRequestableGroupsRequest,SearchMyRequestableGroupsResponse> handler)
Search My Requestable Groups Using POSTFuture<SearchMyRequestableGroupsResponse>
IdentityDomainsAsyncClient. searchMyRequestableGroups(SearchMyRequestableGroupsRequest request, AsyncHandler<SearchMyRequestableGroupsRequest,SearchMyRequestableGroupsResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type SearchMyRequestableGroupsResponse Modifier and Type Method Description Future<SearchMyRequestableGroupsResponse>
IdentityDomainsAsync. searchMyRequestableGroups(SearchMyRequestableGroupsRequest request, AsyncHandler<SearchMyRequestableGroupsRequest,SearchMyRequestableGroupsResponse> handler)
Search My Requestable Groups Using POSTFuture<SearchMyRequestableGroupsResponse>
IdentityDomainsAsyncClient. searchMyRequestableGroups(SearchMyRequestableGroupsRequest request, AsyncHandler<SearchMyRequestableGroupsRequest,SearchMyRequestableGroupsResponse> handler)
-
Uses of SearchMyRequestableGroupsResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return SearchMyRequestableGroupsResponse Modifier and Type Method Description SearchMyRequestableGroupsResponse
SearchMyRequestableGroupsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type SearchMyRequestableGroupsResponse Modifier and Type Method Description SearchMyRequestableGroupsResponse.Builder
SearchMyRequestableGroupsResponse.Builder. copy(SearchMyRequestableGroupsResponse o)
Copy method to populate the builder with values from the given instance.
-