| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default InventoryObjectVersion |
Inventory.getIncludeObjectVersions()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(InventoryDestination destination,
Boolean enabled,
InventoryFormat format,
InventoryFrequency frequency,
InventoryObjectVersion includeObjectVersions,
String inventoryId,
String objectsPrefix,
List<String> optionalFields)
Constructor that initializes the object based on literal property values passed by the
Inventory.Builder. |
Copyright © 2021. All rights reserved.