Amazon.ConfigService.AmazonConfigServiceClient.DescribeDeliveryChannels C# (CSharp) Méthode

DescribeDeliveryChannels() public méthode

Returns details about the specified delivery channel. If a delivery channel is not specified, this action returns the details of all delivery channels associated with the account.

Currently, you can specify only one delivery channel per region in your account.

/// You have specified a delivery channel that does not exist. ///
public DescribeDeliveryChannels ( ) : Amazon.ConfigService.Model.DescribeDeliveryChannelsResponse
Résultat Amazon.ConfigService.Model.DescribeDeliveryChannelsResponse
        public DescribeDeliveryChannelsResponse DescribeDeliveryChannels()
        {
            return DescribeDeliveryChannels(new DescribeDeliveryChannelsRequest());
        }

Same methods

AmazonConfigServiceClient::DescribeDeliveryChannels ( DescribeDeliveryChannelsRequest request ) : Amazon.ConfigService.Model.DescribeDeliveryChannelsResponse
AmazonConfigServiceClient