Uses of Class
software.amazon.awssdk.services.ec2.model.EnableFastLaunchResponse
Packages that use EnableFastLaunchResponse
-
Uses of EnableFastLaunchResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableFastLaunchResponseModifier and TypeMethodDescriptiondefault 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.default EnableFastLaunchResponseEc2Client.enableFastLaunch(EnableFastLaunchRequest enableFastLaunchRequest) When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type EnableFastLaunchResponseModifier 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.Ec2AsyncClient.enableFastLaunch(EnableFastLaunchRequest enableFastLaunchRequest) When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster.