Uses of Class
com.oracle.bmc.dns.responses.ListSteeringPolicyAttachmentsResponse
-
Packages that use ListSteeringPolicyAttachmentsResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of ListSteeringPolicyAttachmentsResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return ListSteeringPolicyAttachmentsResponse Modifier and Type Method Description ListSteeringPolicyAttachmentsResponse
Dns. listSteeringPolicyAttachments(ListSteeringPolicyAttachmentsRequest request)
Lists the steering policy attachments in the specified compartment.ListSteeringPolicyAttachmentsResponse
DnsClient. listSteeringPolicyAttachments(ListSteeringPolicyAttachmentsRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type ListSteeringPolicyAttachmentsResponse Modifier and Type Method Description Future<ListSteeringPolicyAttachmentsResponse>
DnsAsync. listSteeringPolicyAttachments(ListSteeringPolicyAttachmentsRequest request, AsyncHandler<ListSteeringPolicyAttachmentsRequest,ListSteeringPolicyAttachmentsResponse> handler)
Lists the steering policy attachments in the specified compartment.Future<ListSteeringPolicyAttachmentsResponse>
DnsAsyncClient. listSteeringPolicyAttachments(ListSteeringPolicyAttachmentsRequest request, AsyncHandler<ListSteeringPolicyAttachmentsRequest,ListSteeringPolicyAttachmentsResponse> handler)
Iterable<ListSteeringPolicyAttachmentsResponse>
DnsPaginators. listSteeringPolicyAttachmentsResponseIterator(ListSteeringPolicyAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listSteeringPolicyAttachments operation.Method parameters in com.oracle.bmc.dns with type arguments of type ListSteeringPolicyAttachmentsResponse Modifier and Type Method Description Future<ListSteeringPolicyAttachmentsResponse>
DnsAsync. listSteeringPolicyAttachments(ListSteeringPolicyAttachmentsRequest request, AsyncHandler<ListSteeringPolicyAttachmentsRequest,ListSteeringPolicyAttachmentsResponse> handler)
Lists the steering policy attachments in the specified compartment.Future<ListSteeringPolicyAttachmentsResponse>
DnsAsyncClient. listSteeringPolicyAttachments(ListSteeringPolicyAttachmentsRequest request, AsyncHandler<ListSteeringPolicyAttachmentsRequest,ListSteeringPolicyAttachmentsResponse> handler)
-
Uses of ListSteeringPolicyAttachmentsResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return ListSteeringPolicyAttachmentsResponse Modifier and Type Method Description ListSteeringPolicyAttachmentsResponse
ListSteeringPolicyAttachmentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type ListSteeringPolicyAttachmentsResponse Modifier and Type Method Description ListSteeringPolicyAttachmentsResponse.Builder
ListSteeringPolicyAttachmentsResponse.Builder. copy(ListSteeringPolicyAttachmentsResponse o)
Copy method to populate the builder with values from the given instance.
-