| Package | Description |
|---|---|
| com.amazonaws.services.config |
Synchronous and asynchronous client classes for accessing AmazonConfig.
|
| com.amazonaws.services.config.model |
Classes modeling the various types represented by AmazonConfig.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDeliveryChannelStatusResult |
AmazonConfigClient.describeDeliveryChannelStatus()
Returns the current status of the specified delivery channel.
|
DescribeDeliveryChannelStatusResult |
AmazonConfig.describeDeliveryChannelStatus()
Returns the current status of the specified delivery channel.
|
DescribeDeliveryChannelStatusResult |
AmazonConfigClient.describeDeliveryChannelStatus(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest)
Returns the current status of the specified delivery channel.
|
DescribeDeliveryChannelStatusResult |
AmazonConfig.describeDeliveryChannelStatus(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest)
Returns the current status of the specified delivery channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeDeliveryChannelStatusResult> |
AmazonConfigAsync.describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest,
AsyncHandler<DescribeDeliveryChannelStatusRequest,DescribeDeliveryChannelStatusResult> asyncHandler)
Returns the current status of the specified delivery channel.
|
Future<DescribeDeliveryChannelStatusResult> |
AmazonConfigAsyncClient.describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest,
AsyncHandler<DescribeDeliveryChannelStatusRequest,DescribeDeliveryChannelStatusResult> asyncHandler)
Returns the current status of the specified delivery channel.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDeliveryChannelStatusResult |
DescribeDeliveryChannelStatusResult.clone() |
DescribeDeliveryChannelStatusResult |
DescribeDeliveryChannelStatusResult.withDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
|
DescribeDeliveryChannelStatusResult |
DescribeDeliveryChannelStatusResult.withDeliveryChannelsStatus(DeliveryChannelStatus... deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
|
Copyright © 2015. All rights reserved.