Uses of Class
com.oracle.bmc.identitydomains.requests.SearchMyGroupsRequest
-
Packages that use SearchMyGroupsRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of SearchMyGroupsRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type SearchMyGroupsRequest Modifier and Type Method Description SearchMyGroupsResponse
IdentityDomains. searchMyGroups(SearchMyGroupsRequest request)
Search for ‘My Groups’ using POST.Future<SearchMyGroupsResponse>
IdentityDomainsAsync. searchMyGroups(SearchMyGroupsRequest request, AsyncHandler<SearchMyGroupsRequest,SearchMyGroupsResponse> handler)
Search for ‘My Groups’ using POST.Future<SearchMyGroupsResponse>
IdentityDomainsAsyncClient. searchMyGroups(SearchMyGroupsRequest request, AsyncHandler<SearchMyGroupsRequest,SearchMyGroupsResponse> handler)
SearchMyGroupsResponse
IdentityDomainsClient. searchMyGroups(SearchMyGroupsRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type SearchMyGroupsRequest Modifier and Type Method Description Future<SearchMyGroupsResponse>
IdentityDomainsAsync. searchMyGroups(SearchMyGroupsRequest request, AsyncHandler<SearchMyGroupsRequest,SearchMyGroupsResponse> handler)
Search for ‘My Groups’ using POST.Future<SearchMyGroupsResponse>
IdentityDomainsAsyncClient. searchMyGroups(SearchMyGroupsRequest request, AsyncHandler<SearchMyGroupsRequest,SearchMyGroupsResponse> handler)
-
Uses of SearchMyGroupsRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return SearchMyGroupsRequest Modifier and Type Method Description SearchMyGroupsRequest
SearchMyGroupsRequest.Builder. build()
Build the instance of SearchMyGroupsRequest as configured by this builderSearchMyGroupsRequest
SearchMyGroupsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SearchMyGroupsRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type SearchMyGroupsRequest Modifier and Type Method Description SearchMyGroupsRequest.Builder
SearchMyGroupsRequest.Builder. copy(SearchMyGroupsRequest o)
Copy method to populate the builder with values from the given instance.
-