Uses of Class
com.oracle.bmc.dns.responses.GetSteeringPolicyAttachmentResponse
-
Packages that use GetSteeringPolicyAttachmentResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of GetSteeringPolicyAttachmentResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return GetSteeringPolicyAttachmentResponse Modifier and Type Method Description GetSteeringPolicyAttachmentResponse
Dns. getSteeringPolicyAttachment(GetSteeringPolicyAttachmentRequest request)
Gets information about the specified steering policy attachment.GetSteeringPolicyAttachmentResponse
DnsClient. getSteeringPolicyAttachment(GetSteeringPolicyAttachmentRequest request)
Method parameters in com.oracle.bmc.dns with type arguments of type GetSteeringPolicyAttachmentResponse Modifier and Type Method Description Future<GetSteeringPolicyAttachmentResponse>
DnsAsync. getSteeringPolicyAttachment(GetSteeringPolicyAttachmentRequest request, AsyncHandler<GetSteeringPolicyAttachmentRequest,GetSteeringPolicyAttachmentResponse> handler)
Gets information about the specified steering policy attachment.Future<GetSteeringPolicyAttachmentResponse>
DnsAsyncClient. getSteeringPolicyAttachment(GetSteeringPolicyAttachmentRequest request, AsyncHandler<GetSteeringPolicyAttachmentRequest,GetSteeringPolicyAttachmentResponse> handler)
-
Uses of GetSteeringPolicyAttachmentResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return GetSteeringPolicyAttachmentResponse Modifier and Type Method Description GetSteeringPolicyAttachmentResponse
GetSteeringPolicyAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type GetSteeringPolicyAttachmentResponse Modifier and Type Method Description GetSteeringPolicyAttachmentResponse.Builder
GetSteeringPolicyAttachmentResponse.Builder. copy(GetSteeringPolicyAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-