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