| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoRollbackEvent |
AutoRollbackEvent.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AutoRollbackEvent |
AutoRollbackEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoRollbackEvent[] |
AutoRollbackEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoRollbackEvent> |
AutoRollbackConfiguration.events()
The event type or types that trigger a rollback.
|
static Set<AutoRollbackEvent> |
AutoRollbackEvent.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AutoRollbackConfiguration.Builder |
AutoRollbackConfiguration.Builder.events(AutoRollbackEvent... events)
The event type or types that trigger a rollback.
|
| Modifier and Type | Method and Description |
|---|---|
AutoRollbackConfiguration.Builder |
AutoRollbackConfiguration.Builder.events(Collection<AutoRollbackEvent> events)
The event type or types that trigger a rollback.
|
Copyright © 2020. All rights reserved.