Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
UpdateTablespaceResponse |
DbManagementClient.updateTablespace(UpdateTablespaceRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
UpdateTablespaceRequest |
UpdateTablespaceRequest.Builder.build()
Build the instance of UpdateTablespaceRequest as configured by this builder
|
UpdateTablespaceRequest |
UpdateTablespaceRequest.Builder.buildWithoutInvocationCallback()
Build the instance of UpdateTablespaceRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
UpdateTablespaceRequest.Builder |
UpdateTablespaceRequest.Builder.copy(UpdateTablespaceRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.