Uses of Class
com.oracle.bmc.dns.requests.CreateSteeringPolicyRequest
-
Packages that use CreateSteeringPolicyRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of CreateSteeringPolicyRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type CreateSteeringPolicyRequest Modifier and Type Method Description Waiter<CreateSteeringPolicyRequest,CreateSteeringPolicyResponse>
DnsWaiters. forCreateSteeringPolicy(CreateSteeringPolicyRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreateSteeringPolicyRequest,CreateSteeringPolicyResponse>
DnsWaiters. forCreateSteeringPolicy(CreateSteeringPolicyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.dns with type arguments of type CreateSteeringPolicyRequest Modifier and Type Method Description Future<CreateSteeringPolicyResponse>
DnsAsync. createSteeringPolicy(CreateSteeringPolicyRequest request, AsyncHandler<CreateSteeringPolicyRequest,CreateSteeringPolicyResponse> handler)
Creates a new steering policy in the specified compartment.Future<CreateSteeringPolicyResponse>
DnsAsyncClient. createSteeringPolicy(CreateSteeringPolicyRequest request, AsyncHandler<CreateSteeringPolicyRequest,CreateSteeringPolicyResponse> handler)
-
Uses of CreateSteeringPolicyRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return CreateSteeringPolicyRequest Modifier and Type Method Description CreateSteeringPolicyRequest
CreateSteeringPolicyRequest.Builder. build()
Build the instance of CreateSteeringPolicyRequest as configured by this builderCreateSteeringPolicyRequest
CreateSteeringPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSteeringPolicyRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type CreateSteeringPolicyRequest Modifier and Type Method Description CreateSteeringPolicyRequest.Builder
CreateSteeringPolicyRequest.Builder. copy(CreateSteeringPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-