Uses of Interface
software.amazon.awssdk.services.ec2.model.FastLaunchSnapshotConfigurationRequest.Builder
Packages that use FastLaunchSnapshotConfigurationRequest.Builder
-
Uses of FastLaunchSnapshotConfigurationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastLaunchSnapshotConfigurationRequest.BuilderModifier and TypeMethodDescriptionFastLaunchSnapshotConfigurationRequest.builder()FastLaunchSnapshotConfigurationRequest.Builder.targetResourceCount(Integer targetResourceCount) The number of pre-provisioned snapshots to keep on hand for a Windows fast launch enabled AMI.FastLaunchSnapshotConfigurationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FastLaunchSnapshotConfigurationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FastLaunchSnapshotConfigurationRequest.Builder>FastLaunchSnapshotConfigurationRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FastLaunchSnapshotConfigurationRequest.BuilderModifier and TypeMethodDescriptiondefault EnableFastLaunchRequest.BuilderEnableFastLaunchRequest.Builder.snapshotConfiguration(Consumer<FastLaunchSnapshotConfigurationRequest.Builder> snapshotConfiguration) Configuration settings for creating and managing the snapshots that are used for pre-provisioning the AMI for Windows fast launch.