Uses of Class
com.oracle.bmc.disasterrecovery.responses.GetDrPlanResponse
-
Packages that use GetDrPlanResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of GetDrPlanResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return GetDrPlanResponse Modifier and Type Method Description GetDrPlanResponse
DisasterRecovery. getDrPlan(GetDrPlanRequest request)
Get details for the DR plan identified by drPlanId.GetDrPlanResponse
DisasterRecoveryClient. getDrPlan(GetDrPlanRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type GetDrPlanResponse Modifier and Type Method Description Waiter<GetDrPlanRequest,GetDrPlanResponse>
DisasterRecoveryWaiters. forDrPlan(GetDrPlanRequest request, DrPlanLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDrPlanRequest,GetDrPlanResponse>
DisasterRecoveryWaiters. forDrPlan(GetDrPlanRequest request, DrPlanLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDrPlanRequest,GetDrPlanResponse>
DisasterRecoveryWaiters. forDrPlan(GetDrPlanRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DrPlanLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetDrPlanResponse>
DisasterRecoveryAsync. getDrPlan(GetDrPlanRequest request, AsyncHandler<GetDrPlanRequest,GetDrPlanResponse> handler)
Get details for the DR plan identified by drPlanId.Future<GetDrPlanResponse>
DisasterRecoveryAsyncClient. getDrPlan(GetDrPlanRequest request, AsyncHandler<GetDrPlanRequest,GetDrPlanResponse> handler)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type GetDrPlanResponse Modifier and Type Method Description Future<GetDrPlanResponse>
DisasterRecoveryAsync. getDrPlan(GetDrPlanRequest request, AsyncHandler<GetDrPlanRequest,GetDrPlanResponse> handler)
Get details for the DR plan identified by drPlanId.Future<GetDrPlanResponse>
DisasterRecoveryAsyncClient. getDrPlan(GetDrPlanRequest request, AsyncHandler<GetDrPlanRequest,GetDrPlanResponse> handler)
-
Uses of GetDrPlanResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return GetDrPlanResponse Modifier and Type Method Description GetDrPlanResponse
GetDrPlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type GetDrPlanResponse Modifier and Type Method Description GetDrPlanResponse.Builder
GetDrPlanResponse.Builder. copy(GetDrPlanResponse o)
Copy method to populate the builder with values from the given instance.
-