Uses of Class
com.oracle.bmc.datasafe.responses.ListGrantsResponse
-
Packages that use ListGrantsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListGrantsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListGrantsResponse Modifier and Type Method Description ListGrantsResponseDataSafe. listGrants(ListGrantsRequest request)Gets a list of grants for a particular user in the specified user assessment.ListGrantsResponseDataSafeClient. listGrants(ListGrantsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListGrantsResponse 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)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 ListGrantsResponse 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 ListGrantsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListGrantsResponse Modifier and Type Method Description ListGrantsResponseListGrantsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListGrantsResponse Modifier and Type Method Description ListGrantsResponse.BuilderListGrantsResponse.Builder. copy(ListGrantsResponse o)Copy method to populate the builder with values from the given instance.
-