Uses of Class
com.oracle.bmc.databasemanagement.requests.CreateCloudDbSystemRequest
-
Packages that use CreateCloudDbSystemRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of CreateCloudDbSystemRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type CreateCloudDbSystemRequest Modifier and Type Method Description CreateCloudDbSystemResponse
DbManagement. createCloudDbSystem(CreateCloudDbSystemRequest request)
Creates a cloud DB system and its related resources.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)
CreateCloudDbSystemResponse
DbManagementClient. createCloudDbSystem(CreateCloudDbSystemRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CreateCloudDbSystemRequest 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 CreateCloudDbSystemRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return CreateCloudDbSystemRequest Modifier and Type Method Description CreateCloudDbSystemRequest
CreateCloudDbSystemRequest.Builder. build()
Build the instance of CreateCloudDbSystemRequest as configured by this builderCreateCloudDbSystemRequest
CreateCloudDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCloudDbSystemRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type CreateCloudDbSystemRequest Modifier and Type Method Description CreateCloudDbSystemRequest.Builder
CreateCloudDbSystemRequest.Builder. copy(CreateCloudDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-