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