Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model |
Modifier and Type | Method and Description |
---|---|
DestinationDescription |
DestinationDescription.clone() |
DestinationDescription |
DestinationDescription.withAmazonopensearchserviceDestinationDescription(AmazonopensearchserviceDestinationDescription amazonopensearchserviceDestinationDescription) |
DestinationDescription |
DestinationDescription.withDestinationId(String destinationId)
The ID of the destination.
|
DestinationDescription |
DestinationDescription.withElasticsearchDestinationDescription(ElasticsearchDestinationDescription elasticsearchDestinationDescription)
The destination in Amazon ES.
|
DestinationDescription |
DestinationDescription.withExtendedS3DestinationDescription(ExtendedS3DestinationDescription extendedS3DestinationDescription)
The destination in Amazon S3.
|
DestinationDescription |
DestinationDescription.withHttpEndpointDestinationDescription(HttpEndpointDestinationDescription httpEndpointDestinationDescription)
Describes the specified HTTP endpoint destination.
|
DestinationDescription |
DestinationDescription.withRedshiftDestinationDescription(RedshiftDestinationDescription redshiftDestinationDescription)
The destination in Amazon Redshift.
|
DestinationDescription |
DestinationDescription.withS3DestinationDescription(S3DestinationDescription s3DestinationDescription)
[Deprecated] The destination in Amazon S3.
|
DestinationDescription |
DestinationDescription.withSplunkDestinationDescription(SplunkDestinationDescription splunkDestinationDescription)
The destination in Splunk.
|
Modifier and Type | Method and Description |
---|---|
List<DestinationDescription> |
DeliveryStreamDescription.getDestinations()
The destinations.
|
Modifier and Type | Method and Description |
---|---|
DeliveryStreamDescription |
DeliveryStreamDescription.withDestinations(DestinationDescription... destinations)
The destinations.
|
Modifier and Type | Method and Description |
---|---|
void |
DeliveryStreamDescription.setDestinations(Collection<DestinationDescription> destinations)
The destinations.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDestinations(Collection<DestinationDescription> destinations)
The destinations.
|
Copyright © 2022. All rights reserved.