Uses of Class
software.amazon.awssdk.services.snowball.model.LongTermPricingType
-
Packages that use LongTermPricingType Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of LongTermPricingType in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return LongTermPricingType Modifier and Type Method Description static LongTermPricingTypeLongTermPricingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LongTermPricingTypeCreateLongTermPricingRequest. longTermPricingType()The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.LongTermPricingTypeLongTermPricingListEntry. longTermPricingType()The type of long-term pricing that was selected for the device.static LongTermPricingTypeLongTermPricingType. valueOf(String name)Returns the enum constant of this type with the specified name.static LongTermPricingType[]LongTermPricingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type LongTermPricingType Modifier and Type Method Description static Set<LongTermPricingType>LongTermPricingType. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type LongTermPricingType Modifier and Type Method Description CreateLongTermPricingRequest.BuilderCreateLongTermPricingRequest.Builder. longTermPricingType(LongTermPricingType longTermPricingType)The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.LongTermPricingListEntry.BuilderLongTermPricingListEntry.Builder. longTermPricingType(LongTermPricingType longTermPricingType)The type of long-term pricing that was selected for the device.
-