| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static FailedItemReason |
FailedItemReason.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FailedItemReason |
FailedItem.reason()
The reason the resource's association could not be updated.
|
static FailedItemReason |
FailedItemReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailedItemReason[] |
FailedItemReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FailedItemReason> |
FailedItemReason.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FailedItem.Builder |
FailedItem.Builder.reason(FailedItemReason reason)
The reason the resource's association could not be updated.
|
Copyright © 2022. All rights reserved.