Uses of Class
com.oracle.bmc.datasafe.responses.ListRoleGrantPathsResponse
-
Packages that use ListRoleGrantPathsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListRoleGrantPathsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListRoleGrantPathsResponse Modifier and Type Method Description ListRoleGrantPathsResponseDataSafe. listRoleGrantPaths(ListRoleGrantPathsRequest request)Retrieves a list of all role grant paths for a particular user.ListRoleGrantPathsResponseDataSafeClient. listRoleGrantPaths(ListRoleGrantPathsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListRoleGrantPathsResponse Modifier and Type Method Description Future<ListRoleGrantPathsResponse>DataSafeAsync. listRoleGrantPaths(ListRoleGrantPathsRequest request, AsyncHandler<ListRoleGrantPathsRequest,ListRoleGrantPathsResponse> handler)Retrieves a list of all role grant paths for a particular user.Future<ListRoleGrantPathsResponse>DataSafeAsyncClient. listRoleGrantPaths(ListRoleGrantPathsRequest request, AsyncHandler<ListRoleGrantPathsRequest,ListRoleGrantPathsResponse> handler)Iterable<ListRoleGrantPathsResponse>DataSafePaginators. listRoleGrantPathsResponseIterator(ListRoleGrantPathsRequest request)Creates a new iterable which will iterate over the responses received from the listRoleGrantPaths operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListRoleGrantPathsResponse Modifier and Type Method Description Future<ListRoleGrantPathsResponse>DataSafeAsync. listRoleGrantPaths(ListRoleGrantPathsRequest request, AsyncHandler<ListRoleGrantPathsRequest,ListRoleGrantPathsResponse> handler)Retrieves a list of all role grant paths for a particular user.Future<ListRoleGrantPathsResponse>DataSafeAsyncClient. listRoleGrantPaths(ListRoleGrantPathsRequest request, AsyncHandler<ListRoleGrantPathsRequest,ListRoleGrantPathsResponse> handler) -
Uses of ListRoleGrantPathsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListRoleGrantPathsResponse Modifier and Type Method Description ListRoleGrantPathsResponseListRoleGrantPathsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListRoleGrantPathsResponse Modifier and Type Method Description ListRoleGrantPathsResponse.BuilderListRoleGrantPathsResponse.Builder. copy(ListRoleGrantPathsResponse o)Copy method to populate the builder with values from the given instance.
-