Uses of Class
com.oracle.bmc.databasemanagement.requests.DropTablespaceRequest
-
Packages that use DropTablespaceRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of DropTablespaceRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type DropTablespaceRequest Modifier and Type Method Description 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)
DropTablespaceResponse
DbManagementClient. dropTablespace(DropTablespaceRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DropTablespaceRequest Modifier and Type Method 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)
-
Uses of DropTablespaceRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return DropTablespaceRequest Modifier and Type Method Description DropTablespaceRequest
DropTablespaceRequest.Builder. build()
Build the instance of DropTablespaceRequest as configured by this builderDropTablespaceRequest
DropTablespaceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DropTablespaceRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type DropTablespaceRequest Modifier and Type Method Description DropTablespaceRequest.Builder
DropTablespaceRequest.Builder. copy(DropTablespaceRequest o)
Copy method to populate the builder with values from the given instance.
-