Uses of Class
com.oracle.bmc.identitydomains.requests.SearchMyRequestableGroupsRequest
-
Packages that use SearchMyRequestableGroupsRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of SearchMyRequestableGroupsRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type SearchMyRequestableGroupsRequest Modifier and Type Method Description SearchMyRequestableGroupsResponse
IdentityDomains. searchMyRequestableGroups(SearchMyRequestableGroupsRequest request)
Search My Requestable Groups Using POSTFuture<SearchMyRequestableGroupsResponse>
IdentityDomainsAsync. searchMyRequestableGroups(SearchMyRequestableGroupsRequest request, AsyncHandler<SearchMyRequestableGroupsRequest,SearchMyRequestableGroupsResponse> handler)
Search My Requestable Groups Using POSTFuture<SearchMyRequestableGroupsResponse>
IdentityDomainsAsyncClient. searchMyRequestableGroups(SearchMyRequestableGroupsRequest request, AsyncHandler<SearchMyRequestableGroupsRequest,SearchMyRequestableGroupsResponse> handler)
SearchMyRequestableGroupsResponse
IdentityDomainsClient. searchMyRequestableGroups(SearchMyRequestableGroupsRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type SearchMyRequestableGroupsRequest 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 SearchMyRequestableGroupsRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return SearchMyRequestableGroupsRequest Modifier and Type Method Description SearchMyRequestableGroupsRequest
SearchMyRequestableGroupsRequest.Builder. build()
Build the instance of SearchMyRequestableGroupsRequest as configured by this builderSearchMyRequestableGroupsRequest
SearchMyRequestableGroupsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SearchMyRequestableGroupsRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type SearchMyRequestableGroupsRequest Modifier and Type Method Description SearchMyRequestableGroupsRequest.Builder
SearchMyRequestableGroupsRequest.Builder. copy(SearchMyRequestableGroupsRequest o)
Copy method to populate the builder with values from the given instance.
-