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