Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GetAnycastIpListResponse.Builder
-
Packages that use GetAnycastIpListResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of GetAnycastIpListResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GetAnycastIpListResponse.Builder Modifier and Type Method Description default GetAnycastIpListResponse.BuilderGetAnycastIpListResponse.Builder. anycastIpList(Consumer<AnycastIpList.Builder> anycastIpList)The Anycast static IP list details.GetAnycastIpListResponse.BuilderGetAnycastIpListResponse.Builder. anycastIpList(AnycastIpList anycastIpList)The Anycast static IP list details.static GetAnycastIpListResponse.BuilderGetAnycastIpListResponse. builder()GetAnycastIpListResponse.BuilderGetAnycastIpListResponse.Builder. eTag(String eTag)The version identifier for the current version of the Anycast static IP list.GetAnycastIpListResponse.BuilderGetAnycastIpListResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GetAnycastIpListResponse.Builder Modifier and Type Method Description static Class<? extends GetAnycastIpListResponse.Builder>GetAnycastIpListResponse. serializableBuilderClass()
-