Uses of Enum
software.amazon.awssdk.services.s3.model.InventoryIncludedObjectVersions
Packages that use InventoryIncludedObjectVersions
-
Uses of InventoryIncludedObjectVersions in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return InventoryIncludedObjectVersionsModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.InventoryConfiguration.includedObjectVersions()Object versions to include in the inventory list.Returns the enum constant of this type with the specified name.static InventoryIncludedObjectVersions[]InventoryIncludedObjectVersions.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 InventoryIncludedObjectVersionsModifier and TypeMethodDescriptionstatic Set<InventoryIncludedObjectVersions>InventoryIncludedObjectVersions.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type InventoryIncludedObjectVersionsModifier and TypeMethodDescriptionInventoryConfiguration.Builder.includedObjectVersions(InventoryIncludedObjectVersions includedObjectVersions) Object versions to include in the inventory list.