Uses of Class
com.oracle.bmc.databasemanagement.responses.GetTablespaceResponse
-
Packages that use GetTablespaceResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetTablespaceResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetTablespaceResponse Modifier and Type Method Description GetTablespaceResponse
DbManagement. getTablespace(GetTablespaceRequest request)
Gets the details of the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.GetTablespaceResponse
DbManagementClient. getTablespace(GetTablespaceRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetTablespaceResponse Modifier and Type Method Description Future<GetTablespaceResponse>
DbManagementAsync. getTablespace(GetTablespaceRequest request, AsyncHandler<GetTablespaceRequest,GetTablespaceResponse> handler)
Gets the details of the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.Future<GetTablespaceResponse>
DbManagementAsyncClient. getTablespace(GetTablespaceRequest request, AsyncHandler<GetTablespaceRequest,GetTablespaceResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetTablespaceResponse Modifier and Type Method Description Future<GetTablespaceResponse>
DbManagementAsync. getTablespace(GetTablespaceRequest request, AsyncHandler<GetTablespaceRequest,GetTablespaceResponse> handler)
Gets the details of the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.Future<GetTablespaceResponse>
DbManagementAsyncClient. getTablespace(GetTablespaceRequest request, AsyncHandler<GetTablespaceRequest,GetTablespaceResponse> handler)
-
Uses of GetTablespaceResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetTablespaceResponse Modifier and Type Method Description GetTablespaceResponse
GetTablespaceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetTablespaceResponse Modifier and Type Method Description GetTablespaceResponse.Builder
GetTablespaceResponse.Builder. copy(GetTablespaceResponse o)
Copy method to populate the builder with values from the given instance.
-