Uses of Enum
software.amazon.awssdk.services.s3.model.InventoryOptionalField
Packages that use InventoryOptionalField
-
Uses of InventoryOptionalField in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return InventoryOptionalFieldModifier and TypeMethodDescriptionstatic InventoryOptionalFieldUse this in place of valueOf to convert the raw string returned by the service into the enum value.static InventoryOptionalFieldReturns the enum constant of this type with the specified name.static InventoryOptionalField[]InventoryOptionalField.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 InventoryOptionalFieldModifier and TypeMethodDescriptionstatic Set<InventoryOptionalField>InventoryOptionalField.knownValues()final List<InventoryOptionalField>InventoryConfiguration.optionalFields()Contains the optional fields that are included in the inventory results.Methods in software.amazon.awssdk.services.s3.model with parameters of type InventoryOptionalFieldModifier and TypeMethodDescriptionInventoryConfiguration.Builder.optionalFields(InventoryOptionalField... optionalFields) Contains the optional fields that are included in the inventory results.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type InventoryOptionalFieldModifier and TypeMethodDescriptionInventoryConfiguration.Builder.optionalFields(Collection<InventoryOptionalField> optionalFields) Contains the optional fields that are included in the inventory results.