| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default InventoryObjectVersion |
Inventory.getIncludeObjectVersions()
If the inventory should contain all the object versions or only the current one.
|
InventoryObjectVersion |
Inventory.Jsii$Proxy.getIncludeObjectVersions() |
static InventoryObjectVersion |
InventoryObjectVersion.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
Inventory.Builder |
Inventory.Builder.includeObjectVersions(InventoryObjectVersion includeObjectVersions)
Sets the value of
Inventory.getIncludeObjectVersions() |
Copyright © 2022. All rights reserved.