| 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 |
|---|---|
void |
AmazonConfigClient.putDeliveryChannel(PutDeliveryChannelRequest putDeliveryChannelRequest)
Creates a new delivery channel object to deliver the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
void |
AmazonConfig.putDeliveryChannel(PutDeliveryChannelRequest putDeliveryChannelRequest)
Creates a new delivery channel object to deliver the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
Future<Void> |
AmazonConfigAsync.putDeliveryChannelAsync(PutDeliveryChannelRequest putDeliveryChannelRequest)
Creates a new delivery channel object to deliver the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
Future<Void> |
AmazonConfigAsyncClient.putDeliveryChannelAsync(PutDeliveryChannelRequest putDeliveryChannelRequest)
Creates a new delivery channel object to deliver the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
Future<Void> |
AmazonConfigAsync.putDeliveryChannelAsync(PutDeliveryChannelRequest putDeliveryChannelRequest,
com.amazonaws.handlers.AsyncHandler<PutDeliveryChannelRequest,Void> asyncHandler)
Creates a new delivery channel object to deliver the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
Future<Void> |
AmazonConfigAsyncClient.putDeliveryChannelAsync(PutDeliveryChannelRequest putDeliveryChannelRequest,
com.amazonaws.handlers.AsyncHandler<PutDeliveryChannelRequest,Void> asyncHandler)
Creates a new delivery channel object to deliver the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonConfigAsync.putDeliveryChannelAsync(PutDeliveryChannelRequest putDeliveryChannelRequest,
com.amazonaws.handlers.AsyncHandler<PutDeliveryChannelRequest,Void> asyncHandler)
Creates a new delivery channel object to deliver the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
Future<Void> |
AmazonConfigAsyncClient.putDeliveryChannelAsync(PutDeliveryChannelRequest putDeliveryChannelRequest,
com.amazonaws.handlers.AsyncHandler<PutDeliveryChannelRequest,Void> asyncHandler)
Creates a new delivery channel object to deliver the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
PutDeliveryChannelRequest |
PutDeliveryChannelRequest.clone() |
PutDeliveryChannelRequest |
PutDeliveryChannelRequest.withDeliveryChannel(DeliveryChannel deliveryChannel)
The configuration delivery channel object that delivers the
configuration information to an Amazon S3 bucket, and to an Amazon SNS
topic.
|
Copyright © 2015. All rights reserved.