Uses of Class
com.oracle.bmc.databasemanagement.responses.UpdateTablespaceResponse
-
Packages that use UpdateTablespaceResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of UpdateTablespaceResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return UpdateTablespaceResponse Modifier and Type Method Description UpdateTablespaceResponse
DbManagement. updateTablespace(UpdateTablespaceRequest request)
Updates the attributes of the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.UpdateTablespaceResponse
DbManagementClient. updateTablespace(UpdateTablespaceRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type UpdateTablespaceResponse Modifier and Type Method Description Future<UpdateTablespaceResponse>
DbManagementAsync. updateTablespace(UpdateTablespaceRequest request, AsyncHandler<UpdateTablespaceRequest,UpdateTablespaceResponse> handler)
Updates the attributes of the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.Future<UpdateTablespaceResponse>
DbManagementAsyncClient. updateTablespace(UpdateTablespaceRequest request, AsyncHandler<UpdateTablespaceRequest,UpdateTablespaceResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateTablespaceResponse Modifier and Type Method Description Future<UpdateTablespaceResponse>
DbManagementAsync. updateTablespace(UpdateTablespaceRequest request, AsyncHandler<UpdateTablespaceRequest,UpdateTablespaceResponse> handler)
Updates the attributes of the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.Future<UpdateTablespaceResponse>
DbManagementAsyncClient. updateTablespace(UpdateTablespaceRequest request, AsyncHandler<UpdateTablespaceRequest,UpdateTablespaceResponse> handler)
-
Uses of UpdateTablespaceResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return UpdateTablespaceResponse Modifier and Type Method Description UpdateTablespaceResponse
UpdateTablespaceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateTablespaceResponse Modifier and Type Method Description UpdateTablespaceResponse.Builder
UpdateTablespaceResponse.Builder. copy(UpdateTablespaceResponse o)
Copy method to populate the builder with values from the given instance.
-