Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceMarketOptionsRequest.Builder
Packages that use LaunchTemplateInstanceMarketOptionsRequest.Builder
-
Uses of LaunchTemplateInstanceMarketOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateInstanceMarketOptionsRequest.BuilderModifier and TypeMethodDescriptionLaunchTemplateInstanceMarketOptionsRequest.builder()LaunchTemplateInstanceMarketOptionsRequest.Builder.marketType(String marketType) The market type.LaunchTemplateInstanceMarketOptionsRequest.Builder.marketType(MarketType marketType) The market type.LaunchTemplateInstanceMarketOptionsRequest.Builder.spotOptions(Consumer<LaunchTemplateSpotMarketOptionsRequest.Builder> spotOptions) The options for Spot Instances.LaunchTemplateInstanceMarketOptionsRequest.Builder.spotOptions(LaunchTemplateSpotMarketOptionsRequest spotOptions) The options for Spot Instances.LaunchTemplateInstanceMarketOptionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateInstanceMarketOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LaunchTemplateInstanceMarketOptionsRequest.Builder>LaunchTemplateInstanceMarketOptionsRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateInstanceMarketOptionsRequest.BuilderModifier and TypeMethodDescriptionRequestLaunchTemplateData.Builder.instanceMarketOptions(Consumer<LaunchTemplateInstanceMarketOptionsRequest.Builder> instanceMarketOptions) The market (purchasing) option for the instances.