Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
DeliveryChannelStatus |
DeliveryChannelStatus.clone() |
DeliveryChannelStatus |
DeliveryChannelStatus.withConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)
A list that contains the status of the delivery of the configuration
history to the specified Amazon S3 bucket.
|
DeliveryChannelStatus |
DeliveryChannelStatus.withConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)
A list containing the status of the delivery of the snapshot to the
specified Amazon S3 bucket.
|
DeliveryChannelStatus |
DeliveryChannelStatus.withConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo)
A list containing the status of the delivery of the configuration stream
notification to the specified Amazon SNS topic.
|
DeliveryChannelStatus |
DeliveryChannelStatus.withName(String name)
The name of the delivery channel.
|
Modifier and Type | Method and Description |
---|---|
List<DeliveryChannelStatus> |
DescribeDeliveryChannelStatusResult.getDeliveryChannelsStatus()
A list that contains the status of a specified delivery channel.
|
Modifier and Type | Method and Description |
---|---|
DescribeDeliveryChannelStatusResult |
DescribeDeliveryChannelStatusResult.withDeliveryChannelsStatus(DeliveryChannelStatus... deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDeliveryChannelStatusResult.setDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
|
DescribeDeliveryChannelStatusResult |
DescribeDeliveryChannelStatusResult.withDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
|
Copyright © 2018. All rights reserved.