Uses of Class
com.oracle.bmc.dns.requests.UpdateSteeringPolicyRequest
-
Packages that use UpdateSteeringPolicyRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of UpdateSteeringPolicyRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type UpdateSteeringPolicyRequest Modifier and Type Method Description Waiter<UpdateSteeringPolicyRequest,UpdateSteeringPolicyResponse>
DnsWaiters. forUpdateSteeringPolicy(UpdateSteeringPolicyRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateSteeringPolicyRequest,UpdateSteeringPolicyResponse>
DnsWaiters. forUpdateSteeringPolicy(UpdateSteeringPolicyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.dns with type arguments of type UpdateSteeringPolicyRequest 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 UpdateSteeringPolicyRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return UpdateSteeringPolicyRequest Modifier and Type Method Description UpdateSteeringPolicyRequest
UpdateSteeringPolicyRequest.Builder. build()
Build the instance of UpdateSteeringPolicyRequest as configured by this builderUpdateSteeringPolicyRequest
UpdateSteeringPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSteeringPolicyRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type UpdateSteeringPolicyRequest Modifier and Type Method Description UpdateSteeringPolicyRequest.Builder
UpdateSteeringPolicyRequest.Builder. copy(UpdateSteeringPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-