Uses of Class
software.amazon.awssdk.services.ses.model.KinesisFirehoseDestination
-
Packages that use KinesisFirehoseDestination Package Description software.amazon.awssdk.services.ses.model -
-
Uses of KinesisFirehoseDestination in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return KinesisFirehoseDestination Modifier and Type Method Description KinesisFirehoseDestination
EventDestination. kinesisFirehoseDestination()
An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.Methods in software.amazon.awssdk.services.ses.model with parameters of type KinesisFirehoseDestination Modifier and Type Method Description EventDestination.Builder
EventDestination.Builder. kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.
-