Uses of Enum
software.amazon.awssdk.services.s3.model.InventoryFrequency
Packages that use InventoryFrequency
-
Uses of InventoryFrequency in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return InventoryFrequencyModifier and TypeMethodDescriptionfinal InventoryFrequencyInventorySchedule.frequency()Specifies how frequently inventory results are produced.static InventoryFrequencyUse this in place of valueOf to convert the raw string returned by the service into the enum value.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.awssdk.services.s3.model that return types with arguments of type InventoryFrequencyModifier and TypeMethodDescriptionstatic Set<InventoryFrequency>InventoryFrequency.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type InventoryFrequencyModifier and TypeMethodDescriptionInventorySchedule.Builder.frequency(InventoryFrequency frequency) Specifies how frequently inventory results are produced.