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