Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DeliveryChannelStatus> |
DescribeDeliveryChannelStatusResult.deliveryChannelsStatus
A list that contains the status of a specified delivery channel.
|
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(java.lang.String name)
The name of the delivery channel.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
|
DescribeDeliveryChannelStatusResult |
DescribeDeliveryChannelStatusResult.withDeliveryChannelsStatus(java.util.Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
|
Modifier and Type | Method and Description |
---|---|
DeliveryChannelStatus |
DeliveryChannelStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeliveryChannelStatusJsonMarshaller.marshall(DeliveryChannelStatus deliveryChannelStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|