Uses of Class
com.amazonaws.services.config.model.DeliveryChannel
-
Packages that use DeliveryChannel Package Description com.amazonaws.services.config.model -
-
Uses of DeliveryChannel in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DeliveryChannel Modifier and Type Method Description DeliveryChannelDeliveryChannel. clone()DeliveryChannelPutDeliveryChannelRequest. getDeliveryChannel()The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.DeliveryChannelDeliveryChannel. withConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties)DeliveryChannelDeliveryChannel. withName(String name)The name of the delivery channel.DeliveryChannelDeliveryChannel. withS3BucketName(String s3BucketName)The name of the Amazon S3 bucket used to store configuration history for the delivery channel.DeliveryChannelDeliveryChannel. withS3KeyPrefix(String s3KeyPrefix)The prefix for the specified Amazon S3 bucket.DeliveryChannelDeliveryChannel. withSnsTopicARN(String snsTopicARN)The Amazon Resource Name (ARN) of the SNS topic that AWS Config delivers notifications to.Methods in com.amazonaws.services.config.model that return types with arguments of type DeliveryChannel Modifier and Type Method Description List<DeliveryChannel>DescribeDeliveryChannelsResult. getDeliveryChannels()A list that contains the descriptions of the specified delivery channel.Methods in com.amazonaws.services.config.model with parameters of type DeliveryChannel Modifier and Type Method Description voidPutDeliveryChannelRequest. setDeliveryChannel(DeliveryChannel deliveryChannel)The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.PutDeliveryChannelRequestPutDeliveryChannelRequest. withDeliveryChannel(DeliveryChannel deliveryChannel)The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.DescribeDeliveryChannelsResultDescribeDeliveryChannelsResult. withDeliveryChannels(DeliveryChannel... deliveryChannels)A list that contains the descriptions of the specified delivery channel.Method parameters in com.amazonaws.services.config.model with type arguments of type DeliveryChannel Modifier and Type Method Description voidDescribeDeliveryChannelsResult. setDeliveryChannels(Collection<DeliveryChannel> deliveryChannels)A list that contains the descriptions of the specified delivery channel.DescribeDeliveryChannelsResultDescribeDeliveryChannelsResult. withDeliveryChannels(Collection<DeliveryChannel> deliveryChannels)A list that contains the descriptions of the specified delivery channel.
-