Uses of Class
com.amazonaws.services.config.model.DeliverConfigSnapshotRequest
Packages that use DeliverConfigSnapshotRequest
-
Uses of DeliverConfigSnapshotRequest in com.amazonaws.services.config
Methods in com.amazonaws.services.config with parameters of type DeliverConfigSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonConfig.deliverConfigSnapshot(DeliverConfigSnapshotRequest request) AmazonConfig.deliverConfigSnapshot(DeliverConfigSnapshotRequest deliverConfigSnapshotRequest) Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.AmazonConfigClient.deliverConfigSnapshot(DeliverConfigSnapshotRequest deliverConfigSnapshotRequest) Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.AbstractAmazonConfigAsync.deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest request) AbstractAmazonConfigAsync.deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest request, AsyncHandler<DeliverConfigSnapshotRequest, DeliverConfigSnapshotResult> asyncHandler) AmazonConfigAsync.deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest deliverConfigSnapshotRequest) Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.AmazonConfigAsync.deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest deliverConfigSnapshotRequest, AsyncHandler<DeliverConfigSnapshotRequest, DeliverConfigSnapshotResult> asyncHandler) Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.AmazonConfigAsyncClient.deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest request) AmazonConfigAsyncClient.deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest request, AsyncHandler<DeliverConfigSnapshotRequest, DeliverConfigSnapshotResult> asyncHandler) Method parameters in com.amazonaws.services.config with type arguments of type DeliverConfigSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest request, AsyncHandler<DeliverConfigSnapshotRequest, DeliverConfigSnapshotResult> asyncHandler) AmazonConfigAsync.deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest deliverConfigSnapshotRequest, AsyncHandler<DeliverConfigSnapshotRequest, DeliverConfigSnapshotResult> asyncHandler) Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.AmazonConfigAsyncClient.deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest request, AsyncHandler<DeliverConfigSnapshotRequest, DeliverConfigSnapshotResult> asyncHandler) -
Uses of DeliverConfigSnapshotRequest in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DeliverConfigSnapshotRequestModifier and TypeMethodDescriptionDeliverConfigSnapshotRequest.clone()DeliverConfigSnapshotRequest.withDeliveryChannelName(String deliveryChannelName) The name of the delivery channel through which the snapshot is delivered.