Uses of Enum
software.amazon.awssdk.services.ec2.model.AvailabilityMode
Packages that use AvailabilityMode
-
Uses of AvailabilityMode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AvailabilityModeModifier and TypeMethodDescriptionfinal AvailabilityModeCreateNatGatewayRequest.availabilityMode()Specifies whether to create a zonal (single-AZ) or regional (multi-AZ) NAT gateway.final AvailabilityModeNatGateway.availabilityMode()Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.static AvailabilityModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AvailabilityModeReturns the enum constant of this type with the specified name.static AvailabilityMode[]AvailabilityMode.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 AvailabilityModeMethods in software.amazon.awssdk.services.ec2.model with parameters of type AvailabilityModeModifier and TypeMethodDescriptionCreateNatGatewayRequest.Builder.availabilityMode(AvailabilityMode availabilityMode) Specifies whether to create a zonal (single-AZ) or regional (multi-AZ) NAT gateway.NatGateway.Builder.availabilityMode(AvailabilityMode availabilityMode) Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.