Uses of Enum
software.amazon.awssdk.services.ec2.model.TunnelInsideIpVersion
Packages that use TunnelInsideIpVersion
-
Uses of TunnelInsideIpVersion in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TunnelInsideIpVersionModifier and TypeMethodDescriptionstatic TunnelInsideIpVersionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TunnelInsideIpVersionVpnConnectionOptions.tunnelInsideIpVersion()Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.final TunnelInsideIpVersionVpnConnectionOptionsSpecification.tunnelInsideIpVersion()Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.static TunnelInsideIpVersionReturns the enum constant of this type with the specified name.static TunnelInsideIpVersion[]TunnelInsideIpVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TunnelInsideIpVersionModifier and TypeMethodDescriptionstatic Set<TunnelInsideIpVersion>TunnelInsideIpVersion.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type TunnelInsideIpVersionModifier and TypeMethodDescriptionVpnConnectionOptions.Builder.tunnelInsideIpVersion(TunnelInsideIpVersion tunnelInsideIpVersion) Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.VpnConnectionOptionsSpecification.Builder.tunnelInsideIpVersion(TunnelInsideIpVersion tunnelInsideIpVersion) Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.