Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
DropTablespaceResponse |
DbManagementClient.dropTablespace(DropTablespaceRequest request) |
DropTablespaceResponse |
DbManagement.dropTablespace(DropTablespaceRequest request)
Drops the tablespace specified by tablespaceName within the Managed Database specified by
managedDatabaseId.
|
Future<DropTablespaceResponse> |
DbManagementAsync.dropTablespace(DropTablespaceRequest request,
AsyncHandler<DropTablespaceRequest,DropTablespaceResponse> handler)
Drops the tablespace specified by tablespaceName within the Managed Database specified by
managedDatabaseId.
|
Future<DropTablespaceResponse> |
DbManagementAsyncClient.dropTablespace(DropTablespaceRequest request,
AsyncHandler<DropTablespaceRequest,DropTablespaceResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<DropTablespaceResponse> |
DbManagementAsync.dropTablespace(DropTablespaceRequest request,
AsyncHandler<DropTablespaceRequest,DropTablespaceResponse> handler)
Drops the tablespace specified by tablespaceName within the Managed Database specified by
managedDatabaseId.
|
Future<DropTablespaceResponse> |
DbManagementAsyncClient.dropTablespace(DropTablespaceRequest request,
AsyncHandler<DropTablespaceRequest,DropTablespaceResponse> handler) |
Modifier and Type | Method and Description |
---|---|
DropTablespaceRequest |
DropTablespaceRequest.Builder.build()
Build the instance of DropTablespaceRequest as configured by this builder
|
DropTablespaceRequest |
DropTablespaceRequest.Builder.buildWithoutInvocationCallback()
Build the instance of DropTablespaceRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
DropTablespaceRequest.Builder |
DropTablespaceRequest.Builder.copy(DropTablespaceRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.