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