Uses of Class
software.amazon.awssdk.services.ec2.model.AutoScalingIpsState
-
Packages that use AutoScalingIpsState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AutoScalingIpsState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AutoScalingIpsState Modifier and Type Method Description 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 AutoScalingIpsStateAutoScalingIpsState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoScalingIpsStateAutoScalingIpsState. valueOf(String name)Returns 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 AutoScalingIpsState Modifier and Type Method Description static Set<AutoScalingIpsState>AutoScalingIpsState. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AutoScalingIpsState Modifier and Type Method Description NatGateway.BuilderNatGateway.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.
-