Uses of Class
com.oracle.bmc.database.responses.CreateSchedulingPlanResponse
-
Packages that use CreateSchedulingPlanResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of CreateSchedulingPlanResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return CreateSchedulingPlanResponse Modifier and Type Method Description CreateSchedulingPlanResponse
Database. createSchedulingPlan(CreateSchedulingPlanRequest request)
Creates a Scheduling Plan resource.CreateSchedulingPlanResponse
DatabaseClient. createSchedulingPlan(CreateSchedulingPlanRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type CreateSchedulingPlanResponse Modifier and Type Method Description Future<CreateSchedulingPlanResponse>
DatabaseAsync. createSchedulingPlan(CreateSchedulingPlanRequest request, AsyncHandler<CreateSchedulingPlanRequest,CreateSchedulingPlanResponse> handler)
Creates a Scheduling Plan resource.Future<CreateSchedulingPlanResponse>
DatabaseAsyncClient. createSchedulingPlan(CreateSchedulingPlanRequest request, AsyncHandler<CreateSchedulingPlanRequest,CreateSchedulingPlanResponse> handler)
-
Uses of CreateSchedulingPlanResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return CreateSchedulingPlanResponse Modifier and Type Method Description CreateSchedulingPlanResponse
CreateSchedulingPlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CreateSchedulingPlanResponse Modifier and Type Method Description CreateSchedulingPlanResponse.Builder
CreateSchedulingPlanResponse.Builder. copy(CreateSchedulingPlanResponse o)
Copy method to populate the builder with values from the given instance.
-