Uses of Enum
software.amazon.awssdk.services.ec2.model.AutoScalingIpsState
Packages that use AutoScalingIpsState
-
Uses of AutoScalingIpsState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AutoScalingIpsStateModifier and TypeMethodDescriptionfinal AutoScalingIpsStateNatGateway.autoScalingIps()For regional NAT gateways only: Indicates whether Amazon Web Services automatically allocates additional Elastic IP addresses (EIPs) in an AZ when the NAT gateway needs more ports due to increased concurrent connections to a single destination from that AZ.static AutoScalingIpsStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoScalingIpsStateReturns the enum constant of this type with the specified name.static AutoScalingIpsState[]AutoScalingIpsState.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 AutoScalingIpsStateModifier and TypeMethodDescriptionstatic Set<AutoScalingIpsState>AutoScalingIpsState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AutoScalingIpsStateModifier and TypeMethodDescriptionNatGateway.Builder.autoScalingIps(AutoScalingIpsState autoScalingIps) For regional NAT gateways only: Indicates whether Amazon Web Services automatically allocates additional Elastic IP addresses (EIPs) in an AZ when the NAT gateway needs more ports due to increased concurrent connections to a single destination from that AZ.