Uses of Class
software.amazon.awssdk.services.fms.model.FailedItemReason
-
Packages that use FailedItemReason Package Description software.amazon.awssdk.services.fms.model -
-
Uses of FailedItemReason in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return FailedItemReason Modifier and Type Method Description static FailedItemReasonFailedItemReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FailedItemReasonFailedItem. reason()The reason the resource's association could not be updated.static FailedItemReasonFailedItemReason. 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.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type FailedItemReason Modifier and Type Method Description static Set<FailedItemReason>FailedItemReason. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type FailedItemReason Modifier and Type Method Description FailedItem.BuilderFailedItem.Builder. reason(FailedItemReason reason)The reason the resource's association could not be updated.
-