Uses of Class
software.amazon.awssdk.services.kinesis.model.ConsumerStatus
-
Packages that use ConsumerStatus Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of ConsumerStatus in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return ConsumerStatus Modifier and Type Method Description ConsumerStatusConsumer. consumerStatus()A consumer can't read data while in theCREATINGorDELETINGstates.ConsumerStatusConsumerDescription. consumerStatus()A consumer can't read data while in theCREATINGorDELETINGstates.static ConsumerStatusConsumerStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConsumerStatusConsumerStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsumerStatus[]ConsumerStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type ConsumerStatus Modifier and Type Method Description static Set<ConsumerStatus>ConsumerStatus. knownValues()Methods in software.amazon.awssdk.services.kinesis.model with parameters of type ConsumerStatus Modifier and Type Method Description Consumer.BuilderConsumer.Builder. consumerStatus(ConsumerStatus consumerStatus)A consumer can't read data while in theCREATINGorDELETINGstates.ConsumerDescription.BuilderConsumerDescription.Builder. consumerStatus(ConsumerStatus consumerStatus)A consumer can't read data while in theCREATINGorDELETINGstates.
-