Uses of Class
com.amazonaws.services.glacier.model.InventoryRetrievalJobInput
-
Packages that use InventoryRetrievalJobInput Package Description com.amazonaws.services.glacier.model -
-
Uses of InventoryRetrievalJobInput in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return InventoryRetrievalJobInput Modifier and Type Method 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.Methods in com.amazonaws.services.glacier.model with parameters of type InventoryRetrievalJobInput Modifier and Type Method 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.
-