Uses of Class
com.oracle.bmc.databasemanagement.responses.DropTablespaceResponse
-
Packages that use DropTablespaceResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of DropTablespaceResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return DropTablespaceResponse Modifier and Type Method Description DropTablespaceResponse
DbManagement. dropTablespace(DropTablespaceRequest request)
Drops the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.DropTablespaceResponse
DbManagementClient. dropTablespace(DropTablespaceRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type DropTablespaceResponse 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)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DropTablespaceResponse 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 DropTablespaceResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return DropTablespaceResponse Modifier and Type Method Description DropTablespaceResponse
DropTablespaceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type DropTablespaceResponse Modifier and Type Method Description DropTablespaceResponse.Builder
DropTablespaceResponse.Builder. copy(DropTablespaceResponse o)
Copy method to populate the builder with values from the given instance.
-