Uses of Annotation Type
com.amazonaws.annotation.Beta
Packages that use Beta
Package
Description
A request-centric Expression Specification Builder package that can be used to construct valid
expressions, and the respective name maps and value maps, for various DynamoDB requests in a typeful manner.
-
Uses of Beta in com.amazonaws.http.client
Classes in com.amazonaws.http.client with annotations of type BetaModifier and TypeInterfaceDescriptioninterface
Factory interface that can be used for create ConnectionManager used by the underlying http client.interface
Factory interface that can be used for creating the underlying http client for request execution. -
Uses of Beta in com.amazonaws.http.request
Classes in com.amazonaws.http.request with annotations of type BetaModifier and TypeInterfaceDescriptioninterface
An interface that can be used to create the http requests that is understood by the http client. -
Uses of Beta in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with annotations of type BetaModifier and TypeMethodDescriptionTable.deleteItem
(PrimaryKey primaryKey, DeleteItemExpressionSpec conditionExpressions) Table.deleteItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, DeleteItemExpressionSpec conditionExpressions) Table.getItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, GetItemExpressionSpec projectionExpressions) Table.getItemOutcome
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, GetItemExpressionSpec projectionExpressions) Index.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryExpressionSpec queryExpressions) Table.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryExpressionSpec queryExpressions) Index.scan
(ScanExpressionSpec xspec) Table.scan
(ScanExpressionSpec scanExpressions) Table.updateItem
(String hashKeyName, Object hashKeyValue, UpdateItemExpressionSpec updateExpressions) Table.updateItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, UpdateItemExpressionSpec updateExpressions) -
Uses of Beta in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec with annotations of type BetaModifier and TypeMethodDescriptionDeleteItemSpec.withExpressionSpec
(DeleteItemExpressionSpec xspec) Convenient method to specify expressions (and the associated name map and value map) viaDeleteItemExpressionSpec
.GetItemSpec.withExpressionSpec
(GetItemExpressionSpec xspec) Convenient method to specify expressions (and the associated name map and value map) viaGetItemExpressionSpec
.PutItemSpec.withExpressionSpec
(PutItemExpressionSpec xspec) Convenient method to specify expressions (and the associated name map and value map) viaPutItemExpressionSpec
.QuerySpec.withExpressionSpec
(QueryExpressionSpec xspec) Convenient method to specify expressions (and the associated name map and value map) viaQueryExpressionSpec
.ScanSpec.withExpressionSpec
(ScanExpressionSpec xspec) Convenient method to specify expressions (and the associated name map and value map) viaScanExpressionSpec
.UpdateItemSpec.withExpressionSpec
(UpdateItemExpressionSpec xspec) Convenient method to specify expressions (and the associated name map and value map) viaUpdateItemExpressionSpec
. -
Uses of Beta in com.amazonaws.services.dynamodbv2.xspec
Classes in com.amazonaws.services.dynamodbv2.xspec with annotations of type BetaModifier and TypeClassDescriptionfinal class
Represents an ADD action in the ADD section of an update expression.final class
Represents an AND condition in a condition expression.final class
A path operand that refers to a binary attribute in DynamoDB; used for building expressions.final class
Represents a BETWEEN condition in a condition expression.final class
A path operand that refers to a boolean attribute in DynamoDB; used for building expressions.final class
A path operand that refers to a binary set attribute in DynamoDB; used for building expressions.final class
Represents a Comparator condition in building condition expression.class
Represents a condition for building condition expression.final class
Represents a DELETE action in the DELETE section of an update expression.final class
Expression specification for making DeleteItem request to Amazon DynamoDB.final class
A request-centric Expression Specification Builder that can be used to construct valid expressions, and the respective name maps and value maps, for various DynamoDB requests in a typeful manner.final class
Represents a Function condition in building condition expression.class
Represents a function call in building expression.final class
Expression specification for making GetItem request to Amazon DynamoDB.final class
Represents an if_not_exists(path, operand) function in building expressions.final class
Represents a IN condition in building condition expression.final class
A path operand that refers to a list attribute in DynamoDB; used for building expressions.final class
Represents the list_append(operand, operand) function in building expression.final class
A path operand that refers to a map attribute in DynamoDB; used for building expressions.final class
Represents a minus binary operation in building expressions that involve number attributes.final class
A path operand that refers to a number attribute in DynamoDB; used for building expressions.final class
Represents a negation condition in building condition expressions.final class
A path operand that refers to a number set attribute in DynamoDB; used for building expressions.class
A path operand that refers to a NULL attribute in DynamoDB; used for building expressions.class
Represents an operand for building expressions.final class
Represents an OR condition in building condition expressions.final class
An explicitly parenthesized condition, ie '(' condition ')', used in building condition expressions.class
A path operand used in building DynamooDB expressions such as update expressions and condition (aka filter) expressions.final class
Represents a plus binary operation in building expressions that involve number attributes.class
Expression specification for making PutItem request to Amazon DynamoDB.final class
Expression specification for making query request to Amazon DynamoDB.final class
Represents a REMOVE action in the REMOVE section of an update expression.final class
A path operand that refers to a string attribute in DynamoDB; used for building expressions.final class
Expression specification for making scan request to Amazon DynamoDB.final class
Represents a SET action in the SET section of an update expression.final class
A path operand that refers to a string set attribute in DynamoDB; used for building expressions.class
Represents an update action for building update expression.class
Expression specification for making UpdateItem request to Amazon DynamoDB.