Uses of Class
com.oracle.bmc.databasemanagement.requests.ListTablespacesRequest
-
Packages that use ListTablespacesRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ListTablespacesRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type ListTablespacesRequest Modifier and Type Method Description ListTablespacesResponseDbManagement. listTablespaces(ListTablespacesRequest request)Gets the list of tablespaces for the specified managedDatabaseId.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)ListTablespacesResponseDbManagementClient. listTablespaces(ListTablespacesRequest request)Iterable<TablespaceSummary>DbManagementPaginators. listTablespacesRecordIterator(ListTablespacesRequest request)Creates a new iterable which will iterate over theTablespaceSummaryobjects contained in responses from the listTablespaces operation.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 ListTablespacesRequest 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 ListTablespacesRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListTablespacesRequest Modifier and Type Method Description ListTablespacesRequestListTablespacesRequest.Builder. build()Build the instance of ListTablespacesRequest as configured by this builderListTablespacesRequestListTablespacesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListTablespacesRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ListTablespacesRequest Modifier and Type Method Description ListTablespacesRequest.BuilderListTablespacesRequest.Builder. copy(ListTablespacesRequest o)Copy method to populate the builder with values from the given instance.
-