Uses of Enum
software.amazon.awssdk.services.cloudfront.model.IpAddressType
Packages that use IpAddressType
-
Uses of IpAddressType in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return IpAddressTypeModifier and TypeMethodDescriptionstatic IpAddressTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IpAddressTypeAnycastIpList.ipAddressType()The IP address type for the Anycast static IP list.final IpAddressTypeAnycastIpListSummary.ipAddressType()The IP address type for the Anycast static IP list.final IpAddressTypeCreateAnycastIpListRequest.ipAddressType()The IP address type for the Anycast static IP list.final IpAddressTypeCustomOriginConfig.ipAddressType()Specifies which IP protocol CloudFront uses when connecting to your origin.final IpAddressTypeUpdateAnycastIpListRequest.ipAddressType()The IP address type for the Anycast static IP list.static IpAddressTypeReturns the enum constant of this type with the specified name.static IpAddressType[]IpAddressType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type IpAddressTypeMethods in software.amazon.awssdk.services.cloudfront.model with parameters of type IpAddressTypeModifier and TypeMethodDescriptionAnycastIpList.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the Anycast static IP list.AnycastIpListSummary.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the Anycast static IP list.CreateAnycastIpListRequest.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the Anycast static IP list.CustomOriginConfig.Builder.ipAddressType(IpAddressType ipAddressType) Specifies which IP protocol CloudFront uses when connecting to your origin.UpdateAnycastIpListRequest.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the Anycast static IP list.