Uses of Class
software.amazon.awssdk.services.imagebuilder.model.FastLaunchConfiguration
-
Packages that use FastLaunchConfiguration Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of FastLaunchConfiguration in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type FastLaunchConfiguration Modifier and Type Method Description List<FastLaunchConfiguration>Distribution. fastLaunchConfigurations()The Windows faster-launching configurations to use for AMI distribution.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type FastLaunchConfiguration Modifier and Type Method Description Distribution.BuilderDistribution.Builder. fastLaunchConfigurations(FastLaunchConfiguration... fastLaunchConfigurations)The Windows faster-launching configurations to use for AMI distribution.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type FastLaunchConfiguration Modifier and Type Method Description Distribution.BuilderDistribution.Builder. fastLaunchConfigurations(Collection<FastLaunchConfiguration> fastLaunchConfigurations)The Windows faster-launching configurations to use for AMI distribution.
-