Uses of Interface
software.amazon.awssdk.services.config.model.DescribeDeliveryChannelStatusRequest.Builder
-
Packages that use DescribeDeliveryChannelStatusRequest.Builder Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.model -
-
Uses of DescribeDeliveryChannelStatusRequest.Builder in software.amazon.awssdk.services.config
Method parameters in software.amazon.awssdk.services.config with type arguments of type DescribeDeliveryChannelStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeDeliveryChannelStatusResponse>ConfigAsyncClient. describeDeliveryChannelStatus(Consumer<DescribeDeliveryChannelStatusRequest.Builder> describeDeliveryChannelStatusRequest)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. -
Uses of DescribeDeliveryChannelStatusRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type DescribeDeliveryChannelStatusRequest.Builder Modifier and Type Method Description static Class<? extends DescribeDeliveryChannelStatusRequest.Builder>DescribeDeliveryChannelStatusRequest. serializableBuilderClass()
-