Uses of Interface
software.amazon.awssdk.services.ses.model.StopAction.Builder
-
Packages that use StopAction.Builder Package Description software.amazon.awssdk.services.ses.model -
-
Uses of StopAction.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return StopAction.Builder Modifier and Type Method Description static StopAction.BuilderStopAction. builder()StopAction.BuilderStopAction.Builder. scope(String scope)The scope of the StopAction.StopAction.BuilderStopAction.Builder. scope(StopScope scope)The scope of the StopAction.StopAction.BuilderStopAction. toBuilder()StopAction.BuilderStopAction.Builder. topicArn(String topicArn)The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type StopAction.Builder Modifier and Type Method Description static Class<? extends StopAction.Builder>StopAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type StopAction.Builder Modifier and Type Method Description default ReceiptAction.BuilderReceiptAction.Builder. stopAction(Consumer<StopAction.Builder> stopAction)Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.
-