Uses of Class
com.amazonaws.services.glacier.model.InventoryRetrievalJobInput
Packages that use InventoryRetrievalJobInput
-
Uses of InventoryRetrievalJobInput in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return InventoryRetrievalJobInputModifier and TypeMethodDescriptionInventoryRetrievalJobInput.clone()
JobParameters.getInventoryRetrievalParameters()
Input parameters used for range inventory retrieval.InventoryRetrievalJobInput.withEndDate
(String endDate) The end of the date range in UTC for vault inventory retrieval that includes archives created before this date.Specifies the maximum number of inventory items returned per vault inventory retrieval request.InventoryRetrievalJobInput.withMarker
(String marker) An opaque string that represents where to continue pagination of the vault inventory retrieval results.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 InventoryRetrievalJobInputModifier and TypeMethodDescriptionvoid
JobParameters.setInventoryRetrievalParameters
(InventoryRetrievalJobInput inventoryRetrievalParameters) Input parameters used for range inventory retrieval.JobParameters.withInventoryRetrievalParameters
(InventoryRetrievalJobInput inventoryRetrievalParameters) Input parameters used for range inventory retrieval.