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