Uses of Enum
software.amazon.awscdk.services.s3.InventoryObjectVersion
Packages that use InventoryObjectVersion
-
Uses of InventoryObjectVersion in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return InventoryObjectVersionModifier and TypeMethodDescriptiondefault InventoryObjectVersion
Inventory.getIncludeObjectVersions()
If the inventory should contain all the object versions or only the current one.final InventoryObjectVersion
Inventory.Jsii$Proxy.getIncludeObjectVersions()
static InventoryObjectVersion
Returns the enum constant of this type with the specified name.static InventoryObjectVersion[]
InventoryObjectVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.s3 with parameters of type InventoryObjectVersionModifier and TypeMethodDescriptionInventory.Builder.includeObjectVersions
(InventoryObjectVersion includeObjectVersions) Sets the value ofInventory.getIncludeObjectVersions()