Package | Description |
---|---|
com.amazonaws.services.config | |
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
PutDeliveryChannelResult |
AbstractAmazonConfig.putDeliveryChannel(PutDeliveryChannelRequest request) |
PutDeliveryChannelResult |
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.
|
PutDeliveryChannelResult |
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.
|
Future<PutDeliveryChannelResult> |
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<PutDeliveryChannelResult> |
AmazonConfigAsyncClient.putDeliveryChannelAsync(PutDeliveryChannelRequest request) |
Future<PutDeliveryChannelResult> |
AbstractAmazonConfigAsync.putDeliveryChannelAsync(PutDeliveryChannelRequest request) |
Future<PutDeliveryChannelResult> |
AmazonConfigAsync.putDeliveryChannelAsync(PutDeliveryChannelRequest putDeliveryChannelRequest,
AsyncHandler<PutDeliveryChannelRequest,PutDeliveryChannelResult> asyncHandler)
Creates a new delivery channel object to deliver the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
Future<PutDeliveryChannelResult> |
AmazonConfigAsyncClient.putDeliveryChannelAsync(PutDeliveryChannelRequest request,
AsyncHandler<PutDeliveryChannelRequest,PutDeliveryChannelResult> asyncHandler) |
Future<PutDeliveryChannelResult> |
AbstractAmazonConfigAsync.putDeliveryChannelAsync(PutDeliveryChannelRequest request,
AsyncHandler<PutDeliveryChannelRequest,PutDeliveryChannelResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<PutDeliveryChannelResult> |
AmazonConfigAsync.putDeliveryChannelAsync(PutDeliveryChannelRequest putDeliveryChannelRequest,
AsyncHandler<PutDeliveryChannelRequest,PutDeliveryChannelResult> asyncHandler)
Creates a new delivery channel object to deliver the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
Future<PutDeliveryChannelResult> |
AmazonConfigAsyncClient.putDeliveryChannelAsync(PutDeliveryChannelRequest request,
AsyncHandler<PutDeliveryChannelRequest,PutDeliveryChannelResult> asyncHandler) |
Future<PutDeliveryChannelResult> |
AbstractAmazonConfigAsync.putDeliveryChannelAsync(PutDeliveryChannelRequest request,
AsyncHandler<PutDeliveryChannelRequest,PutDeliveryChannelResult> asyncHandler) |
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 © 2018. All rights reserved.