Uses of Enum Class
software.amazon.awscdk.services.ec2.IpAddressType
Packages that use IpAddressType
-
Uses of IpAddressType in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return IpAddressTypeModifier and TypeMethodDescriptionstatic IpAddressTypeReturns the enum constant of this class with the specified name.static IpAddressType[]IpAddressType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 that return types with arguments of type IpAddressTypeModifier and TypeMethodDescriptiondefault List<IpAddressType>VpcEndpointServiceProps.getSupportedIpAddressTypes()Specify which IP address types are supported for VPC endpoint service.final List<IpAddressType>VpcEndpointServiceProps.Jsii$Proxy.getSupportedIpAddressTypes()Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type IpAddressTypeModifier and TypeMethodDescriptionVpcEndpointService.Builder.supportedIpAddressTypes(List<? extends IpAddressType> supportedIpAddressTypes) Specify which IP address types are supported for VPC endpoint service.VpcEndpointServiceProps.Builder.supportedIpAddressTypes(List<? extends IpAddressType> supportedIpAddressTypes) Sets the value ofVpcEndpointServiceProps.getSupportedIpAddressTypes()