Uses of Interface
software.amazon.awssdk.services.ses.model.ConnectAction.Builder
Packages that use ConnectAction.Builder
-
Uses of ConnectAction.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ConnectAction.BuilderModifier and TypeMethodDescriptionstatic ConnectAction.BuilderConnectAction.builder()ConnectAction.Builder.iamRoleARN(String iamRoleARN) The Amazon Resource Name (ARN) of the IAM role to be used by Amazon Simple Email Service while starting email contacts to the Amazon Connect instance.ConnectAction.Builder.instanceARN(String instanceARN) The Amazon Resource Name (ARN) for the Amazon Connect instance that Amazon SES integrates with for starting email contacts.ConnectAction.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ConnectAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConnectAction.Builder>ConnectAction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type ConnectAction.BuilderModifier and TypeMethodDescriptiondefault ReceiptAction.BuilderReceiptAction.Builder.connectAction(Consumer<ConnectAction.Builder> connectAction) Parses the received message and starts an email contact in Amazon Connect on your behalf.