Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableFastLaunchRequest.Builder
Packages that use EnableFastLaunchRequest.Builder
Package
Description
-
Uses of EnableFastLaunchRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type EnableFastLaunchRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.enableFastLaunch(Consumer<EnableFastLaunchRequest.Builder> enableFastLaunchRequest) When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster.default EnableFastLaunchResponseEc2Client.enableFastLaunch(Consumer<EnableFastLaunchRequest.Builder> enableFastLaunchRequest) When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster. -
Uses of EnableFastLaunchRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnableFastLaunchRequest.BuilderModifier and TypeMethodDescriptionEnableFastLaunchRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.Specify the ID of the image for which to enable Windows fast launch.default EnableFastLaunchRequest.BuilderEnableFastLaunchRequest.Builder.launchTemplate(Consumer<FastLaunchLaunchTemplateSpecificationRequest.Builder> launchTemplate) The launch template to use when launching Windows instances from pre-provisioned snapshots.EnableFastLaunchRequest.Builder.launchTemplate(FastLaunchLaunchTemplateSpecificationRequest launchTemplate) The launch template to use when launching Windows instances from pre-provisioned snapshots.EnableFastLaunchRequest.Builder.maxParallelLaunches(Integer maxParallelLaunches) The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.EnableFastLaunchRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) EnableFastLaunchRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) EnableFastLaunchRequest.Builder.resourceType(String resourceType) The type of resource to use for pre-provisioning the AMI for Windows fast launch.default 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.EnableFastLaunchRequest.Builder.snapshotConfiguration(FastLaunchSnapshotConfigurationRequest snapshotConfiguration) Configuration settings for creating and managing the snapshots that are used for pre-provisioning the AMI for Windows fast launch.EnableFastLaunchRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableFastLaunchRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EnableFastLaunchRequest.Builder>EnableFastLaunchRequest.serializableBuilderClass()