Uses of Class
software.amazon.awssdk.services.memorydb.model.AZStatus
-
Packages that use AZStatus Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of AZStatus in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return AZStatus Modifier and Type Method Description AZStatusCluster. availabilityMode()Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).static AZStatusAZStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AZStatusAZStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AZStatus[]AZStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type AZStatus Modifier and Type Method Description static Set<AZStatus>AZStatus. knownValues()Methods in software.amazon.awssdk.services.memorydb.model with parameters of type AZStatus Modifier and Type Method Description Cluster.BuilderCluster.Builder. availabilityMode(AZStatus availabilityMode)Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
-