Uses of Class
software.amazon.awssdk.services.cloudfront.model.AnycastIpListSummary
-
Packages that use AnycastIpListSummary Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of AnycastIpListSummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type AnycastIpListSummary Modifier and Type Method Description List<AnycastIpListSummary>AnycastIpListCollection. items()Items in the Anycast static IP list collection.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type AnycastIpListSummary Modifier and Type Method Description AnycastIpListCollection.BuilderAnycastIpListCollection.Builder. items(AnycastIpListSummary... items)Items in the Anycast static IP list collection.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type AnycastIpListSummary Modifier and Type Method Description AnycastIpListCollection.BuilderAnycastIpListCollection.Builder. items(Collection<AnycastIpListSummary> items)Items in the Anycast static IP list collection.
-