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