Uses of Class
com.oracle.bmc.disasterrecovery.requests.GetDrPlanRequest
-
Packages that use GetDrPlanRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of GetDrPlanRequest in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type GetDrPlanRequest 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.Methods in com.oracle.bmc.disasterrecovery with parameters of type GetDrPlanRequest 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.GetDrPlanResponse
DisasterRecovery. getDrPlan(GetDrPlanRequest request)
Get details for the DR plan identified by drPlanId.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)
GetDrPlanResponse
DisasterRecoveryClient. getDrPlan(GetDrPlanRequest request)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type GetDrPlanRequest 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 GetDrPlanRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return GetDrPlanRequest Modifier and Type Method Description GetDrPlanRequest
GetDrPlanRequest.Builder. build()
Build the instance of GetDrPlanRequest as configured by this builderGetDrPlanRequest
GetDrPlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDrPlanRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type GetDrPlanRequest Modifier and Type Method Description GetDrPlanRequest.Builder
GetDrPlanRequest.Builder. copy(GetDrPlanRequest o)
Copy method to populate the builder with values from the given instance.
-