Uses of Class
com.amazonaws.services.config.model.DeliverConfigSnapshotResult
-
Packages that use DeliverConfigSnapshotResult Package Description com.amazonaws.services.config com.amazonaws.services.config.model -
-
Uses of DeliverConfigSnapshotResult in com.amazonaws.services.config
Methods in com.amazonaws.services.config that return DeliverConfigSnapshotResult Modifier and Type Method Description DeliverConfigSnapshotResult
AbstractAmazonConfig. deliverConfigSnapshot(DeliverConfigSnapshotRequest request)
DeliverConfigSnapshotResult
AmazonConfig. deliverConfigSnapshot(DeliverConfigSnapshotRequest deliverConfigSnapshotRequest)
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.DeliverConfigSnapshotResult
AmazonConfigClient. deliverConfigSnapshot(DeliverConfigSnapshotRequest deliverConfigSnapshotRequest)
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.Method parameters in com.amazonaws.services.config with type arguments of type DeliverConfigSnapshotResult Modifier and Type Method Description Future<DeliverConfigSnapshotResult>
AbstractAmazonConfigAsync. deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest request, AsyncHandler<DeliverConfigSnapshotRequest,DeliverConfigSnapshotResult> asyncHandler)
Future<DeliverConfigSnapshotResult>
AmazonConfigAsync. deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest deliverConfigSnapshotRequest, AsyncHandler<DeliverConfigSnapshotRequest,DeliverConfigSnapshotResult> asyncHandler)
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.Future<DeliverConfigSnapshotResult>
AmazonConfigAsyncClient. deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest request, AsyncHandler<DeliverConfigSnapshotRequest,DeliverConfigSnapshotResult> asyncHandler)
-
Uses of DeliverConfigSnapshotResult in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DeliverConfigSnapshotResult Modifier and Type Method Description DeliverConfigSnapshotResult
DeliverConfigSnapshotResult. clone()
DeliverConfigSnapshotResult
DeliverConfigSnapshotResult. withConfigSnapshotId(String configSnapshotId)
The ID of the snapshot that is being created.
-