Uses of Class
com.amazonaws.services.config.model.PutDeliveryChannelResult
-
Packages that use PutDeliveryChannelResult Package Description com.amazonaws.services.config com.amazonaws.services.config.model -
-
Uses of PutDeliveryChannelResult in com.amazonaws.services.config
Methods in com.amazonaws.services.config that return PutDeliveryChannelResult 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.Method parameters in com.amazonaws.services.config with type arguments of type PutDeliveryChannelResult 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 PutDeliveryChannelResult in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return PutDeliveryChannelResult Modifier and Type Method Description PutDeliveryChannelResult
PutDeliveryChannelResult. clone()
-