Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.responses |
Modifier and Type | Method and Description |
---|---|
GetTablespaceResponse |
DbManagementClient.getTablespace(GetTablespaceRequest request) |
GetTablespaceResponse |
DbManagement.getTablespace(GetTablespaceRequest request)
Gets the details of the tablespace specified by tablespaceName within the Managed Database
specified by managedDatabaseId.
|
Modifier and Type | Method and Description |
---|---|
Future<GetTablespaceResponse> |
DbManagementAsync.getTablespace(GetTablespaceRequest request,
AsyncHandler<GetTablespaceRequest,GetTablespaceResponse> handler)
Gets the details of the tablespace specified by tablespaceName within the Managed Database
specified by managedDatabaseId.
|
Future<GetTablespaceResponse> |
DbManagementAsyncClient.getTablespace(GetTablespaceRequest request,
AsyncHandler<GetTablespaceRequest,GetTablespaceResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetTablespaceResponse> |
DbManagementAsync.getTablespace(GetTablespaceRequest request,
AsyncHandler<GetTablespaceRequest,GetTablespaceResponse> handler)
Gets the details of the tablespace specified by tablespaceName within the Managed Database
specified by managedDatabaseId.
|
Future<GetTablespaceResponse> |
DbManagementAsyncClient.getTablespace(GetTablespaceRequest request,
AsyncHandler<GetTablespaceRequest,GetTablespaceResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetTablespaceResponse |
GetTablespaceResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetTablespaceResponse.Builder |
GetTablespaceResponse.Builder.copy(GetTablespaceResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.