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 TypeInterfaceDescriptioninterfaceFactory interface that can be used for create ConnectionManager used by the underlying http client.interfaceFactory 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 TypeInterfaceDescriptioninterfaceAn 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 classRepresents an ADD action in the ADD section of an update expression.final classRepresents an AND condition in a condition expression.final classA path operand that refers to a binary attribute in DynamoDB; used for building expressions.final classRepresents a BETWEEN condition in a condition expression.final classA path operand that refers to a boolean attribute in DynamoDB; used for building expressions.final classA path operand that refers to a binary set attribute in DynamoDB; used for building expressions.final classRepresents a Comparator condition in building condition expression.classRepresents a condition for building condition expression.final classRepresents a DELETE action in the DELETE section of an update expression.final classExpression specification for making DeleteItem request to Amazon DynamoDB.final classA 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 classRepresents a Function condition in building condition expression.classRepresents a function call in building expression.final classExpression specification for making GetItem request to Amazon DynamoDB.final classRepresents an if_not_exists(path, operand) function in building expressions.final classRepresents a IN condition in building condition expression.final classA path operand that refers to a list attribute in DynamoDB; used for building expressions.final classRepresents the list_append(operand, operand) function in building expression.final classA path operand that refers to a map attribute in DynamoDB; used for building expressions.final classRepresents a minus binary operation in building expressions that involve number attributes.final classA path operand that refers to a number attribute in DynamoDB; used for building expressions.final classRepresents a negation condition in building condition expressions.final classA path operand that refers to a number set attribute in DynamoDB; used for building expressions.classA path operand that refers to a NULL attribute in DynamoDB; used for building expressions.classRepresents an operand for building expressions.final classRepresents an OR condition in building condition expressions.final classAn explicitly parenthesized condition, ie '(' condition ')', used in building condition expressions.classA path operand used in building DynamooDB expressions such as update expressions and condition (aka filter) expressions.final classRepresents a plus binary operation in building expressions that involve number attributes.classExpression specification for making PutItem request to Amazon DynamoDB.final classExpression specification for making query request to Amazon DynamoDB.final classRepresents a REMOVE action in the REMOVE section of an update expression.final classA path operand that refers to a string attribute in DynamoDB; used for building expressions.final classExpression specification for making scan request to Amazon DynamoDB.final classRepresents a SET action in the SET section of an update expression.final classA path operand that refers to a string set attribute in DynamoDB; used for building expressions.classRepresents an update action for building update expression.classExpression specification for making UpdateItem request to Amazon DynamoDB.