Uses of Interface
software.amazon.awssdk.services.ec2.model.FastLaunchSnapshotConfigurationResponse.Builder
-
Packages that use FastLaunchSnapshotConfigurationResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of FastLaunchSnapshotConfigurationResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastLaunchSnapshotConfigurationResponse.Builder Modifier and Type Method Description static FastLaunchSnapshotConfigurationResponse.BuilderFastLaunchSnapshotConfigurationResponse. builder()FastLaunchSnapshotConfigurationResponse.BuilderFastLaunchSnapshotConfigurationResponse.Builder. targetResourceCount(Integer targetResourceCount)The number of pre-provisioned snapshots requested to keep on hand for a Windows fast launch enabled AMI.FastLaunchSnapshotConfigurationResponse.BuilderFastLaunchSnapshotConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FastLaunchSnapshotConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends FastLaunchSnapshotConfigurationResponse.Builder>FastLaunchSnapshotConfigurationResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FastLaunchSnapshotConfigurationResponse.Builder Modifier and Type Method Description default DescribeFastLaunchImagesSuccessItem.BuilderDescribeFastLaunchImagesSuccessItem.Builder. snapshotConfiguration(Consumer<FastLaunchSnapshotConfigurationResponse.Builder> snapshotConfiguration)A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.default DisableFastLaunchResponse.BuilderDisableFastLaunchResponse.Builder. snapshotConfiguration(Consumer<FastLaunchSnapshotConfigurationResponse.Builder> snapshotConfiguration)Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled.default EnableFastLaunchResponse.BuilderEnableFastLaunchResponse.Builder. snapshotConfiguration(Consumer<FastLaunchSnapshotConfigurationResponse.Builder> snapshotConfiguration)Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI.
-