Uses of Class
com.oracle.bmc.databasemanagement.requests.CreateManagedDatabaseGroupRequest
-
Packages that use CreateManagedDatabaseGroupRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of CreateManagedDatabaseGroupRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type CreateManagedDatabaseGroupRequest Modifier and Type Method Description CreateManagedDatabaseGroupResponse
DbManagement. createManagedDatabaseGroup(CreateManagedDatabaseGroupRequest request)
Creates a Managed Database Group.Future<CreateManagedDatabaseGroupResponse>
DbManagementAsync. createManagedDatabaseGroup(CreateManagedDatabaseGroupRequest request, AsyncHandler<CreateManagedDatabaseGroupRequest,CreateManagedDatabaseGroupResponse> handler)
Creates a Managed Database Group.Future<CreateManagedDatabaseGroupResponse>
DbManagementAsyncClient. createManagedDatabaseGroup(CreateManagedDatabaseGroupRequest request, AsyncHandler<CreateManagedDatabaseGroupRequest,CreateManagedDatabaseGroupResponse> handler)
CreateManagedDatabaseGroupResponse
DbManagementClient. createManagedDatabaseGroup(CreateManagedDatabaseGroupRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CreateManagedDatabaseGroupRequest Modifier and Type Method Description Future<CreateManagedDatabaseGroupResponse>
DbManagementAsync. createManagedDatabaseGroup(CreateManagedDatabaseGroupRequest request, AsyncHandler<CreateManagedDatabaseGroupRequest,CreateManagedDatabaseGroupResponse> handler)
Creates a Managed Database Group.Future<CreateManagedDatabaseGroupResponse>
DbManagementAsyncClient. createManagedDatabaseGroup(CreateManagedDatabaseGroupRequest request, AsyncHandler<CreateManagedDatabaseGroupRequest,CreateManagedDatabaseGroupResponse> handler)
-
Uses of CreateManagedDatabaseGroupRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return CreateManagedDatabaseGroupRequest Modifier and Type Method Description CreateManagedDatabaseGroupRequest
CreateManagedDatabaseGroupRequest.Builder. build()
Build the instance of CreateManagedDatabaseGroupRequest as configured by this builderCreateManagedDatabaseGroupRequest
CreateManagedDatabaseGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateManagedDatabaseGroupRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type CreateManagedDatabaseGroupRequest Modifier and Type Method Description CreateManagedDatabaseGroupRequest.Builder
CreateManagedDatabaseGroupRequest.Builder. copy(CreateManagedDatabaseGroupRequest o)
Copy method to populate the builder with values from the given instance.
-