| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
| Modifier and Type | Method and Description |
|---|---|
KinesisFirehoseDestination |
KinesisFirehoseDestination.clone() |
KinesisFirehoseDestination |
EventDestination.getKinesisFirehoseDestination()
An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose
event destination.
|
KinesisFirehoseDestination |
KinesisFirehoseDestination.withDeliveryStreamARN(String deliveryStreamARN)
The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
|
KinesisFirehoseDestination |
KinesisFirehoseDestination.withIAMRoleARN(String iAMRoleARN)
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose
stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDestination.setKinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose
event destination.
|
EventDestination |
EventDestination.withKinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose
event destination.
|
Copyright © 2023. All rights reserved.