Uses of Class
software.amazon.awssdk.services.imagebuilder.model.FastLaunchSnapshotConfiguration
-
Packages that use FastLaunchSnapshotConfiguration Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of FastLaunchSnapshotConfiguration in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return FastLaunchSnapshotConfiguration Modifier and Type Method Description FastLaunchSnapshotConfigurationFastLaunchConfiguration. snapshotConfiguration()Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type FastLaunchSnapshotConfiguration Modifier and Type Method Description FastLaunchConfiguration.BuilderFastLaunchConfiguration.Builder. snapshotConfiguration(FastLaunchSnapshotConfiguration snapshotConfiguration)Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
-