Uses of Class
com.oracle.bmc.disasterrecovery.requests.CreateDrProtectionGroupRequest
-
Packages that use CreateDrProtectionGroupRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of CreateDrProtectionGroupRequest in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery with parameters of type CreateDrProtectionGroupRequest Modifier and Type Method Description CreateDrProtectionGroupResponse
DisasterRecovery. createDrProtectionGroup(CreateDrProtectionGroupRequest request)
Create a DR protection group.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)
CreateDrProtectionGroupResponse
DisasterRecoveryClient. createDrProtectionGroup(CreateDrProtectionGroupRequest request)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type CreateDrProtectionGroupRequest 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 CreateDrProtectionGroupRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return CreateDrProtectionGroupRequest Modifier and Type Method Description CreateDrProtectionGroupRequest
CreateDrProtectionGroupRequest.Builder. build()
Build the instance of CreateDrProtectionGroupRequest as configured by this builderCreateDrProtectionGroupRequest
CreateDrProtectionGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDrProtectionGroupRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type CreateDrProtectionGroupRequest Modifier and Type Method Description CreateDrProtectionGroupRequest.Builder
CreateDrProtectionGroupRequest.Builder. copy(CreateDrProtectionGroupRequest o)
Copy method to populate the builder with values from the given instance.
-