Uses of Class
software.amazon.awssdk.services.kafka.model.KafkaVersionStatus
-
Packages that use KafkaVersionStatus Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of KafkaVersionStatus in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return KafkaVersionStatus Modifier and Type Method Description static KafkaVersionStatusKafkaVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KafkaVersionStatusKafkaVersion. status()Returns the value of the Status property for this object.static KafkaVersionStatusKafkaVersionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static KafkaVersionStatus[]KafkaVersionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type KafkaVersionStatus Modifier and Type Method Description static Set<KafkaVersionStatus>KafkaVersionStatus. knownValues()Methods in software.amazon.awssdk.services.kafka.model with parameters of type KafkaVersionStatus Modifier and Type Method Description KafkaVersion.BuilderKafkaVersion.Builder. status(KafkaVersionStatus status)Sets the value of the Status property for this object.
-