| Package | Description |
|---|---|
| software.amazon.kinesis.lifecycle |
| Modifier and Type | Method and Description |
|---|---|
ShutdownReason |
ShutdownTask.getReason() |
static ShutdownReason |
ShutdownReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShutdownReason[] |
ShutdownReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ShutdownReason.canTransitionTo(ShutdownReason reason)
Indicates whether the given reason can override the current reason.
|
Copyright © 2019. All rights reserved.