Uses of Class
software.amazon.awssdk.services.cloudfront.model.AnycastIpList
-
Packages that use AnycastIpList Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of AnycastIpList in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return AnycastIpList Modifier and Type Method Description AnycastIpListCreateAnycastIpListResponse. anycastIpList()A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.AnycastIpListGetAnycastIpListResponse. anycastIpList()The Anycast static IP list details.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type AnycastIpList Modifier and Type Method Description CreateAnycastIpListResponse.BuilderCreateAnycastIpListResponse.Builder. anycastIpList(AnycastIpList anycastIpList)A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.GetAnycastIpListResponse.BuilderGetAnycastIpListResponse.Builder. anycastIpList(AnycastIpList anycastIpList)The Anycast static IP list details.
-