Uses of Class
software.amazon.awssdk.services.dynamodb.model.Select
-
Packages that use Select Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Select in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Select Modifier and Type Method Description static SelectSelect. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SelectQueryRequest. select()The attributes to be returned in the result.SelectScanRequest. select()The attributes to be returned in the result.static SelectSelect. 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.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Select Modifier and Type Method Description static Set<Select>Select. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type Select Modifier and Type Method Description QueryRequest.BuilderQueryRequest.Builder. select(Select select)The attributes to be returned in the result.ScanRequest.BuilderScanRequest.Builder. select(Select select)The attributes to be returned in the result.
-