Package | Description |
---|---|
com.amazonaws.services.glacier.model | |
com.amazonaws.services.glacier.model.transform |
Modifier and Type | Field and Description |
---|---|
private InventoryRetrievalJobInput |
JobParameters.inventoryRetrievalParameters
Input parameters used for range inventory retrieval.
|
Modifier and Type | Method and Description |
---|---|
InventoryRetrievalJobInput |
InventoryRetrievalJobInput.clone() |
InventoryRetrievalJobInput |
JobParameters.getInventoryRetrievalParameters()
Input parameters used for range inventory retrieval.
|
InventoryRetrievalJobInput |
InventoryRetrievalJobInput.withEndDate(java.lang.String endDate)
The end of the date range in UTC for vault inventory retrieval that
includes archives created before this date.
|
InventoryRetrievalJobInput |
InventoryRetrievalJobInput.withLimit(java.lang.String limit)
Specifies the maximum number of inventory items returned per vault
inventory retrieval request.
|
InventoryRetrievalJobInput |
InventoryRetrievalJobInput.withMarker(java.lang.String marker)
An opaque string that represents where to continue pagination of the
vault inventory retrieval results.
|
InventoryRetrievalJobInput |
InventoryRetrievalJobInput.withStartDate(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
InventoryRetrievalJobInput |
InventoryRetrievalJobInputJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InventoryRetrievalJobInputJsonMarshaller.marshall(InventoryRetrievalJobInput inventoryRetrievalJobInput,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|