Uses of Class
software.amazon.awssdk.services.s3.model.InventoryConfigurationState
-
Packages that use InventoryConfigurationState Package Description software.amazon.awssdk.services.s3.model -
-
Uses of InventoryConfigurationState in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return InventoryConfigurationState Modifier and Type Method Description InventoryConfigurationStateInventoryTableConfiguration. configurationState()The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.InventoryConfigurationStateInventoryTableConfigurationResult. configurationState()The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.InventoryConfigurationStateInventoryTableConfigurationUpdates. configurationState()The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.static InventoryConfigurationStateInventoryConfigurationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InventoryConfigurationStateInventoryConfigurationState. valueOf(String name)Returns the enum constant of this type with the specified name.static InventoryConfigurationState[]InventoryConfigurationState. 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 InventoryConfigurationState Modifier and Type Method Description static Set<InventoryConfigurationState>InventoryConfigurationState. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type InventoryConfigurationState Modifier and Type Method Description InventoryTableConfiguration.BuilderInventoryTableConfiguration.Builder. configurationState(InventoryConfigurationState configurationState)The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.InventoryTableConfigurationResult.BuilderInventoryTableConfigurationResult.Builder. configurationState(InventoryConfigurationState configurationState)The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.InventoryTableConfigurationUpdates.BuilderInventoryTableConfigurationUpdates.Builder. configurationState(InventoryConfigurationState configurationState)The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.
-