Package | Description |
---|---|
com.amazonaws.services.glacier.model |
Classes modeling the various types represented by AmazonGlacier.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.