| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default InventoryFrequency |
Inventory.getFrequency()
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() |
Copyright © 2022. All rights reserved.