| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
DeliveryChannel |
PutDeliveryChannelRequest.deliveryChannel()
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and
to an Amazon SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeliveryChannel> |
DescribeDeliveryChannelsResponse.deliveryChannels()
A list that contains the descriptions of the specified delivery channel.
|
| Modifier and Type | Method and Description |
|---|---|
PutDeliveryChannelRequest.Builder |
PutDeliveryChannelRequest.Builder.deliveryChannel(DeliveryChannel deliveryChannel)
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket
and to an Amazon SNS topic.
|
DescribeDeliveryChannelsResponse.Builder |
DescribeDeliveryChannelsResponse.Builder.deliveryChannels(DeliveryChannel... deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDeliveryChannelsResponse.Builder |
DescribeDeliveryChannelsResponse.Builder.deliveryChannels(Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
Copyright © 2023. All rights reserved.