| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default InventoryFrequency |
Inventory.getFrequency()
(experimental) Frequency at which the inventory should be generated.
|
InventoryFrequency |
Inventory.Jsii$Proxy.getFrequency() |
static InventoryFrequency |
InventoryFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InventoryFrequency[] |
InventoryFrequency.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.frequency(InventoryFrequency frequency)
Sets the value of
Inventory.getFrequency() |
| 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.