Uses of Class
com.amazonaws.services.config.model.PutDeliveryChannelRequest
Packages that use PutDeliveryChannelRequest
-
Uses of PutDeliveryChannelRequest in com.amazonaws.services.config
Methods in com.amazonaws.services.config with parameters of type PutDeliveryChannelRequestModifier and TypeMethodDescriptionAbstractAmazonConfig.putDeliveryChannel
(PutDeliveryChannelRequest request) 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.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.AbstractAmazonConfigAsync.putDeliveryChannelAsync
(PutDeliveryChannelRequest request) AbstractAmazonConfigAsync.putDeliveryChannelAsync
(PutDeliveryChannelRequest request, AsyncHandler<PutDeliveryChannelRequest, PutDeliveryChannelResult> asyncHandler) 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.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.AmazonConfigAsyncClient.putDeliveryChannelAsync
(PutDeliveryChannelRequest request) AmazonConfigAsyncClient.putDeliveryChannelAsync
(PutDeliveryChannelRequest request, AsyncHandler<PutDeliveryChannelRequest, PutDeliveryChannelResult> asyncHandler) Method parameters in com.amazonaws.services.config with type arguments of type PutDeliveryChannelRequestModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.putDeliveryChannelAsync
(PutDeliveryChannelRequest request, AsyncHandler<PutDeliveryChannelRequest, PutDeliveryChannelResult> asyncHandler) 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.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 PutDeliveryChannelRequestModifier and TypeMethodDescriptionPutDeliveryChannelRequest.clone()
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.