Uses of Class
software.amazon.awssdk.services.opensearch.model.ZoneStatus
-
Packages that use ZoneStatus Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ZoneStatus in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return ZoneStatus Modifier and Type Method Description static ZoneStatusZoneStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ZoneStatusZoneStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ZoneStatus[]ZoneStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.ZoneStatusAvailabilityZoneInfo. zoneStatus()The current state of the Availability Zone.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type ZoneStatus Modifier and Type Method Description static Set<ZoneStatus>ZoneStatus. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type ZoneStatus Modifier and Type Method Description AvailabilityZoneInfo.BuilderAvailabilityZoneInfo.Builder. zoneStatus(ZoneStatus zoneStatus)The current state of the Availability Zone.
-