Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.document.spec | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
void |
DynamoDBQueryExpression.setSelect(Select select)
The attributes to be returned in the result.
|
void |
DynamoDBScanExpression.setSelect(Select select)
The attributes to be returned in the result.
|
DynamoDBQueryExpression<T> |
DynamoDBQueryExpression.withSelect(Select select)
The attributes to be returned in the result.
|
DynamoDBScanExpression |
DynamoDBScanExpression.withSelect(Select select)
The attributes to be returned in the result.
|
Modifier and Type | Method and Description |
---|---|
ScanSpec |
ScanSpec.withSelect(Select select) |
QuerySpec |
QuerySpec.withSelect(Select select) |
Modifier and Type | Method and Description |
---|---|
static Select |
Select.fromValue(String value)
Use this in place of valueOf.
|
static Select |
Select.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryRequest.setSelect(Select select)
The attributes to be returned in the result.
|
void |
ScanRequest.setSelect(Select select)
The attributes to be returned in the result.
|
QueryRequest |
QueryRequest.withSelect(Select select)
The attributes to be returned in the result.
|
ScanRequest |
ScanRequest.withSelect(Select select)
The attributes to be returned in the result.
|
Copyright © 2016. All rights reserved.