Uses of Enum
software.amazon.awssdk.services.elasticloadbalancingv2.model.EnablePrefixForIpv6SourceNatEnum
Packages that use EnablePrefixForIpv6SourceNatEnum
-
Uses of EnablePrefixForIpv6SourceNatEnum in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return EnablePrefixForIpv6SourceNatEnumModifier and TypeMethodDescriptionCreateLoadBalancerRequest.enablePrefixForIpv6SourceNat()[Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.LoadBalancer.enablePrefixForIpv6SourceNat()[Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.SetSubnetsRequest.enablePrefixForIpv6SourceNat()[Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.SetSubnetsResponse.enablePrefixForIpv6SourceNat()[Network Load Balancers] Indicates whether to use an IPv6 prefix from each subnet for source NAT.Use this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.static EnablePrefixForIpv6SourceNatEnum[]EnablePrefixForIpv6SourceNatEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type EnablePrefixForIpv6SourceNatEnumModifier and TypeMethodDescriptionstatic Set<EnablePrefixForIpv6SourceNatEnum>EnablePrefixForIpv6SourceNatEnum.knownValues()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type EnablePrefixForIpv6SourceNatEnumModifier and TypeMethodDescriptionCreateLoadBalancerRequest.Builder.enablePrefixForIpv6SourceNat(EnablePrefixForIpv6SourceNatEnum enablePrefixForIpv6SourceNat) [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.LoadBalancer.Builder.enablePrefixForIpv6SourceNat(EnablePrefixForIpv6SourceNatEnum enablePrefixForIpv6SourceNat) [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.SetSubnetsRequest.Builder.enablePrefixForIpv6SourceNat(EnablePrefixForIpv6SourceNatEnum enablePrefixForIpv6SourceNat) [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.SetSubnetsResponse.Builder.enablePrefixForIpv6SourceNat(EnablePrefixForIpv6SourceNatEnum enablePrefixForIpv6SourceNat) [Network Load Balancers] Indicates whether to use an IPv6 prefix from each subnet for source NAT.