Uses of Enum
software.amazon.awssdk.services.outposts.model.QuoteSpecificationType
Packages that use QuoteSpecificationType
-
Uses of QuoteSpecificationType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return QuoteSpecificationTypeModifier and TypeMethodDescriptionstatic QuoteSpecificationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final QuoteSpecificationTypeQuoteSpecification.quoteSpecificationType()The type of specification.static QuoteSpecificationTypeReturns the enum constant of this type with the specified name.static QuoteSpecificationType[]QuoteSpecificationType.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 QuoteSpecificationTypeModifier and TypeMethodDescriptionstatic Set<QuoteSpecificationType>QuoteSpecificationType.knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type QuoteSpecificationTypeModifier and TypeMethodDescriptionQuoteSpecification.Builder.quoteSpecificationType(QuoteSpecificationType quoteSpecificationType) The type of specification.