| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
PinpointDestination.Builder |
PinpointDestination.Builder.applicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.
|
static PinpointDestination.Builder |
PinpointDestination.builder() |
PinpointDestination.Builder |
PinpointDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PinpointDestination.Builder> |
PinpointDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.pinpointDestination(Consumer<PinpointDestination.Builder> pinpointDestination)
An object that defines an Amazon Pinpoint project destination for email events.
|
default EventDestination.Builder |
EventDestination.Builder.pinpointDestination(Consumer<PinpointDestination.Builder> pinpointDestination)
An object that defines an Amazon Pinpoint project destination for email events.
|
Copyright © 2022. All rights reserved.