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()An object for the delivery channel.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)An object for the delivery channel.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.
-