Uses of Class
com.oracle.bmc.disasterrecovery.responses.CreateDrProtectionGroupResponse
-
Packages that use CreateDrProtectionGroupResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of CreateDrProtectionGroupResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return CreateDrProtectionGroupResponse Modifier and Type Method Description CreateDrProtectionGroupResponse
DisasterRecovery. createDrProtectionGroup(CreateDrProtectionGroupRequest request)
Create a DR protection group.CreateDrProtectionGroupResponse
DisasterRecoveryClient. createDrProtectionGroup(CreateDrProtectionGroupRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type CreateDrProtectionGroupResponse Modifier and Type Method Description Future<CreateDrProtectionGroupResponse>
DisasterRecoveryAsync. createDrProtectionGroup(CreateDrProtectionGroupRequest request, AsyncHandler<CreateDrProtectionGroupRequest,CreateDrProtectionGroupResponse> handler)
Create a DR protection group.Future<CreateDrProtectionGroupResponse>
DisasterRecoveryAsyncClient. createDrProtectionGroup(CreateDrProtectionGroupRequest request, AsyncHandler<CreateDrProtectionGroupRequest,CreateDrProtectionGroupResponse> handler)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type CreateDrProtectionGroupResponse Modifier and Type Method Description Future<CreateDrProtectionGroupResponse>
DisasterRecoveryAsync. createDrProtectionGroup(CreateDrProtectionGroupRequest request, AsyncHandler<CreateDrProtectionGroupRequest,CreateDrProtectionGroupResponse> handler)
Create a DR protection group.Future<CreateDrProtectionGroupResponse>
DisasterRecoveryAsyncClient. createDrProtectionGroup(CreateDrProtectionGroupRequest request, AsyncHandler<CreateDrProtectionGroupRequest,CreateDrProtectionGroupResponse> handler)
-
Uses of CreateDrProtectionGroupResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return CreateDrProtectionGroupResponse Modifier and Type Method Description CreateDrProtectionGroupResponse
CreateDrProtectionGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type CreateDrProtectionGroupResponse Modifier and Type Method Description CreateDrProtectionGroupResponse.Builder
CreateDrProtectionGroupResponse.Builder. copy(CreateDrProtectionGroupResponse o)
Copy method to populate the builder with values from the given instance.
-