Uses of Enum
software.amazon.awssdk.services.ec2.model.MarketType
Packages that use MarketType
-
Uses of MarketType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return MarketTypeModifier and TypeMethodDescriptionstatic MarketTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MarketTypeInstanceMarketOptionsRequest.marketType()The market type.final MarketTypeLaunchTemplateInstanceMarketOptions.marketType()The market type.final MarketTypeLaunchTemplateInstanceMarketOptionsRequest.marketType()The market type.static MarketTypeReturns the enum constant of this type with the specified name.static MarketType[]MarketType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type MarketTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type MarketTypeModifier and TypeMethodDescriptionInstanceMarketOptionsRequest.Builder.marketType(MarketType marketType) The market type.LaunchTemplateInstanceMarketOptions.Builder.marketType(MarketType marketType) The market type.LaunchTemplateInstanceMarketOptionsRequest.Builder.marketType(MarketType marketType) The market type.