Uses of Class
software.amazon.awssdk.services.config.model.DescribeDeliveryChannelStatusResponse
-
Packages that use DescribeDeliveryChannelStatusResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of DescribeDeliveryChannelStatusResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DescribeDeliveryChannelStatusResponse Modifier and Type Method Description default DescribeDeliveryChannelStatusResponseConfigClient. describeDeliveryChannelStatus()Returns the current status of the specified delivery channel.default DescribeDeliveryChannelStatusResponseConfigClient. describeDeliveryChannelStatus(Consumer<DescribeDeliveryChannelStatusRequest.Builder> describeDeliveryChannelStatusRequest)Returns the current status of the specified delivery channel.default DescribeDeliveryChannelStatusResponseConfigClient. describeDeliveryChannelStatus(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest)Returns the current status of the specified delivery channel.Methods in software.amazon.awssdk.services.config that return types with arguments of type DescribeDeliveryChannelStatusResponse Modifier and Type Method Description default CompletableFuture<DescribeDeliveryChannelStatusResponse>ConfigAsyncClient. describeDeliveryChannelStatus()Returns the current status of the specified delivery channel.default CompletableFuture<DescribeDeliveryChannelStatusResponse>ConfigAsyncClient. describeDeliveryChannelStatus(Consumer<DescribeDeliveryChannelStatusRequest.Builder> describeDeliveryChannelStatusRequest)Returns the current status of the specified delivery channel.default CompletableFuture<DescribeDeliveryChannelStatusResponse>ConfigAsyncClient. describeDeliveryChannelStatus(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest)Returns the current status of the specified delivery channel.
-