Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.requests |
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.
|
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 |
---|---|
GetTablespaceRequest |
GetTablespaceRequest.Builder.build()
Build the instance of GetTablespaceRequest as configured by this builder
|
GetTablespaceRequest |
GetTablespaceRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetTablespaceRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetTablespaceRequest.Builder |
GetTablespaceRequest.Builder.copy(GetTablespaceRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.