| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static LongTermPricingType |
LongTermPricingType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LongTermPricingType |
LongTermPricingListEntry.longTermPricingType()
The type of long-term pricing that was selected for the device.
|
LongTermPricingType |
CreateLongTermPricingRequest.longTermPricingType()
The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.
|
static LongTermPricingType |
LongTermPricingType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LongTermPricingType> |
LongTermPricingType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LongTermPricingListEntry.Builder |
LongTermPricingListEntry.Builder.longTermPricingType(LongTermPricingType longTermPricingType)
The type of long-term pricing that was selected for the device.
|
CreateLongTermPricingRequest.Builder |
CreateLongTermPricingRequest.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.
|
Copyright © 2022. All rights reserved.