| Package | Description |
|---|---|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryRetrievalJobInput |
InventoryRetrievalJobInput.clone() |
InventoryRetrievalJobInput |
JobParameters.getInventoryRetrievalParameters()
Input parameters used for range inventory retrieval.
|
InventoryRetrievalJobInput |
InventoryRetrievalJobInput.withEndDate(String endDate)
The end of the date range in UTC for vault inventory retrieval that includes archives created before this date.
|
InventoryRetrievalJobInput |
InventoryRetrievalJobInput.withLimit(String limit)
Specifies the maximum number of inventory items returned per vault inventory retrieval request.
|
InventoryRetrievalJobInput |
InventoryRetrievalJobInput.withMarker(String marker)
An opaque string that represents where to continue pagination of the vault inventory retrieval results.
|
InventoryRetrievalJobInput |
InventoryRetrievalJobInput.withStartDate(String startDate)
The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this
date.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobParameters.setInventoryRetrievalParameters(InventoryRetrievalJobInput inventoryRetrievalParameters)
Input parameters used for range inventory retrieval.
|
JobParameters |
JobParameters.withInventoryRetrievalParameters(InventoryRetrievalJobInput inventoryRetrievalParameters)
Input parameters used for range inventory retrieval.
|
Copyright © 2017. All rights reserved.