Uses of Enum
software.amazon.awssdk.services.dynamodb.model.Select
Packages that use Select
-
Uses of Select in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SelectModifier and TypeMethodDescriptionstatic SelectUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SelectQueryRequest.select()The attributes to be returned in the result.final SelectScanRequest.select()The attributes to be returned in the result.static SelectReturns the enum constant of this type with the specified name.static Select[]Select.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 SelectMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type SelectModifier and TypeMethodDescriptionThe attributes to be returned in the result.The attributes to be returned in the result.