Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private 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 | Field and Description |
---|---|
private SdkInternalList<DeliveryChannel> |
DescribeDeliveryChannelsResult.deliveryChannels
A list that contains the descriptions of the specified delivery channel.
|
Modifier and Type | Method and Description |
---|---|
DeliveryChannel |
DeliveryChannel.clone() |
DeliveryChannel |
PutDeliveryChannelRequest.getDeliveryChannel()
The configuration delivery channel object that delivers the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
DeliveryChannel |
DeliveryChannel.withConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties) |
DeliveryChannel |
DeliveryChannel.withName(java.lang.String name)
The name of the delivery channel.
|
DeliveryChannel |
DeliveryChannel.withS3BucketName(java.lang.String s3BucketName)
The name of the Amazon S3 bucket used to store configuration history for
the delivery channel.
|
DeliveryChannel |
DeliveryChannel.withS3KeyPrefix(java.lang.String s3KeyPrefix)
The prefix for the specified Amazon S3 bucket.
|
DeliveryChannel |
DeliveryChannel.withSnsTopicARN(java.lang.String snsTopicARN)
The Amazon Resource Name (ARN) of the SNS topic that AWS Config delivers
notifications to.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DeliveryChannel> |
DescribeDeliveryChannelsResult.getDeliveryChannels()
A list that contains the descriptions of the specified delivery channel.
|
Modifier and Type | Method and Description |
---|---|
void |
PutDeliveryChannelRequest.setDeliveryChannel(DeliveryChannel deliveryChannel)
The configuration delivery channel object that delivers the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
PutDeliveryChannelRequest |
PutDeliveryChannelRequest.withDeliveryChannel(DeliveryChannel deliveryChannel)
The configuration delivery channel object that delivers the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
DescribeDeliveryChannelsResult |
DescribeDeliveryChannelsResult.withDeliveryChannels(DeliveryChannel... deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDeliveryChannelsResult.setDeliveryChannels(java.util.Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
DescribeDeliveryChannelsResult |
DescribeDeliveryChannelsResult.withDeliveryChannels(java.util.Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
Modifier and Type | Method and Description |
---|---|
DeliveryChannel |
DeliveryChannelJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeliveryChannelJsonMarshaller.marshall(DeliveryChannel deliveryChannel,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|