Uses of Class
com.amazonaws.services.config.model.DescribeDeliveryChannelStatusResult
Packages that use DescribeDeliveryChannelStatusResult
-
Uses of DescribeDeliveryChannelStatusResult in com.amazonaws.services.config
Methods in com.amazonaws.services.config that return DescribeDeliveryChannelStatusResultModifier and TypeMethodDescriptionAbstractAmazonConfig.describeDeliveryChannelStatus()
AbstractAmazonConfig.describeDeliveryChannelStatus
(DescribeDeliveryChannelStatusRequest request) AmazonConfig.describeDeliveryChannelStatus()
Simplified method form for invoking the DescribeDeliveryChannelStatus operation.AmazonConfig.describeDeliveryChannelStatus
(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest) Returns the current status of the specified delivery channel.AmazonConfigClient.describeDeliveryChannelStatus()
AmazonConfigClient.describeDeliveryChannelStatus
(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest) Returns the current status of the specified delivery channel.Methods in com.amazonaws.services.config that return types with arguments of type DescribeDeliveryChannelStatusResultModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.describeDeliveryChannelStatusAsync()
Simplified method form for invoking the DescribeDeliveryChannelStatus operation.AbstractAmazonConfigAsync.describeDeliveryChannelStatusAsync
(AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) Simplified method form for invoking the DescribeDeliveryChannelStatus operation with an AsyncHandler.AbstractAmazonConfigAsync.describeDeliveryChannelStatusAsync
(DescribeDeliveryChannelStatusRequest request) AbstractAmazonConfigAsync.describeDeliveryChannelStatusAsync
(DescribeDeliveryChannelStatusRequest request, AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) AmazonConfigAsync.describeDeliveryChannelStatusAsync()
Simplified method form for invoking the DescribeDeliveryChannelStatus operation.AmazonConfigAsync.describeDeliveryChannelStatusAsync
(AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) Simplified method form for invoking the DescribeDeliveryChannelStatus operation with an 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()
Simplified method form for invoking the DescribeDeliveryChannelStatus operation.AmazonConfigAsyncClient.describeDeliveryChannelStatusAsync
(AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) Simplified method form for invoking the DescribeDeliveryChannelStatus operation with an AsyncHandler.AmazonConfigAsyncClient.describeDeliveryChannelStatusAsync
(DescribeDeliveryChannelStatusRequest request) AmazonConfigAsyncClient.describeDeliveryChannelStatusAsync
(DescribeDeliveryChannelStatusRequest request, AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult> asyncHandler) Method parameters in com.amazonaws.services.config with type arguments of type DescribeDeliveryChannelStatusResultModifier 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 DescribeDeliveryChannelStatusResult in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DescribeDeliveryChannelStatusResultModifier and TypeMethodDescriptionDescribeDeliveryChannelStatusResult.clone()
DescribeDeliveryChannelStatusResult.withDeliveryChannelsStatus
(DeliveryChannelStatus... deliveryChannelsStatus) A list that contains the status of a specified delivery channel.DescribeDeliveryChannelStatusResult.withDeliveryChannelsStatus
(Collection<DeliveryChannelStatus> deliveryChannelsStatus) A list that contains the status of a specified delivery channel.