Uses of Enum
com.amazonaws.services.dynamodbv2.model.Select
Packages that use Select
Package
Description
-
Uses of Select in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type SelectModifier and TypeMethodDescriptionvoidThe attributes to be returned in the result.voidThe attributes to be returned in the result.DynamoDBQueryExpression.withSelect(Select select) The attributes to be returned in the result.DynamoDBScanExpression.withSelect(Select select) The attributes to be returned in the result. -
Uses of Select in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type SelectModifier and TypeMethodDescriptionQuerySpec.withSelect(Select select) ScanSpec.withSelect(Select select) -
Uses of Select in com.amazonaws.services.dynamodbv2.model
Subclasses with type arguments of type Select in com.amazonaws.services.dynamodbv2.modelMethods in com.amazonaws.services.dynamodbv2.model that return SelectModifier and TypeMethodDescriptionstatic SelectUse this in place of valueOf.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 com.amazonaws.services.dynamodbv2.model with parameters of type SelectModifier and TypeMethodDescriptionvoidThe attributes to be returned in the result.voidThe attributes to be returned in the result.QueryRequest.withSelect(Select select) The attributes to be returned in the result.ScanRequest.withSelect(Select select) The attributes to be returned in the result.