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 TypeMethodDescriptionvoid
The attributes to be returned in the result.void
The 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
Methods in com.amazonaws.services.dynamodbv2.model that return SelectModifier and TypeMethodDescriptionstatic Select
Use this in place of valueOf.static Select
Returns 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 TypeMethodDescriptionvoid
The attributes to be returned in the result.void
The 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.