Uses of Enum
software.amazon.awssdk.services.ec2.model.ModifyAvailabilityZoneOptInStatus
Packages that use ModifyAvailabilityZoneOptInStatus
-
Uses of ModifyAvailabilityZoneOptInStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyAvailabilityZoneOptInStatusModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.ModifyAvailabilityZoneGroupRequest.optInStatus()Indicates whether to opt in to the zone group.Returns the enum constant of this type with the specified name.static ModifyAvailabilityZoneOptInStatus[]ModifyAvailabilityZoneOptInStatus.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 ModifyAvailabilityZoneOptInStatusModifier and TypeMethodDescriptionstatic Set<ModifyAvailabilityZoneOptInStatus>ModifyAvailabilityZoneOptInStatus.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type ModifyAvailabilityZoneOptInStatusModifier and TypeMethodDescriptionModifyAvailabilityZoneGroupRequest.Builder.optInStatus(ModifyAvailabilityZoneOptInStatus optInStatus) Indicates whether to opt in to the zone group.