Uses of Class
software.amazon.awssdk.services.ec2.model.FastLaunchSnapshotConfigurationResponse
Packages that use FastLaunchSnapshotConfigurationResponse
-
Uses of FastLaunchSnapshotConfigurationResponse in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastLaunchSnapshotConfigurationResponseModifier and TypeMethodDescriptionDescribeFastLaunchImagesSuccessItem.snapshotConfiguration()A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.DisableFastLaunchResponse.snapshotConfiguration()Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled.EnableFastLaunchResponse.snapshotConfiguration()Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI.Methods in software.amazon.awssdk.services.ec2.model with parameters of type FastLaunchSnapshotConfigurationResponseModifier and TypeMethodDescriptionDescribeFastLaunchImagesSuccessItem.Builder.snapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration) A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.DisableFastLaunchResponse.Builder.snapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration) Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled.EnableFastLaunchResponse.Builder.snapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration) Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI.