Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.responses |
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.
|
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) |
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 |
---|---|
ListTablespacesResponse |
ListTablespacesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListTablespacesResponse.Builder |
ListTablespacesResponse.Builder.copy(ListTablespacesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.