Uses of Enum
software.amazon.awssdk.services.kinesis.model.ConsumerStatus
Packages that use ConsumerStatus
-
Uses of ConsumerStatus in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return ConsumerStatusModifier and TypeMethodDescriptionfinal ConsumerStatusConsumer.consumerStatus()A consumer can't read data while in theCREATINGorDELETINGstates.final ConsumerStatusConsumerDescription.consumerStatus()A consumer can't read data while in theCREATINGorDELETINGstates.static ConsumerStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ConsumerStatusReturns 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 ConsumerStatusMethods in software.amazon.awssdk.services.kinesis.model with parameters of type ConsumerStatusModifier and TypeMethodDescriptionConsumer.Builder.consumerStatus(ConsumerStatus consumerStatus) A consumer can't read data while in theCREATINGorDELETINGstates.ConsumerDescription.Builder.consumerStatus(ConsumerStatus consumerStatus) A consumer can't read data while in theCREATINGorDELETINGstates.