Uses of Class
com.oracle.bmc.disasterrecovery.responses.CreateDrPlanResponse
-
Packages that use CreateDrPlanResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of CreateDrPlanResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return CreateDrPlanResponse Modifier and Type Method Description CreateDrPlanResponse
DisasterRecovery. createDrPlan(CreateDrPlanRequest request)
Create a DR plan of the specified DR plan type.CreateDrPlanResponse
DisasterRecoveryClient. createDrPlan(CreateDrPlanRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type CreateDrPlanResponse 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)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type CreateDrPlanResponse 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 CreateDrPlanResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return CreateDrPlanResponse Modifier and Type Method Description CreateDrPlanResponse
CreateDrPlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type CreateDrPlanResponse Modifier and Type Method Description CreateDrPlanResponse.Builder
CreateDrPlanResponse.Builder. copy(CreateDrPlanResponse o)
Copy method to populate the builder with values from the given instance.
-