Uses of Interface
software.amazon.awssdk.services.sesv2.model.EventDestinationDefinition.Builder
Packages that use EventDestinationDefinition.Builder
-
Uses of EventDestinationDefinition.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EventDestinationDefinition.BuilderModifier and TypeMethodDescriptionEventDestinationDefinition.builder()EventDestinationDefinition.Builder.cloudWatchDestination(Consumer<CloudWatchDestination.Builder> cloudWatchDestination) An object that defines an Amazon CloudWatch destination for email events.EventDestinationDefinition.Builder.cloudWatchDestination(CloudWatchDestination cloudWatchDestination) An object that defines an Amazon CloudWatch destination for email events.Iftrue, the event destination is enabled.EventDestinationDefinition.Builder.eventBridgeDestination(Consumer<EventBridgeDestination.Builder> eventBridgeDestination) An object that defines an Amazon EventBridge destination for email events.EventDestinationDefinition.Builder.eventBridgeDestination(EventBridgeDestination eventBridgeDestination) An object that defines an Amazon EventBridge destination for email events.EventDestinationDefinition.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination) An object that defines an Amazon Kinesis Data Firehose destination for email events.EventDestinationDefinition.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination) An object that defines an Amazon Kinesis Data Firehose destination for email events.EventDestinationDefinition.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes) An array that specifies which events the Amazon SES API v2 should send to the destinations in thisEventDestinationDefinition.EventDestinationDefinition.Builder.matchingEventTypes(EventType... matchingEventTypes) An array that specifies which events the Amazon SES API v2 should send to the destinations in thisEventDestinationDefinition.EventDestinationDefinition.Builder.matchingEventTypesWithStrings(String... matchingEventTypes) An array that specifies which events the Amazon SES API v2 should send to the destinations in thisEventDestinationDefinition.EventDestinationDefinition.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes) An array that specifies which events the Amazon SES API v2 should send to the destinations in thisEventDestinationDefinition.EventDestinationDefinition.Builder.pinpointDestination(Consumer<PinpointDestination.Builder> pinpointDestination) An object that defines an Amazon Pinpoint project destination for email events.EventDestinationDefinition.Builder.pinpointDestination(PinpointDestination pinpointDestination) An object that defines an Amazon Pinpoint project destination for email events.EventDestinationDefinition.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination) An object that defines an Amazon SNS destination for email events.EventDestinationDefinition.Builder.snsDestination(SnsDestination snsDestination) An object that defines an Amazon SNS destination for email events.EventDestinationDefinition.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type EventDestinationDefinition.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EventDestinationDefinition.Builder>EventDestinationDefinition.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type EventDestinationDefinition.BuilderModifier and TypeMethodDescriptionCreateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination) An object that defines the event destination.UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination) An object that defines the event destination.