Uses of Interface
software.amazon.awssdk.services.mailmanager.model.SendAction.Builder
-
Packages that use SendAction.Builder Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of SendAction.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return SendAction.Builder Modifier and Type Method Description SendAction.BuilderSendAction.Builder. actionFailurePolicy(String actionFailurePolicy)A policy that states what to do in the case of failure.SendAction.BuilderSendAction.Builder. actionFailurePolicy(ActionFailurePolicy actionFailurePolicy)A policy that states what to do in the case of failure.static SendAction.BuilderSendAction. builder()SendAction.BuilderSendAction.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of the role to use for this action.SendAction.BuilderSendAction. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type SendAction.Builder Modifier and Type Method Description static Class<? extends SendAction.Builder>SendAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type SendAction.Builder Modifier and Type Method Description static RuleActionRuleAction. fromSend(Consumer<SendAction.Builder> send)Create an instance of this class withRuleAction.send()initialized to the given value.default RuleAction.BuilderRuleAction.Builder. send(Consumer<SendAction.Builder> send)This action sends the email to the internet.
-