Package software.amazon.smithy.waiters
Interface Matcher.Visitor<T>
- Type Parameters:
T
- Type of value to return from the visitor.
public static interface Matcher.Visitor<T>
Visits the variants of the Matcher union type.
-
Method Summary
Modifier and TypeMethodDescriptionvisitErrorType
(Matcher.ErrorTypeMember errorType) visitInputOutput
(Matcher.InputOutputMember inputOutputPath) visitOutput
(Matcher.OutputMember outputPath) visitSuccess
(Matcher.SuccessMember success) visitUnknown
(Matcher.UnknownMember unknown)
-
Method Details
-
visitOutput
-
visitInputOutput
-
visitSuccess
-
visitErrorType
-
visitUnknown
-