Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdateAnycastIpListRequest.Builder
Packages that use UpdateAnycastIpListRequest.Builder
Package
Description
-
Uses of UpdateAnycastIpListRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type UpdateAnycastIpListRequest.BuilderModifier and TypeMethodDescriptionCloudFrontAsyncClient.updateAnycastIpList(Consumer<UpdateAnycastIpListRequest.Builder> updateAnycastIpListRequest) Updates an Anycast static IP list.default UpdateAnycastIpListResponseCloudFrontClient.updateAnycastIpList(Consumer<UpdateAnycastIpListRequest.Builder> updateAnycastIpListRequest) Updates an Anycast static IP list. -
Uses of UpdateAnycastIpListRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return UpdateAnycastIpListRequest.BuilderModifier and TypeMethodDescriptionUpdateAnycastIpListRequest.builder()The ID of the Anycast static IP list.The current version (ETag value) of the Anycast static IP list that you are updating.UpdateAnycastIpListRequest.Builder.ipAddressType(String ipAddressType) The IP address type for the Anycast static IP list.UpdateAnycastIpListRequest.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the Anycast static IP list.UpdateAnycastIpListRequest.Builder.ipamCidrConfigs(Collection<IpamCidrConfig> ipamCidrConfigs) A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for updating the Anycast static IP list.UpdateAnycastIpListRequest.Builder.ipamCidrConfigs(Consumer<IpamCidrConfig.Builder>... ipamCidrConfigs) A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for updating the Anycast static IP list.UpdateAnycastIpListRequest.Builder.ipamCidrConfigs(IpamCidrConfig... ipamCidrConfigs) A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for updating the Anycast static IP list.UpdateAnycastIpListRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateAnycastIpListRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateAnycastIpListRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdateAnycastIpListRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateAnycastIpListRequest.Builder>UpdateAnycastIpListRequest.serializableBuilderClass()