Uses of Interface
software.amazon.awssdk.services.glacier.model.InventoryRetrievalJobInput.Builder
-
Packages that use InventoryRetrievalJobInput.Builder Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of InventoryRetrievalJobInput.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return InventoryRetrievalJobInput.Builder Modifier and Type Method Description static InventoryRetrievalJobInput.BuilderInventoryRetrievalJobInput. builder()InventoryRetrievalJobInput.BuilderInventoryRetrievalJobInput.Builder. endDate(String endDate)The end of the date range in UTC for vault inventory retrieval that includes archives created before this date.InventoryRetrievalJobInput.BuilderInventoryRetrievalJobInput.Builder. limit(String limit)Specifies the maximum number of inventory items returned per vault inventory retrieval request.InventoryRetrievalJobInput.BuilderInventoryRetrievalJobInput.Builder. marker(String marker)An opaque string that represents where to continue pagination of the vault inventory retrieval results.InventoryRetrievalJobInput.BuilderInventoryRetrievalJobInput.Builder. startDate(String startDate)The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date.InventoryRetrievalJobInput.BuilderInventoryRetrievalJobInput. toBuilder()Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type InventoryRetrievalJobInput.Builder Modifier and Type Method Description static Class<? extends InventoryRetrievalJobInput.Builder>InventoryRetrievalJobInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glacier.model with type arguments of type InventoryRetrievalJobInput.Builder Modifier and Type Method Description default JobParameters.BuilderJobParameters.Builder. inventoryRetrievalParameters(Consumer<InventoryRetrievalJobInput.Builder> inventoryRetrievalParameters)Input parameters used for range inventory retrieval.
-