Uses of Class
software.amazon.awssdk.services.cloudfront.model.AnycastIpList
Packages that use AnycastIpList
-
Uses of AnycastIpList in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return AnycastIpListModifier and TypeMethodDescriptionfinal AnycastIpListCreateAnycastIpListResponse.anycastIpList()A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.final AnycastIpListGetAnycastIpListResponse.anycastIpList()The Anycast static IP list details.final AnycastIpListUpdateAnycastIpListResponse.anycastIpList()Returns the value of the AnycastIpList property for this object.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type AnycastIpListModifier and TypeMethodDescriptionCreateAnycastIpListResponse.Builder.anycastIpList(AnycastIpList anycastIpList) A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.GetAnycastIpListResponse.Builder.anycastIpList(AnycastIpList anycastIpList) The Anycast static IP list details.UpdateAnycastIpListResponse.Builder.anycastIpList(AnycastIpList anycastIpList) Sets the value of the AnycastIpList property for this object.