Uses of Enum
software.amazon.awssdk.services.outposts.model.QuoteCapacityType
Packages that use QuoteCapacityType
-
Uses of QuoteCapacityType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return QuoteCapacityTypeModifier and TypeMethodDescriptionstatic QuoteCapacityTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final QuoteCapacityTypeQuoteCapacity.quoteCapacityType()The type of capacity.static QuoteCapacityTypeReturns the enum constant of this type with the specified name.static QuoteCapacityType[]QuoteCapacityType.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 QuoteCapacityTypeMethods in software.amazon.awssdk.services.outposts.model with parameters of type QuoteCapacityTypeModifier and TypeMethodDescriptionQuoteCapacity.Builder.quoteCapacityType(QuoteCapacityType quoteCapacityType) The type of capacity.