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