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.databasemanagementMethods in com.oracle.bmc.databasemanagement that return DropTablespaceResponse Modifier and Type Method Description DropTablespaceResponseDbManagement. dropTablespace(DropTablespaceRequest request)Drops the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.DropTablespaceResponseDbManagementClient. 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.responsesMethods in com.oracle.bmc.databasemanagement.responses that return DropTablespaceResponse Modifier and Type Method Description DropTablespaceResponseDropTablespaceResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type DropTablespaceResponse Modifier and Type Method Description DropTablespaceResponse.BuilderDropTablespaceResponse.Builder. copy(DropTablespaceResponse o)Copy method to populate the builder with values from the given instance.
 
-