Uses of Class
com.oracle.bmc.databasemanagement.responses.CreateTablespaceResponse
-
Packages that use CreateTablespaceResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of CreateTablespaceResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return CreateTablespaceResponse Modifier and Type Method Description CreateTablespaceResponse
DbManagement. createTablespace(CreateTablespaceRequest request)
Creates a tablespace within the Managed Database specified by managedDatabaseId.CreateTablespaceResponse
DbManagementClient. createTablespace(CreateTablespaceRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type CreateTablespaceResponse 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)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CreateTablespaceResponse 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 CreateTablespaceResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return CreateTablespaceResponse Modifier and Type Method Description CreateTablespaceResponse
CreateTablespaceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type CreateTablespaceResponse Modifier and Type Method Description CreateTablespaceResponse.Builder
CreateTablespaceResponse.Builder. copy(CreateTablespaceResponse o)
Copy method to populate the builder with values from the given instance.
-