Uses of Interface
software.amazon.awssdk.services.workmail.model.ImpersonationMatchedRule.Builder
-
Packages that use ImpersonationMatchedRule.Builder Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of ImpersonationMatchedRule.Builder in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return ImpersonationMatchedRule.Builder Modifier and Type Method Description static ImpersonationMatchedRule.BuilderImpersonationMatchedRule. builder()ImpersonationMatchedRule.BuilderImpersonationMatchedRule.Builder. impersonationRuleId(String impersonationRuleId)The ID of the rule that matched the inputImpersonationMatchedRule.BuilderImpersonationMatchedRule.Builder. name(String name)The name of the rule that matched the input.ImpersonationMatchedRule.BuilderImpersonationMatchedRule. toBuilder()Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type ImpersonationMatchedRule.Builder Modifier and Type Method Description static Class<? extends ImpersonationMatchedRule.Builder>ImpersonationMatchedRule. serializableBuilderClass()
-