Uses of Class
com.oracle.bmc.disasterrecovery.requests.DeleteDrProtectionGroupRequest
-
Packages that use DeleteDrProtectionGroupRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of DeleteDrProtectionGroupRequest in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery with parameters of type DeleteDrProtectionGroupRequest Modifier and Type Method Description DeleteDrProtectionGroupResponse
DisasterRecovery. deleteDrProtectionGroup(DeleteDrProtectionGroupRequest request)
Delete the DR protection group identified by drProtectionGroupId.Future<DeleteDrProtectionGroupResponse>
DisasterRecoveryAsync. deleteDrProtectionGroup(DeleteDrProtectionGroupRequest request, AsyncHandler<DeleteDrProtectionGroupRequest,DeleteDrProtectionGroupResponse> handler)
Delete the DR protection group identified by drProtectionGroupId.Future<DeleteDrProtectionGroupResponse>
DisasterRecoveryAsyncClient. deleteDrProtectionGroup(DeleteDrProtectionGroupRequest request, AsyncHandler<DeleteDrProtectionGroupRequest,DeleteDrProtectionGroupResponse> handler)
DeleteDrProtectionGroupResponse
DisasterRecoveryClient. deleteDrProtectionGroup(DeleteDrProtectionGroupRequest request)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type DeleteDrProtectionGroupRequest Modifier and Type Method Description Future<DeleteDrProtectionGroupResponse>
DisasterRecoveryAsync. deleteDrProtectionGroup(DeleteDrProtectionGroupRequest request, AsyncHandler<DeleteDrProtectionGroupRequest,DeleteDrProtectionGroupResponse> handler)
Delete the DR protection group identified by drProtectionGroupId.Future<DeleteDrProtectionGroupResponse>
DisasterRecoveryAsyncClient. deleteDrProtectionGroup(DeleteDrProtectionGroupRequest request, AsyncHandler<DeleteDrProtectionGroupRequest,DeleteDrProtectionGroupResponse> handler)
-
Uses of DeleteDrProtectionGroupRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return DeleteDrProtectionGroupRequest Modifier and Type Method Description DeleteDrProtectionGroupRequest
DeleteDrProtectionGroupRequest.Builder. build()
Build the instance of DeleteDrProtectionGroupRequest as configured by this builderDeleteDrProtectionGroupRequest
DeleteDrProtectionGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteDrProtectionGroupRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type DeleteDrProtectionGroupRequest Modifier and Type Method Description DeleteDrProtectionGroupRequest.Builder
DeleteDrProtectionGroupRequest.Builder. copy(DeleteDrProtectionGroupRequest o)
Copy method to populate the builder with values from the given instance.
-