Uses of Class
software.amazon.awssdk.services.config.model.DeliveryChannel
-
Packages that use DeliveryChannel Package Description software.amazon.awssdk.services.config.model -
-
Uses of DeliveryChannel in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return DeliveryChannel Modifier and Type Method Description DeliveryChannelPutDeliveryChannelRequest. deliveryChannel()The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type DeliveryChannel Modifier and Type Method Description List<DeliveryChannel>DescribeDeliveryChannelsResponse. deliveryChannels()A list that contains the descriptions of the specified delivery channel.Methods in software.amazon.awssdk.services.config.model with parameters of type DeliveryChannel Modifier and Type Method Description PutDeliveryChannelRequest.BuilderPutDeliveryChannelRequest.Builder. deliveryChannel(DeliveryChannel deliveryChannel)The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.DescribeDeliveryChannelsResponse.BuilderDescribeDeliveryChannelsResponse.Builder. deliveryChannels(DeliveryChannel... deliveryChannels)A list that contains the descriptions of the specified delivery channel.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type DeliveryChannel Modifier and Type Method Description DescribeDeliveryChannelsResponse.BuilderDescribeDeliveryChannelsResponse.Builder. deliveryChannels(Collection<DeliveryChannel> deliveryChannels)A list that contains the descriptions of the specified delivery channel.
-