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