Uses of Interface
software.amazon.awssdk.services.ec2.model.FastLaunchLaunchTemplateSpecificationRequest.Builder
Packages that use FastLaunchLaunchTemplateSpecificationRequest.Builder
-
Uses of FastLaunchLaunchTemplateSpecificationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastLaunchLaunchTemplateSpecificationRequest.BuilderModifier and TypeMethodDescriptionFastLaunchLaunchTemplateSpecificationRequest.builder()FastLaunchLaunchTemplateSpecificationRequest.Builder.launchTemplateId(String launchTemplateId) Specify the ID of the launch template that the AMI should use for Windows fast launch.FastLaunchLaunchTemplateSpecificationRequest.Builder.launchTemplateName(String launchTemplateName) Specify the name of the launch template that the AMI should use for Windows fast launch.FastLaunchLaunchTemplateSpecificationRequest.toBuilder()Specify the version of the launch template that the AMI should use for Windows fast launch.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FastLaunchLaunchTemplateSpecificationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FastLaunchLaunchTemplateSpecificationRequest.Builder>FastLaunchLaunchTemplateSpecificationRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FastLaunchLaunchTemplateSpecificationRequest.BuilderModifier and TypeMethodDescriptiondefault EnableFastLaunchRequest.BuilderEnableFastLaunchRequest.Builder.launchTemplate(Consumer<FastLaunchLaunchTemplateSpecificationRequest.Builder> launchTemplate) The launch template to use when launching Windows instances from pre-provisioned snapshots.