Uses of Class
software.amazon.awssdk.services.config.model.DeliverConfigSnapshotRequest
-
Packages that use DeliverConfigSnapshotRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.transform -
-
Uses of DeliverConfigSnapshotRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type DeliverConfigSnapshotRequest Modifier and Type Method Description default CompletableFuture<DeliverConfigSnapshotResponse>ConfigAsyncClient. deliverConfigSnapshot(DeliverConfigSnapshotRequest 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. -
Uses of DeliverConfigSnapshotRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type DeliverConfigSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestDeliverConfigSnapshotRequestMarshaller. marshall(DeliverConfigSnapshotRequest deliverConfigSnapshotRequest)
-