Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.FallbackAction
-
Packages that use FallbackAction Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of FallbackAction in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return FallbackAction Modifier and Type Method Description FallbackActionProcessor. fallbackAction()Determines whether to continue with message processing or stop it in cases where communication with a processor fails.static FallbackActionFallbackAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FallbackActionFallbackAction. valueOf(String name)Returns the enum constant of this type with the specified name.static FallbackAction[]FallbackAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type FallbackAction Modifier and Type Method Description static Set<FallbackAction>FallbackAction. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type FallbackAction Modifier and Type Method Description Processor.BuilderProcessor.Builder. fallbackAction(FallbackAction fallbackAction)Determines whether to continue with message processing or stop it in cases where communication with a processor fails.
-