Uses of Enum
software.amazon.awscdk.services.s3.InventoryFrequency
Packages that use InventoryFrequency
-
Uses of InventoryFrequency in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return InventoryFrequencyModifier and TypeMethodDescriptiondefault InventoryFrequencyInventory.getFrequency()Frequency at which the inventory should be generated.final InventoryFrequencyInventory.Jsii$Proxy.getFrequency()static InventoryFrequencyReturns 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.Methods in software.amazon.awscdk.services.s3 with parameters of type InventoryFrequencyModifier and TypeMethodDescriptionInventory.Builder.frequency(InventoryFrequency frequency) Sets the value ofInventory.getFrequency()