Uses of Class
com.oracle.bmc.dns.responses.UpdateSteeringPolicyResponse
-
Packages that use UpdateSteeringPolicyResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of UpdateSteeringPolicyResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return UpdateSteeringPolicyResponse Modifier and Type Method Description UpdateSteeringPolicyResponse
Dns. updateSteeringPolicy(UpdateSteeringPolicyRequest request)
Updates the configuration of the specified steering policy.UpdateSteeringPolicyResponse
DnsClient. updateSteeringPolicy(UpdateSteeringPolicyRequest request)
Method parameters in com.oracle.bmc.dns with type arguments of type UpdateSteeringPolicyResponse Modifier and Type Method Description Future<UpdateSteeringPolicyResponse>
DnsAsync. updateSteeringPolicy(UpdateSteeringPolicyRequest request, AsyncHandler<UpdateSteeringPolicyRequest,UpdateSteeringPolicyResponse> handler)
Updates the configuration of the specified steering policy.Future<UpdateSteeringPolicyResponse>
DnsAsyncClient. updateSteeringPolicy(UpdateSteeringPolicyRequest request, AsyncHandler<UpdateSteeringPolicyRequest,UpdateSteeringPolicyResponse> handler)
-
Uses of UpdateSteeringPolicyResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return UpdateSteeringPolicyResponse Modifier and Type Method Description UpdateSteeringPolicyResponse
UpdateSteeringPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type UpdateSteeringPolicyResponse Modifier and Type Method Description UpdateSteeringPolicyResponse.Builder
UpdateSteeringPolicyResponse.Builder. copy(UpdateSteeringPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-