Uses of Class
com.oracle.bmc.identitydomains.requests.ListMyRequestableGroupsRequest
-
Packages that use ListMyRequestableGroupsRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of ListMyRequestableGroupsRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type ListMyRequestableGroupsRequest Modifier and Type Method Description ListMyRequestableGroupsResponse
IdentityDomains. listMyRequestableGroups(ListMyRequestableGroupsRequest request)
Search My Requestable GroupsFuture<ListMyRequestableGroupsResponse>
IdentityDomainsAsync. listMyRequestableGroups(ListMyRequestableGroupsRequest request, AsyncHandler<ListMyRequestableGroupsRequest,ListMyRequestableGroupsResponse> handler)
Search My Requestable GroupsFuture<ListMyRequestableGroupsResponse>
IdentityDomainsAsyncClient. listMyRequestableGroups(ListMyRequestableGroupsRequest request, AsyncHandler<ListMyRequestableGroupsRequest,ListMyRequestableGroupsResponse> handler)
ListMyRequestableGroupsResponse
IdentityDomainsClient. listMyRequestableGroups(ListMyRequestableGroupsRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type ListMyRequestableGroupsRequest Modifier and Type Method Description Future<ListMyRequestableGroupsResponse>
IdentityDomainsAsync. listMyRequestableGroups(ListMyRequestableGroupsRequest request, AsyncHandler<ListMyRequestableGroupsRequest,ListMyRequestableGroupsResponse> handler)
Search My Requestable GroupsFuture<ListMyRequestableGroupsResponse>
IdentityDomainsAsyncClient. listMyRequestableGroups(ListMyRequestableGroupsRequest request, AsyncHandler<ListMyRequestableGroupsRequest,ListMyRequestableGroupsResponse> handler)
-
Uses of ListMyRequestableGroupsRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return ListMyRequestableGroupsRequest Modifier and Type Method Description ListMyRequestableGroupsRequest
ListMyRequestableGroupsRequest.Builder. build()
Build the instance of ListMyRequestableGroupsRequest as configured by this builderListMyRequestableGroupsRequest
ListMyRequestableGroupsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListMyRequestableGroupsRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type ListMyRequestableGroupsRequest Modifier and Type Method Description ListMyRequestableGroupsRequest.Builder
ListMyRequestableGroupsRequest.Builder. copy(ListMyRequestableGroupsRequest o)
Copy method to populate the builder with values from the given instance.
-