Uses of Class
com.oracle.bmc.datasafe.requests.ListGrantsRequest
-
Packages that use ListGrantsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListGrantsRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ListGrantsRequest Modifier and Type Method Description ListGrantsResponse
DataSafe. listGrants(ListGrantsRequest request)
Gets a list of grants for a particular user in the specified user assessment.Future<ListGrantsResponse>
DataSafeAsync. listGrants(ListGrantsRequest request, AsyncHandler<ListGrantsRequest,ListGrantsResponse> handler)
Gets a list of grants for a particular user in the specified user assessment.Future<ListGrantsResponse>
DataSafeAsyncClient. listGrants(ListGrantsRequest request, AsyncHandler<ListGrantsRequest,ListGrantsResponse> handler)
ListGrantsResponse
DataSafeClient. listGrants(ListGrantsRequest request)
Iterable<GrantSummary>
DataSafePaginators. listGrantsRecordIterator(ListGrantsRequest request)
Creates a new iterable which will iterate over theGrantSummary
objects contained in responses from the listGrants operation.Iterable<ListGrantsResponse>
DataSafePaginators. listGrantsResponseIterator(ListGrantsRequest request)
Creates a new iterable which will iterate over the responses received from the listGrants operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListGrantsRequest Modifier and Type Method Description Future<ListGrantsResponse>
DataSafeAsync. listGrants(ListGrantsRequest request, AsyncHandler<ListGrantsRequest,ListGrantsResponse> handler)
Gets a list of grants for a particular user in the specified user assessment.Future<ListGrantsResponse>
DataSafeAsyncClient. listGrants(ListGrantsRequest request, AsyncHandler<ListGrantsRequest,ListGrantsResponse> handler)
-
Uses of ListGrantsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListGrantsRequest Modifier and Type Method Description ListGrantsRequest
ListGrantsRequest.Builder. build()
Build the instance of ListGrantsRequest as configured by this builderListGrantsRequest
ListGrantsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListGrantsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListGrantsRequest Modifier and Type Method Description ListGrantsRequest.Builder
ListGrantsRequest.Builder. copy(ListGrantsRequest o)
Copy method to populate the builder with values from the given instance.
-