Uses of Class
software.amazon.awssdk.services.ivschat.model.FallbackResult
-
Packages that use FallbackResult Package Description software.amazon.awssdk.services.ivschat.model -
-
Uses of FallbackResult in software.amazon.awssdk.services.ivschat.model
Methods in software.amazon.awssdk.services.ivschat.model that return FallbackResult Modifier and Type Method Description FallbackResultMessageReviewHandler. fallbackResult()Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error, or times out.static FallbackResultFallbackResult. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FallbackResultFallbackResult. valueOf(String name)Returns the enum constant of this type with the specified name.static FallbackResult[]FallbackResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ivschat.model that return types with arguments of type FallbackResult Modifier and Type Method Description static Set<FallbackResult>FallbackResult. knownValues()Methods in software.amazon.awssdk.services.ivschat.model with parameters of type FallbackResult Modifier and Type Method Description MessageReviewHandler.BuilderMessageReviewHandler.Builder. fallbackResult(FallbackResult fallbackResult)Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error, or times out.
-