Uses of Enum
software.amazon.awssdk.services.s3.model.AnnotationConfigurationState
Packages that use AnnotationConfigurationState
-
Uses of AnnotationConfigurationState in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AnnotationConfigurationStateModifier and TypeMethodDescriptionAnnotationTableConfiguration.configurationState()The state of the annotation table.AnnotationTableConfigurationResult.configurationState()The current configuration state of the annotation table.AnnotationTableConfigurationUpdates.configurationState()The new configuration state to apply.static AnnotationConfigurationStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AnnotationConfigurationStateReturns the enum constant of this type with the specified name.static AnnotationConfigurationState[]AnnotationConfigurationState.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 AnnotationConfigurationStateModifier and TypeMethodDescriptionstatic Set<AnnotationConfigurationState>AnnotationConfigurationState.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type AnnotationConfigurationStateModifier and TypeMethodDescriptionAnnotationTableConfiguration.Builder.configurationState(AnnotationConfigurationState configurationState) The state of the annotation table.AnnotationTableConfigurationResult.Builder.configurationState(AnnotationConfigurationState configurationState) The current configuration state of the annotation table.AnnotationTableConfigurationUpdates.Builder.configurationState(AnnotationConfigurationState configurationState) The new configuration state to apply.