Uses of Class
com.oracle.bmc.disasterrecovery.requests.CreateDrPlanRequest
-
Packages that use CreateDrPlanRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of CreateDrPlanRequest in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery with parameters of type CreateDrPlanRequest Modifier and Type Method Description CreateDrPlanResponse
DisasterRecovery. createDrPlan(CreateDrPlanRequest request)
Create a DR plan of the specified DR plan type.Future<CreateDrPlanResponse>
DisasterRecoveryAsync. createDrPlan(CreateDrPlanRequest request, AsyncHandler<CreateDrPlanRequest,CreateDrPlanResponse> handler)
Create a DR plan of the specified DR plan type.Future<CreateDrPlanResponse>
DisasterRecoveryAsyncClient. createDrPlan(CreateDrPlanRequest request, AsyncHandler<CreateDrPlanRequest,CreateDrPlanResponse> handler)
CreateDrPlanResponse
DisasterRecoveryClient. createDrPlan(CreateDrPlanRequest request)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type CreateDrPlanRequest Modifier and Type Method Description Future<CreateDrPlanResponse>
DisasterRecoveryAsync. createDrPlan(CreateDrPlanRequest request, AsyncHandler<CreateDrPlanRequest,CreateDrPlanResponse> handler)
Create a DR plan of the specified DR plan type.Future<CreateDrPlanResponse>
DisasterRecoveryAsyncClient. createDrPlan(CreateDrPlanRequest request, AsyncHandler<CreateDrPlanRequest,CreateDrPlanResponse> handler)
-
Uses of CreateDrPlanRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return CreateDrPlanRequest Modifier and Type Method Description CreateDrPlanRequest
CreateDrPlanRequest.Builder. build()
Build the instance of CreateDrPlanRequest as configured by this builderCreateDrPlanRequest
CreateDrPlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDrPlanRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type CreateDrPlanRequest Modifier and Type Method Description CreateDrPlanRequest.Builder
CreateDrPlanRequest.Builder. copy(CreateDrPlanRequest o)
Copy method to populate the builder with values from the given instance.
-