| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
LongTermPricingListEntry |
LongTermPricingListEntry.clone() |
LongTermPricingListEntry |
LongTermPricingListEntry.withCurrentActiveJob(String currentActiveJob)
The current active jobs on the device the long-term pricing type.
|
LongTermPricingListEntry |
LongTermPricingListEntry.withIsLongTermPricingAutoRenew(Boolean isLongTermPricingAutoRenew)
If set to
true, specifies that the current long-term pricing type for the device should be
automatically renewed before the long-term pricing contract expires. |
LongTermPricingListEntry |
LongTermPricingListEntry.withJobIds(Collection<String> jobIds)
The IDs of the jobs that are associated with a long-term pricing type.
|
LongTermPricingListEntry |
LongTermPricingListEntry.withJobIds(String... jobIds)
The IDs of the jobs that are associated with a long-term pricing type.
|
LongTermPricingListEntry |
LongTermPricingListEntry.withLongTermPricingEndDate(Date longTermPricingEndDate)
The end date the long-term pricing contract.
|
LongTermPricingListEntry |
LongTermPricingListEntry.withLongTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
|
LongTermPricingListEntry |
LongTermPricingListEntry.withLongTermPricingStartDate(Date longTermPricingStartDate)
The start date of the long-term pricing contract.
|
LongTermPricingListEntry |
LongTermPricingListEntry.withLongTermPricingStatus(String longTermPricingStatus)
The status of the long-term pricing type.
|
LongTermPricingListEntry |
LongTermPricingListEntry.withLongTermPricingType(LongTermPricingType longTermPricingType)
The type of long-term pricing that was selected for the device.
|
LongTermPricingListEntry |
LongTermPricingListEntry.withLongTermPricingType(String longTermPricingType)
The type of long-term pricing that was selected for the device.
|
LongTermPricingListEntry |
LongTermPricingListEntry.withReplacementJob(String replacementJob)
A new device that replaces a device that is ordered with long-term pricing.
|
LongTermPricingListEntry |
LongTermPricingListEntry.withSnowballType(SnowballType snowballType)
The type of Snow Family devices associated with this long-term pricing job.
|
LongTermPricingListEntry |
LongTermPricingListEntry.withSnowballType(String snowballType)
The type of Snow Family devices associated with this long-term pricing job.
|
| Modifier and Type | Method and Description |
|---|---|
List<LongTermPricingListEntry> |
ListLongTermPricingResult.getLongTermPricingEntries()
Each
LongTermPricingEntry object contains a status, ID, and other information about the
LongTermPricing type. |
| Modifier and Type | Method and Description |
|---|---|
ListLongTermPricingResult |
ListLongTermPricingResult.withLongTermPricingEntries(LongTermPricingListEntry... longTermPricingEntries)
Each
LongTermPricingEntry object contains a status, ID, and other information about the
LongTermPricing type. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLongTermPricingResult.setLongTermPricingEntries(Collection<LongTermPricingListEntry> longTermPricingEntries)
Each
LongTermPricingEntry object contains a status, ID, and other information about the
LongTermPricing type. |
ListLongTermPricingResult |
ListLongTermPricingResult.withLongTermPricingEntries(Collection<LongTermPricingListEntry> longTermPricingEntries)
Each
LongTermPricingEntry object contains a status, ID, and other information about the
LongTermPricing type. |
Copyright © 2022. All rights reserved.