Uses of Class
com.oracle.bmc.disasterrecovery.responses.DeleteDrProtectionGroupResponse
-
Packages that use DeleteDrProtectionGroupResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of DeleteDrProtectionGroupResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return DeleteDrProtectionGroupResponse Modifier and Type Method Description DeleteDrProtectionGroupResponse
DisasterRecovery. deleteDrProtectionGroup(DeleteDrProtectionGroupRequest request)
Delete the DR protection group identified by drProtectionGroupId.DeleteDrProtectionGroupResponse
DisasterRecoveryClient. deleteDrProtectionGroup(DeleteDrProtectionGroupRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type DeleteDrProtectionGroupResponse 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)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type DeleteDrProtectionGroupResponse 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 DeleteDrProtectionGroupResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return DeleteDrProtectionGroupResponse Modifier and Type Method Description DeleteDrProtectionGroupResponse
DeleteDrProtectionGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type DeleteDrProtectionGroupResponse Modifier and Type Method Description DeleteDrProtectionGroupResponse.Builder
DeleteDrProtectionGroupResponse.Builder. copy(DeleteDrProtectionGroupResponse o)
Copy method to populate the builder with values from the given instance.
-