Uses of Class
com.oracle.bmc.dns.responses.CreateSteeringPolicyAttachmentResponse
-
Packages that use CreateSteeringPolicyAttachmentResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of CreateSteeringPolicyAttachmentResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return CreateSteeringPolicyAttachmentResponse Modifier and Type Method Description CreateSteeringPolicyAttachmentResponse
Dns. createSteeringPolicyAttachment(CreateSteeringPolicyAttachmentRequest request)
Creates a new attachment between a steering policy and a domain, giving the policy permission to answer queries for the specified domain.CreateSteeringPolicyAttachmentResponse
DnsClient. createSteeringPolicyAttachment(CreateSteeringPolicyAttachmentRequest request)
Method parameters in com.oracle.bmc.dns with type arguments of type CreateSteeringPolicyAttachmentResponse 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 CreateSteeringPolicyAttachmentResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return CreateSteeringPolicyAttachmentResponse Modifier and Type Method Description CreateSteeringPolicyAttachmentResponse
CreateSteeringPolicyAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type CreateSteeringPolicyAttachmentResponse Modifier and Type Method Description CreateSteeringPolicyAttachmentResponse.Builder
CreateSteeringPolicyAttachmentResponse.Builder. copy(CreateSteeringPolicyAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-