Uses of Class
com.oracle.bmc.databasemanagement.responses.ListTablespacesResponse
-
Packages that use ListTablespacesResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListTablespacesResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListTablespacesResponse Modifier and Type Method Description ListTablespacesResponse
DbManagement. listTablespaces(ListTablespacesRequest request)
Gets the list of tablespaces for the specified managedDatabaseId.ListTablespacesResponse
DbManagementClient. listTablespaces(ListTablespacesRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListTablespacesResponse Modifier and Type Method Description Future<ListTablespacesResponse>
DbManagementAsync. listTablespaces(ListTablespacesRequest request, AsyncHandler<ListTablespacesRequest,ListTablespacesResponse> handler)
Gets the list of tablespaces for the specified managedDatabaseId.Future<ListTablespacesResponse>
DbManagementAsyncClient. listTablespaces(ListTablespacesRequest request, AsyncHandler<ListTablespacesRequest,ListTablespacesResponse> handler)
Iterable<ListTablespacesResponse>
DbManagementPaginators. listTablespacesResponseIterator(ListTablespacesRequest request)
Creates a new iterable which will iterate over the responses received from the listTablespaces operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListTablespacesResponse Modifier and Type Method Description Future<ListTablespacesResponse>
DbManagementAsync. listTablespaces(ListTablespacesRequest request, AsyncHandler<ListTablespacesRequest,ListTablespacesResponse> handler)
Gets the list of tablespaces for the specified managedDatabaseId.Future<ListTablespacesResponse>
DbManagementAsyncClient. listTablespaces(ListTablespacesRequest request, AsyncHandler<ListTablespacesRequest,ListTablespacesResponse> handler)
-
Uses of ListTablespacesResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListTablespacesResponse Modifier and Type Method Description ListTablespacesResponse
ListTablespacesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListTablespacesResponse Modifier and Type Method Description ListTablespacesResponse.Builder
ListTablespacesResponse.Builder. copy(ListTablespacesResponse o)
Copy method to populate the builder with values from the given instance.
-