Uses of Enum Class
software.amazon.awscdk.services.ec2.VpcEndpointIpAddressType
Packages that use VpcEndpointIpAddressType
-
Uses of VpcEndpointIpAddressType in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return VpcEndpointIpAddressTypeModifier and TypeMethodDescriptiondefault VpcEndpointIpAddressTypeInterfaceVpcEndpointOptions.getIpAddressType()The IP address type for the endpoint.final VpcEndpointIpAddressTypeInterfaceVpcEndpointOptions.Jsii$Proxy.getIpAddressType()final VpcEndpointIpAddressTypeInterfaceVpcEndpointProps.Jsii$Proxy.getIpAddressType()static VpcEndpointIpAddressTypeReturns the enum constant of this class with the specified name.static VpcEndpointIpAddressType[]VpcEndpointIpAddressType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type VpcEndpointIpAddressTypeModifier and TypeMethodDescriptionInterfaceVpcEndpoint.Builder.ipAddressType(VpcEndpointIpAddressType ipAddressType) The IP address type for the endpoint.InterfaceVpcEndpointOptions.Builder.ipAddressType(VpcEndpointIpAddressType ipAddressType) Sets the value ofInterfaceVpcEndpointOptions.getIpAddressType()InterfaceVpcEndpointProps.Builder.ipAddressType(VpcEndpointIpAddressType ipAddressType) Sets the value ofInterfaceVpcEndpointOptions.getIpAddressType()