Uses of Class
com.oracle.bmc.identitydomains.responses.ListGrantsResponse
-
Packages that use ListGrantsResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of ListGrantsResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return ListGrantsResponse Modifier and Type Method Description ListGrantsResponse
IdentityDomains. listGrants(ListGrantsRequest request)
Search GrantsListGrantsResponse
IdentityDomainsClient. listGrants(ListGrantsRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type ListGrantsResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type ListGrantsResponse 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 ListGrantsResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return ListGrantsResponse Modifier and Type Method Description ListGrantsResponse
ListGrantsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type ListGrantsResponse Modifier and Type Method Description ListGrantsResponse.Builder
ListGrantsResponse.Builder. copy(ListGrantsResponse o)
Copy method to populate the builder with values from the given instance.
-