Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
ListTablespacesResponse |
DbManagementClient.listTablespaces(ListTablespacesRequest request) |
ListTablespacesResponse |
DbManagement.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) |
Iterable<TablespaceSummary> |
DbManagementPaginators.listTablespacesRecordIterator(ListTablespacesRequest request)
Creates a new iterable which will iterate over the
TablespaceSummary objects 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListTablespacesRequest |
ListTablespacesRequest.Builder.build()
Build the instance of ListTablespacesRequest as configured by this builder
|
ListTablespacesRequest |
ListTablespacesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListTablespacesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListTablespacesRequest.Builder |
ListTablespacesRequest.Builder.copy(ListTablespacesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.