Uses of Class
com.oracle.bmc.databasemanagement.responses.ListCloudAsmUsersResponse
-
Packages that use ListCloudAsmUsersResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListCloudAsmUsersResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListCloudAsmUsersResponse Modifier and Type Method Description ListCloudAsmUsersResponseDbManagement. listCloudAsmUsers(ListCloudAsmUsersRequest request)Lists ASM users for the cloud ASM specified bycloudAsmId.ListCloudAsmUsersResponseDbManagementClient. listCloudAsmUsers(ListCloudAsmUsersRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListCloudAsmUsersResponse Modifier and Type Method Description Future<ListCloudAsmUsersResponse>DbManagementAsync. listCloudAsmUsers(ListCloudAsmUsersRequest request, AsyncHandler<ListCloudAsmUsersRequest,ListCloudAsmUsersResponse> handler)Lists ASM users for the cloud ASM specified bycloudAsmId.Future<ListCloudAsmUsersResponse>DbManagementAsyncClient. listCloudAsmUsers(ListCloudAsmUsersRequest request, AsyncHandler<ListCloudAsmUsersRequest,ListCloudAsmUsersResponse> handler)Iterable<ListCloudAsmUsersResponse>DbManagementPaginators. listCloudAsmUsersResponseIterator(ListCloudAsmUsersRequest request)Creates a new iterable which will iterate over the responses received from the listCloudAsmUsers operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListCloudAsmUsersResponse Modifier and Type Method Description Future<ListCloudAsmUsersResponse>DbManagementAsync. listCloudAsmUsers(ListCloudAsmUsersRequest request, AsyncHandler<ListCloudAsmUsersRequest,ListCloudAsmUsersResponse> handler)Lists ASM users for the cloud ASM specified bycloudAsmId.Future<ListCloudAsmUsersResponse>DbManagementAsyncClient. listCloudAsmUsers(ListCloudAsmUsersRequest request, AsyncHandler<ListCloudAsmUsersRequest,ListCloudAsmUsersResponse> handler) -
Uses of ListCloudAsmUsersResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListCloudAsmUsersResponse Modifier and Type Method Description ListCloudAsmUsersResponseListCloudAsmUsersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListCloudAsmUsersResponse Modifier and Type Method Description ListCloudAsmUsersResponse.BuilderListCloudAsmUsersResponse.Builder. copy(ListCloudAsmUsersResponse o)Copy method to populate the builder with values from the given instance.
-