| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.model |
| Modifier and Type | Method and Description |
|---|---|
static ConsumerStatus |
ConsumerStatus.fromValue(String value)
Use this in place of valueOf.
|
static ConsumerStatus |
ConsumerStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
Consumer |
Consumer.withConsumerStatus(ConsumerStatus consumerStatus)
A consumer can't read data while in the
CREATING or DELETING states. |
ConsumerDescription |
ConsumerDescription.withConsumerStatus(ConsumerStatus consumerStatus)
A consumer can't read data while in the
CREATING or DELETING states. |
Copyright © 2024. All rights reserved.