| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| 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)
The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
|
DeliveryChannel |
DeliveryChannel.withName(String name)
The name of the delivery channel.
|
DeliveryChannel |
DeliveryChannel.withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history
files.
|
DeliveryChannel |
DeliveryChannel.withS3KeyPrefix(String s3KeyPrefix)
The prefix for the specified Amazon S3 bucket.
|
DeliveryChannel |
DeliveryChannel.withS3KmsKeyArn(String s3KmsKeyArn)
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) customer managed key (CMK) used to encrypt
objects delivered by AWS Config.
|
DeliveryChannel |
DeliveryChannel.withSnsTopicARN(String snsTopicARN)
The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about
configuration changes.
|
| Modifier and Type | Method and Description |
|---|---|
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(Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
DescribeDeliveryChannelsResult |
DescribeDeliveryChannelsResult.withDeliveryChannels(Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
Copyright © 2021. All rights reserved.