Uses of Enum
software.amazon.awssdk.services.outposts.model.QuotePricingType
Packages that use QuotePricingType
-
Uses of QuotePricingType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return QuotePricingTypeModifier and TypeMethodDescriptionstatic QuotePricingTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final QuotePricingTypePricingOption.pricingType()The type of pricing model.static QuotePricingTypeReturns the enum constant of this type with the specified name.static QuotePricingType[]QuotePricingType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type QuotePricingTypeMethods in software.amazon.awssdk.services.outposts.model with parameters of type QuotePricingTypeModifier and TypeMethodDescriptionPricingOption.Builder.pricingType(QuotePricingType pricingType) The type of pricing model.