Uses of Enum
software.amazon.awssdk.services.s3.model.InventoryConfigurationState
Packages that use InventoryConfigurationState
-
Uses of InventoryConfigurationState in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return InventoryConfigurationStateModifier and TypeMethodDescriptionInventoryTableConfiguration.configurationState()The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.InventoryTableConfigurationResult.configurationState()The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.InventoryTableConfigurationUpdates.configurationState()The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.static InventoryConfigurationStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static InventoryConfigurationStateReturns 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 InventoryConfigurationStateModifier and TypeMethodDescriptionstatic Set<InventoryConfigurationState>InventoryConfigurationState.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type InventoryConfigurationStateModifier and TypeMethodDescriptionInventoryTableConfiguration.Builder.configurationState(InventoryConfigurationState configurationState) The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.InventoryTableConfigurationResult.Builder.configurationState(InventoryConfigurationState configurationState) The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.InventoryTableConfigurationUpdates.Builder.configurationState(InventoryConfigurationState configurationState) The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.