Uses of Class
com.amazonaws.services.config.model.PutDeliveryChannelRequest
-
Packages that use PutDeliveryChannelRequest Package Description com.amazonaws.services.config com.amazonaws.services.config.model -
-
Uses of PutDeliveryChannelRequest in com.amazonaws.services.config
Methods in com.amazonaws.services.config with parameters of type PutDeliveryChannelRequest Modifier and Type Method 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>
AbstractAmazonConfigAsync. putDeliveryChannelAsync(PutDeliveryChannelRequest request)
Future<PutDeliveryChannelResult>
AbstractAmazonConfigAsync. putDeliveryChannelAsync(PutDeliveryChannelRequest request, AsyncHandler<PutDeliveryChannelRequest,PutDeliveryChannelResult> asyncHandler)
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>
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)
Future<PutDeliveryChannelResult>
AmazonConfigAsyncClient. putDeliveryChannelAsync(PutDeliveryChannelRequest request, AsyncHandler<PutDeliveryChannelRequest,PutDeliveryChannelResult> asyncHandler)
Method parameters in com.amazonaws.services.config with type arguments of type PutDeliveryChannelRequest Modifier and Type Method Description Future<PutDeliveryChannelResult>
AbstractAmazonConfigAsync. putDeliveryChannelAsync(PutDeliveryChannelRequest request, AsyncHandler<PutDeliveryChannelRequest,PutDeliveryChannelResult> asyncHandler)
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)
-
Uses of PutDeliveryChannelRequest in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return PutDeliveryChannelRequest Modifier and Type Method 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.
-