Uses of Class
com.oracle.bmc.identitydomains.requests.ListGrantsRequest
-
Packages that use ListGrantsRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of ListGrantsRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type ListGrantsRequest Modifier and Type Method Description ListGrantsResponseIdentityDomains. listGrants(ListGrantsRequest request)Search GrantsFuture<ListGrantsResponse>IdentityDomainsAsync. listGrants(ListGrantsRequest request, AsyncHandler<ListGrantsRequest,ListGrantsResponse> handler)Search GrantsFuture<ListGrantsResponse>IdentityDomainsAsyncClient. listGrants(ListGrantsRequest request, AsyncHandler<ListGrantsRequest,ListGrantsResponse> handler)ListGrantsResponseIdentityDomainsClient. listGrants(ListGrantsRequest request)Method parameters in com.oracle.bmc.identitydomains with type arguments of type ListGrantsRequest Modifier and Type Method Description Future<ListGrantsResponse>IdentityDomainsAsync. listGrants(ListGrantsRequest request, AsyncHandler<ListGrantsRequest,ListGrantsResponse> handler)Search GrantsFuture<ListGrantsResponse>IdentityDomainsAsyncClient. listGrants(ListGrantsRequest request, AsyncHandler<ListGrantsRequest,ListGrantsResponse> handler) -
Uses of ListGrantsRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return ListGrantsRequest Modifier and Type Method Description ListGrantsRequestListGrantsRequest.Builder. build()Build the instance of ListGrantsRequest as configured by this builderListGrantsRequestListGrantsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListGrantsRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type ListGrantsRequest Modifier and Type Method Description ListGrantsRequest.BuilderListGrantsRequest.Builder. copy(ListGrantsRequest o)Copy method to populate the builder with values from the given instance.
-