Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
CreateTablespaceResponse |
DbManagementClient.createTablespace(CreateTablespaceRequest request) |
CreateTablespaceResponse |
DbManagement.createTablespace(CreateTablespaceRequest request)
Creates a tablespace within the Managed Database specified by managedDatabaseId.
|
Future<CreateTablespaceResponse> |
DbManagementAsync.createTablespace(CreateTablespaceRequest request,
AsyncHandler<CreateTablespaceRequest,CreateTablespaceResponse> handler)
Creates a tablespace within the Managed Database specified by managedDatabaseId.
|
Future<CreateTablespaceResponse> |
DbManagementAsyncClient.createTablespace(CreateTablespaceRequest request,
AsyncHandler<CreateTablespaceRequest,CreateTablespaceResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateTablespaceResponse> |
DbManagementAsync.createTablespace(CreateTablespaceRequest request,
AsyncHandler<CreateTablespaceRequest,CreateTablespaceResponse> handler)
Creates a tablespace within the Managed Database specified by managedDatabaseId.
|
Future<CreateTablespaceResponse> |
DbManagementAsyncClient.createTablespace(CreateTablespaceRequest request,
AsyncHandler<CreateTablespaceRequest,CreateTablespaceResponse> handler) |
Modifier and Type | Method and Description |
---|---|
CreateTablespaceRequest |
CreateTablespaceRequest.Builder.build()
Build the instance of CreateTablespaceRequest as configured by this builder
|
CreateTablespaceRequest |
CreateTablespaceRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateTablespaceRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateTablespaceRequest.Builder |
CreateTablespaceRequest.Builder.copy(CreateTablespaceRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.