Uses of Class
software.amazon.awssdk.services.config.model.DeliverConfigSnapshotResponse
-
Packages that use DeliverConfigSnapshotResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of DeliverConfigSnapshotResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DeliverConfigSnapshotResponse Modifier and Type Method Description default DeliverConfigSnapshotResponseConfigClient. deliverConfigSnapshot(Consumer<DeliverConfigSnapshotRequest.Builder> deliverConfigSnapshotRequest)Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.default DeliverConfigSnapshotResponseConfigClient. deliverConfigSnapshot(DeliverConfigSnapshotRequest deliverConfigSnapshotRequest)Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.Methods in software.amazon.awssdk.services.config that return types with arguments of type DeliverConfigSnapshotResponse Modifier and Type Method Description default CompletableFuture<DeliverConfigSnapshotResponse>ConfigAsyncClient. deliverConfigSnapshot(Consumer<DeliverConfigSnapshotRequest.Builder> deliverConfigSnapshotRequest)Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.default CompletableFuture<DeliverConfigSnapshotResponse>ConfigAsyncClient. deliverConfigSnapshot(DeliverConfigSnapshotRequest deliverConfigSnapshotRequest)Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.
-