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