| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeDeliveryChannelStatusResponse |
ConfigClient.describeDeliveryChannelStatus()
Returns the current status of the specified delivery channel.
|
default DescribeDeliveryChannelStatusResponse |
ConfigClient.describeDeliveryChannelStatus(Consumer<DescribeDeliveryChannelStatusRequest.Builder> describeDeliveryChannelStatusRequest)
Returns the current status of the specified delivery channel.
|
default DescribeDeliveryChannelStatusResponse |
ConfigClient.describeDeliveryChannelStatus(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest)
Returns the current status of the specified delivery channel.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeDeliveryChannelStatusResponse> |
ConfigAsyncClient.describeDeliveryChannelStatus()
Returns the current status of the specified delivery channel.
|
default CompletableFuture<DescribeDeliveryChannelStatusResponse> |
ConfigAsyncClient.describeDeliveryChannelStatus(Consumer<DescribeDeliveryChannelStatusRequest.Builder> describeDeliveryChannelStatusRequest)
Returns the current status of the specified delivery channel.
|
default CompletableFuture<DescribeDeliveryChannelStatusResponse> |
ConfigAsyncClient.describeDeliveryChannelStatus(DescribeDeliveryChannelStatusRequest describeDeliveryChannelStatusRequest)
Returns the current status of the specified delivery channel.
|
Copyright © 2023. All rights reserved.