Uses of Class
com.amazonaws.annotation.Beta
-
Packages that use Beta Package Description com.amazonaws.http.client com.amazonaws.http.request com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.spec com.amazonaws.services.dynamodbv2.xspec 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 Beta Modifier and Type Interface Description interfaceConnectionManagerFactory<T>Factory interface that can be used for create ConnectionManager used by the underlying http client.interfaceHttpClientFactory<T>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 Beta Modifier and Type Interface Description interfaceHttpRequestFactory<T>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 Beta Modifier and Type Method Description DeleteItemOutcomeTable. deleteItem(PrimaryKey primaryKey, DeleteItemExpressionSpec conditionExpressions)DeleteItemOutcomeTable. deleteItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, DeleteItemExpressionSpec conditionExpressions)ItemTable. getItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, GetItemExpressionSpec projectionExpressions)GetItemOutcomeTable. getItemOutcome(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, GetItemExpressionSpec projectionExpressions)ItemCollection<QueryOutcome>Index. query(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryExpressionSpec queryExpressions)ItemCollection<QueryOutcome>Table. query(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryExpressionSpec queryExpressions)ItemCollection<ScanOutcome>Index. scan(ScanExpressionSpec xspec)ItemCollection<ScanOutcome>Table. scan(ScanExpressionSpec scanExpressions)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, UpdateItemExpressionSpec updateExpressions)UpdateItemOutcomeTable. 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 Beta Modifier and Type Method Description DeleteItemSpecDeleteItemSpec. withExpressionSpec(DeleteItemExpressionSpec xspec)Convenient method to specify expressions (and the associated name map and value map) viaDeleteItemExpressionSpec.GetItemSpecGetItemSpec. withExpressionSpec(GetItemExpressionSpec xspec)Convenient method to specify expressions (and the associated name map and value map) viaGetItemExpressionSpec.PutItemSpecPutItemSpec. withExpressionSpec(PutItemExpressionSpec xspec)Convenient method to specify expressions (and the associated name map and value map) viaPutItemExpressionSpec.QuerySpecQuerySpec. withExpressionSpec(QueryExpressionSpec xspec)Convenient method to specify expressions (and the associated name map and value map) viaQueryExpressionSpec.ScanSpecScanSpec. withExpressionSpec(ScanExpressionSpec xspec)Convenient method to specify expressions (and the associated name map and value map) viaScanExpressionSpec.UpdateItemSpecUpdateItemSpec. 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 Beta Modifier and Type Class Description classAddActionRepresents an ADD action in the ADD section of an update expression.classAndConditionRepresents an AND condition in a condition expression.classBA path operand that refers to a binary attribute in DynamoDB; used for building expressions.classBetweenConditionRepresents a BETWEEN condition in a condition expression.classBOOLA path operand that refers to a boolean attribute in DynamoDB; used for building expressions.classBSA path operand that refers to a binary set attribute in DynamoDB; used for building expressions.classComparatorConditionRepresents a Comparator condition in building condition expression.classConditionRepresents a condition for building condition expression.classDeleteActionRepresents a DELETE action in the DELETE section of an update expression.classDeleteItemExpressionSpecExpression specification for making DeleteItem request to Amazon DynamoDB.classExpressionSpecBuilderA 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.classFunctionConditionRepresents a Function condition in building condition expression.classFunctionOperandRepresents a function call in building expression.classGetItemExpressionSpecExpression specification for making GetItem request to Amazon DynamoDB.classIfNotExistsFunction<T>Represents an if_not_exists(path, operand) function in building expressions.classInConditionRepresents a IN condition in building condition expression.classLA path operand that refers to a list attribute in DynamoDB; used for building expressions.classListAppendFunctionRepresents the list_append(operand, operand) function in building expression.classMA path operand that refers to a map attribute in DynamoDB; used for building expressions.classMinusOperationRepresents a minus binary operation in building expressions that involve number attributes.classNA path operand that refers to a number attribute in DynamoDB; used for building expressions.classNegationConditionRepresents a negation condition in building condition expressions.classNSA path operand that refers to a number set attribute in DynamoDB; used for building expressions.classNULLA path operand that refers to a NULL attribute in DynamoDB; used for building expressions.classOperandRepresents an operand for building expressions.classOrConditionRepresents an OR condition in building condition expressions.classParenthesizedConditionAn explicitly parenthesized condition, ie '(' condition ')', used in building condition expressions.classPathOperandA path operand used in building DynamooDB expressions such as update expressions and condition (aka filter) expressions.classPlusOperationRepresents a plus binary operation in building expressions that involve number attributes.classPutItemExpressionSpecExpression specification for making PutItem request to Amazon DynamoDB.classQueryExpressionSpecExpression specification for making query request to Amazon DynamoDB.classRemoveActionRepresents a REMOVE action in the REMOVE section of an update expression.classSA path operand that refers to a string attribute in DynamoDB; used for building expressions.classScanExpressionSpecExpression specification for making scan request to Amazon DynamoDB.classSetActionRepresents a SET action in the SET section of an update expression.classSSA path operand that refers to a string set attribute in DynamoDB; used for building expressions.classUpdateActionRepresents an update action for building update expression.classUpdateItemExpressionSpecExpression specification for making UpdateItem request to Amazon DynamoDB.
-