Uses of Class
com.amazonaws.services.config.model.DescribeDeliveryChannelStatusRequest
Packages that use DescribeDeliveryChannelStatusRequest
-
Uses of DescribeDeliveryChannelStatusRequest in com.amazonaws.services.config
Methods in com.amazonaws.services.config with parameters of type DescribeDeliveryChannelStatusRequestModifier and TypeMethodDescriptionAbstractAmazonConfig.describeDeliveryChannelStatus(DescribeDeliveryChannelStatusRequest request) AmazonConfig.describeDeliveryChannelStatus(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest) Returns the current status of the specified delivery channel.AmazonConfigClient.describeDeliveryChannelStatus(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest) Returns the current status of the specified delivery channel.AbstractAmazonConfigAsync.describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest request) AbstractAmazonConfigAsync.describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest request, AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) AmazonConfigAsync.describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest) Returns the current status of the specified delivery channel.AmazonConfigAsync.describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest, AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) Returns the current status of the specified delivery channel.AmazonConfigAsyncClient.describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest request) AmazonConfigAsyncClient.describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest request, AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) Method parameters in com.amazonaws.services.config with type arguments of type DescribeDeliveryChannelStatusRequestModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.describeDeliveryChannelStatusAsync(AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) Simplified method form for invoking the DescribeDeliveryChannelStatus operation with an AsyncHandler.AbstractAmazonConfigAsync.describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest request, AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) AmazonConfigAsync.describeDeliveryChannelStatusAsync(AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) Simplified method form for invoking the DescribeDeliveryChannelStatus operation with an AsyncHandler.AmazonConfigAsync.describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest, AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) Returns the current status of the specified delivery channel.AmazonConfigAsyncClient.describeDeliveryChannelStatusAsync(AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) Simplified method form for invoking the DescribeDeliveryChannelStatus operation with an AsyncHandler.AmazonConfigAsyncClient.describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest request, AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) -
Uses of DescribeDeliveryChannelStatusRequest in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DescribeDeliveryChannelStatusRequestModifier and TypeMethodDescriptionDescribeDeliveryChannelStatusRequest.clone()DescribeDeliveryChannelStatusRequest.withDeliveryChannelNames(String... deliveryChannelNames) A list of delivery channel names.DescribeDeliveryChannelStatusRequest.withDeliveryChannelNames(Collection<String> deliveryChannelNames) A list of delivery channel names.