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