Uses of Class
com.oracle.bmc.datasafe.responses.ListRolesResponse
-
Packages that use ListRolesResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListRolesResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListRolesResponse Modifier and Type Method Description ListRolesResponseDataSafe. listRoles(ListRolesRequest request)Returns a list of role metadata objects.ListRolesResponseDataSafeClient. listRoles(ListRolesRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListRolesResponse Modifier and Type Method Description Future<ListRolesResponse>DataSafeAsync. listRoles(ListRolesRequest request, AsyncHandler<ListRolesRequest,ListRolesResponse> handler)Returns a list of role metadata objects.Future<ListRolesResponse>DataSafeAsyncClient. listRoles(ListRolesRequest request, AsyncHandler<ListRolesRequest,ListRolesResponse> handler)Iterable<ListRolesResponse>DataSafePaginators. listRolesResponseIterator(ListRolesRequest request)Creates a new iterable which will iterate over the responses received from the listRoles operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListRolesResponse Modifier and Type Method Description Future<ListRolesResponse>DataSafeAsync. listRoles(ListRolesRequest request, AsyncHandler<ListRolesRequest,ListRolesResponse> handler)Returns a list of role metadata objects.Future<ListRolesResponse>DataSafeAsyncClient. listRoles(ListRolesRequest request, AsyncHandler<ListRolesRequest,ListRolesResponse> handler) -
Uses of ListRolesResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListRolesResponse Modifier and Type Method Description ListRolesResponseListRolesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListRolesResponse Modifier and Type Method Description ListRolesResponse.BuilderListRolesResponse.Builder. copy(ListRolesResponse o)Copy method to populate the builder with values from the given instance.
-