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