Uses of Class
com.oracle.bmc.dns.requests.GetSteeringPolicyAttachmentRequest
-
Packages that use GetSteeringPolicyAttachmentRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of GetSteeringPolicyAttachmentRequest in com.oracle.bmc.dns
Method parameters in com.oracle.bmc.dns with type arguments of type GetSteeringPolicyAttachmentRequest 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 GetSteeringPolicyAttachmentRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return GetSteeringPolicyAttachmentRequest Modifier and Type Method Description GetSteeringPolicyAttachmentRequest
GetSteeringPolicyAttachmentRequest.Builder. build()
Build the instance of GetSteeringPolicyAttachmentRequest as configured by this builderGetSteeringPolicyAttachmentRequest
GetSteeringPolicyAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSteeringPolicyAttachmentRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type GetSteeringPolicyAttachmentRequest Modifier and Type Method Description GetSteeringPolicyAttachmentRequest.Builder
GetSteeringPolicyAttachmentRequest.Builder. copy(GetSteeringPolicyAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-