Uses of Class
com.oracle.bmc.dns.model.SteeringPolicyAttachmentSummary
-
Packages that use SteeringPolicyAttachmentSummary Package Description com.oracle.bmc.dns com.oracle.bmc.dns.model com.oracle.bmc.dns.responses -
-
Uses of SteeringPolicyAttachmentSummary in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type SteeringPolicyAttachmentSummary Modifier and Type Method Description Iterable<SteeringPolicyAttachmentSummary>
DnsPaginators. listSteeringPolicyAttachmentsRecordIterator(ListSteeringPolicyAttachmentsRequest request)
Creates a new iterable which will iterate over theSteeringPolicyAttachmentSummary
objects contained in responses from the listSteeringPolicyAttachments operation. -
Uses of SteeringPolicyAttachmentSummary in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return SteeringPolicyAttachmentSummary Modifier and Type Method Description SteeringPolicyAttachmentSummary
SteeringPolicyAttachmentSummary.Builder. build()
Methods in com.oracle.bmc.dns.model with parameters of type SteeringPolicyAttachmentSummary Modifier and Type Method Description SteeringPolicyAttachmentSummary.Builder
SteeringPolicyAttachmentSummary.Builder. copy(SteeringPolicyAttachmentSummary model)
-
Uses of SteeringPolicyAttachmentSummary in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return types with arguments of type SteeringPolicyAttachmentSummary Modifier and Type Method Description List<SteeringPolicyAttachmentSummary>
ListSteeringPolicyAttachmentsResponse. getItems()
A list of com.oracle.bmc.dns.model.SteeringPolicyAttachmentSummary instances.Method parameters in com.oracle.bmc.dns.responses with type arguments of type SteeringPolicyAttachmentSummary Modifier and Type Method Description ListSteeringPolicyAttachmentsResponse.Builder
ListSteeringPolicyAttachmentsResponse.Builder. items(List<SteeringPolicyAttachmentSummary> items)
A list of com.oracle.bmc.dns.model.SteeringPolicyAttachmentSummary instances.
-