Uses of Enum
software.amazon.awssdk.services.dynamodb.model.SearchSchemaElementType
Packages that use SearchSchemaElementType
-
Uses of SearchSchemaElementType in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SearchSchemaElementTypeModifier and TypeMethodDescriptionstatic SearchSchemaElementTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SearchSchemaElementTypeSearchSchemaElement.searchSchemaElementType()The role of the attribute in the search schema.static SearchSchemaElementTypeReturns the enum constant of this type with the specified name.static SearchSchemaElementType[]SearchSchemaElementType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type SearchSchemaElementTypeModifier and TypeMethodDescriptionstatic Set<SearchSchemaElementType>SearchSchemaElementType.knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type SearchSchemaElementTypeModifier and TypeMethodDescriptionSearchSchemaElement.Builder.searchSchemaElementType(SearchSchemaElementType searchSchemaElementType) The role of the attribute in the search schema.