Uses of Class
software.amazon.awssdk.services.ec2.model.FastLaunchSnapshotConfigurationResponse
-
Packages that use FastLaunchSnapshotConfigurationResponse Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of FastLaunchSnapshotConfigurationResponse in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastLaunchSnapshotConfigurationResponse Modifier and Type Method Description FastLaunchSnapshotConfigurationResponseDescribeFastLaunchImagesSuccessItem. snapshotConfiguration()A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.FastLaunchSnapshotConfigurationResponseDisableFastLaunchResponse. snapshotConfiguration()Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled.FastLaunchSnapshotConfigurationResponseEnableFastLaunchResponse. 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 FastLaunchSnapshotConfigurationResponse Modifier and Type Method Description DescribeFastLaunchImagesSuccessItem.BuilderDescribeFastLaunchImagesSuccessItem.Builder. snapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration)A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.DisableFastLaunchResponse.BuilderDisableFastLaunchResponse.Builder. snapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration)Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled.EnableFastLaunchResponse.BuilderEnableFastLaunchResponse.Builder. snapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration)Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI.
-