Uses of Class
software.amazon.awssdk.services.config.model.DeliveryChannelStatus
-
Packages that use DeliveryChannelStatus Package Description software.amazon.awssdk.services.config.model -
-
Uses of DeliveryChannelStatus in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type DeliveryChannelStatus Modifier and Type Method Description List<DeliveryChannelStatus>DescribeDeliveryChannelStatusResponse. deliveryChannelsStatus()A list that contains the status of a specified delivery channel.Methods in software.amazon.awssdk.services.config.model with parameters of type DeliveryChannelStatus Modifier and Type Method Description DescribeDeliveryChannelStatusResponse.BuilderDescribeDeliveryChannelStatusResponse.Builder. deliveryChannelsStatus(DeliveryChannelStatus... deliveryChannelsStatus)A list that contains the status of a specified delivery channel.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type DeliveryChannelStatus Modifier and Type Method Description DescribeDeliveryChannelStatusResponse.BuilderDescribeDeliveryChannelStatusResponse.Builder. deliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)A list that contains the status of a specified delivery channel.
-