Uses of Class
com.oracle.bmc.databasemanagement.responses.CreateCloudDbSystemResponse
-
Packages that use CreateCloudDbSystemResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of CreateCloudDbSystemResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return CreateCloudDbSystemResponse Modifier and Type Method Description CreateCloudDbSystemResponse
DbManagement. createCloudDbSystem(CreateCloudDbSystemRequest request)
Creates a cloud DB system and its related resources.CreateCloudDbSystemResponse
DbManagementClient. createCloudDbSystem(CreateCloudDbSystemRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type CreateCloudDbSystemResponse Modifier and Type Method Description Future<CreateCloudDbSystemResponse>
DbManagementAsync. createCloudDbSystem(CreateCloudDbSystemRequest request, AsyncHandler<CreateCloudDbSystemRequest,CreateCloudDbSystemResponse> handler)
Creates a cloud DB system and its related resources.Future<CreateCloudDbSystemResponse>
DbManagementAsyncClient. createCloudDbSystem(CreateCloudDbSystemRequest request, AsyncHandler<CreateCloudDbSystemRequest,CreateCloudDbSystemResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CreateCloudDbSystemResponse Modifier and Type Method Description Future<CreateCloudDbSystemResponse>
DbManagementAsync. createCloudDbSystem(CreateCloudDbSystemRequest request, AsyncHandler<CreateCloudDbSystemRequest,CreateCloudDbSystemResponse> handler)
Creates a cloud DB system and its related resources.Future<CreateCloudDbSystemResponse>
DbManagementAsyncClient. createCloudDbSystem(CreateCloudDbSystemRequest request, AsyncHandler<CreateCloudDbSystemRequest,CreateCloudDbSystemResponse> handler)
-
Uses of CreateCloudDbSystemResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return CreateCloudDbSystemResponse Modifier and Type Method Description CreateCloudDbSystemResponse
CreateCloudDbSystemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type CreateCloudDbSystemResponse Modifier and Type Method Description CreateCloudDbSystemResponse.Builder
CreateCloudDbSystemResponse.Builder. copy(CreateCloudDbSystemResponse o)
Copy method to populate the builder with values from the given instance.
-