Uses of Enum
software.amazon.awssdk.services.outposts.model.PricingResult
Packages that use PricingResult
-
Uses of PricingResult in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return PricingResultModifier and TypeMethodDescriptionstatic PricingResultUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PricingResultGetRenewalPricingResponse.pricingResult()The result of the pricing request.static PricingResultReturns the enum constant of this type with the specified name.static PricingResult[]PricingResult.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 PricingResultMethods in software.amazon.awssdk.services.outposts.model with parameters of type PricingResultModifier and TypeMethodDescriptionGetRenewalPricingResponse.Builder.pricingResult(PricingResult pricingResult) The result of the pricing request.