A B C D E F G H I J K L M N O P Q R S T U V W _ 

A

AbstractSpecWithPrimaryKey<T extends AmazonWebServiceRequest> - Class in com.amazonaws.services.dynamodbv2.document.spec
Common base class for parameter specification that involves a primary key.
AbstractSpecWithPrimaryKey(T) - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
 
accumulateStats(ConsumedCapacity, Integer, Integer) - Method in class com.amazonaws.services.dynamodbv2.document.ItemCollection
 
add(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
add(int, T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
add(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns an AddAction for build expression that would add the given value mathematically to the existing attribute; or if the attribute does not already exist, add the new attribute and the value to the item.
AddAction - Class in com.amazonaws.services.dynamodbv2.xspec
Represents an ADD action in the ADD section of an update expression.
addAll(Collection<? extends T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
addAll(int, Collection<? extends T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
addAttributesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation.
addAttributesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request.
addAttributesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
A map of attribute values as they appeared before the UpdateItem operation.
addAttributeUpdate(AttributeUpdate) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
addAttributeUpdatesEntry(String, AttributeValueUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
addComponent(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.PrimaryKey
Add a key component to this primary key.
addComponents(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.PrimaryKey
Add one or multiple key components to this primary key.
addElements(Object...) - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
 
addExclusiveStartKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The primary key of the first item that this operation will evaluate.
addExclusiveStartKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The primary key of the first item that this operation will evaluate.
addExpectedEntry(String, ExpectedAttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
addExpectedEntry(String, ExpectedAttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
addExpectedEntry(String, ExpectedAttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
One or more substitution variables for simplifying complex expressions.
addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
One or more substitution variables for simplifying complex expressions.
addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
One or more substitution variables for simplifying complex expressions.
addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
One or more substitution tokens for attribute names in an expression.
addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
One or more substitution tokens for attribute names in an expression.
addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
One or more substitution tokens for attribute names in an expression.
addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
One or more substitution tokens for attribute names in an expression.
addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
One or more substitution tokens for attribute names in an expression.
addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
One or more substitution tokens for attribute names in an expression.
addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
One or more substitution tokens for attribute names in an expression.
addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
One or more values that can be substituted in an expression.
addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
One or more values that can be substituted in an expression.
addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
One or more values that can be substituted in an expression.
addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
One or more values that can be substituted in an expression.
addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
One or more values that can be substituted in an expression.
addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
One or more values that can be substituted in an expression.
addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
One or more values that can be substituted in an expression.
addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
One or more values that can be substituted in an expression.
addFilterCondition(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Adds a new filter condition to the current scan filter.
addGlobalSecondaryIndexesEntry(String, Capacity) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The amount of throughput consumed on each global index affected by the operation.
addHashAndRangePrimaryKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
Adds a primary key (that consists of a hash-key and a range-key) to be included in the batch get-item operation.
addHashAndRangePrimaryKeys(String, String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
Adds multiple hash-and-range primary keys to be included in the batch get-item operation.
addHashAndRangePrimaryKeysToDelete(String, String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Adds multiple hash-and-range primary keys to be deleted in a batch write operation.
addHashAndRangePrimaryKeyToDelete(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Adds a primary key (that consists of a hash-key and a range-key) to be deleted in a batch write operation.
addHashOnlyPrimaryKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
Adds a hash-only primary key to be included in the batch get-item operation.
addHashOnlyPrimaryKeys(String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
Adds multiple hash-only primary keys to be included in the batch get-item operation.
addHashOnlyPrimaryKeysToDelete(String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Adds multiple hash-only primary keys to be deleted in a batch write operation.
addHashOnlyPrimaryKeyToDelete(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Adds a hash-only primary key to be deleted in a batch write operation.
addItemCollectionKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
The hash key value of the item collection.
addItemCollectionMetricsEntry(String, List<ItemCollectionMetrics>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.
addItemEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
A map of attribute names to AttributeValue objects, as specified by AttributesToGet.
addItemEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A map of attribute name/value pairs, one for each attribute.
addItemEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem.
addItemToPut(Item) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Adds an item to be put to the current table in a batch write operation.
addKeyConditionsEntry(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
addKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.
addKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
A map of attribute name to attribute values, representing the primary key of the item to delete.
addKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
addKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
The primary key of the item to be updated.
addLastEvaluatedKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The primary key of the item where the operation stopped, inclusive of the previous result set.
addLastEvaluatedKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The primary key of the item where the operation stopped, inclusive of the previous result set.
addLocalSecondaryIndexesEntry(String, Capacity) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The amount of throughput consumed on each local index affected by the operation.
addMEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Map of attribute values.
addNumeric(Number) - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
 
addPrimaryKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
Adds a primary key to be included in the batch get-item operation.
addPrimaryKeyToDelete(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Adds a primary key to be deleted in a batch write-item operation.
addProjection(String) - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Fluent API to add the given attribute to the list of projection of a request.
addProjections(String...) - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Fluent API to add the given attributes to the list of projection of a request.
addQueryFilterEntry(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
addRequestItemsEntry(String, KeysAndAttributes) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table.
addRequestItemsEntry(String, List<WriteRequest>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest).
addResponsesEntry(String, List<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
A map of table name to a list of items.
addScanFilterEntry(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
addUnprocessedItemsEntry(String, List<WriteRequest>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
A map of tables and requests against those tables that were not processed.
addUnprocessedKeysEntry(String, KeysAndAttributes) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
A map of tables and their respective keys that were not processed with the current response.
addUpdate(UpdateAction) - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Fluent API to add the given Update expression for a request.
allResults - Variable in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
All currently loaded results for this list.
allResultsLoaded - Variable in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Tracks if all results have been loaded yet or not
AmazonDynamoDB - Interface in com.amazonaws.services.dynamodbv2
Interface for accessing AmazonDynamoDBv2.
AmazonDynamoDBAsync - Interface in com.amazonaws.services.dynamodbv2
Interface for accessing AmazonDynamoDBv2 asynchronously.
AmazonDynamoDBAsyncClient - Class in com.amazonaws.services.dynamodbv2
Asynchronous client for accessing AmazonDynamoDBv2.
AmazonDynamoDBAsyncClient() - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2.
AmazonDynamoDBAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2.
AmazonDynamoDBAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials.
AmazonDynamoDBAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials and executor service.
AmazonDynamoDBAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials, executor service, and client configuration options.
AmazonDynamoDBAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider.
AmazonDynamoDBAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider and executor service.
AmazonDynamoDBAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider and client configuration options.
AmazonDynamoDBAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonDynamoDBClient - Class in com.amazonaws.services.dynamodbv2
Client for accessing AmazonDynamoDBv2.
AmazonDynamoDBClient() - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2.
AmazonDynamoDBClient(ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2.
AmazonDynamoDBClient(AWSCredentials) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials.
AmazonDynamoDBClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials and client configuration options.
AmazonDynamoDBClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider.
AmazonDynamoDBClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider and client configuration options.
AmazonDynamoDBClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider, client configuration options and request metric collector.
and(Condition) - Method in class com.amazonaws.services.dynamodbv2.xspec.Condition
Returns a new condition based on the conjunction of the current condition and the given condition.
and(Condition) - Method in class com.amazonaws.services.dynamodbv2.xspec.OrCondition
 
AndCondition - Class in com.amazonaws.services.dynamodbv2.xspec
Represents an AND condition in a condition expression.
append(E) - Method in class com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList
Fluent method to add the specified element to this list.
append(Object) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
append(byte[]...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns an AddAction for build expression that would append the specified values to this binary set; or if the attribute does not already exist, add the new attribute and the value(s) to the item.
append(ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns an AddAction for build expression that would append the specified values to this binary set; or if the attribute does not already exist, add the new attribute and the value(s) to the item.
append(Number...) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns an AddAction for building expression that would append the specified values to this number set; or if the attribute does not already exist, adding the new attribute and the value(s) to the item.
append(Set<T>) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns an AddAction for building expression that would append the specified values to this number set; or if the attribute does not already exist, adding the new attribute and the value(s) to the item.
append(String...) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns an AddAction for building expression that would append the specified values to this string set; or if the attribute does not already exist, add the new attribute and the value(s) to the item.
append(Set<String>) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns an AddAction for building expression that would append the specified values to this string set; or if the attribute does not already exist, add the new attribute and the value(s) to the item.
appendAll(Collection<? extends E>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList
Fluent method to add the elements from the specified collection to this list.
appendAll(E...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList
Fluent method to add the elements to this list.
appendAll(Object...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
 
appendBinary(byte[]) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
appendBinarySet(Set<byte[]>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
appendBinarySet(byte[]...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given values to this list as a set of byte arrays.
appendBoolean(boolean) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
appendInt(int) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
appendList(List<?>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
appendList(Object...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given values to this list as a list.
appendLong(long) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
appendMap(Map<String, ?>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
appendNull() - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends a null value to this list.
appendNumber(BigDecimal) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
appendNumber(Number) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
appendNumberSet(Set<BigDecimal>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
appendNumberSet(BigDecimal...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list as a set of BigDecimals.
appendNumberSet(Number...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given values to this list as a number set.
appendString(String) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
appendStringSet(Set<String>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given value to this list.
appendStringSet(String...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueList
Appends the given values to this list as a string set.
ArgumentMarshaller - Interface in com.amazonaws.services.dynamodbv2.datamodeling
Interface to make it possible to cache the expensive type determination behavior.
ArgumentMarshaller.BinaryAttributeMarshaller - Interface in com.amazonaws.services.dynamodbv2.datamodeling
 
ArgumentMarshaller.BinarySetAttributeMarshaller - Interface in com.amazonaws.services.dynamodbv2.datamodeling
 
ArgumentMarshaller.BooleanAttributeMarshaller - Interface in com.amazonaws.services.dynamodbv2.datamodeling
 
ArgumentMarshaller.ListAttributeMarshaller - Interface in com.amazonaws.services.dynamodbv2.datamodeling
 
ArgumentMarshaller.MapAttributeMarshaller - Interface in com.amazonaws.services.dynamodbv2.datamodeling
 
ArgumentMarshaller.NumberAttributeMarshaller - Interface in com.amazonaws.services.dynamodbv2.datamodeling
 
ArgumentMarshaller.NumberSetAttributeMarshaller - Interface in com.amazonaws.services.dynamodbv2.datamodeling
 
ArgumentMarshaller.StringAttributeMarshaller - Interface in com.amazonaws.services.dynamodbv2.datamodeling
 
ArgumentMarshaller.StringSetAttributeMarshaller - Interface in com.amazonaws.services.dynamodbv2.datamodeling
 
ArgumentUnmarshaller - Interface in com.amazonaws.services.dynamodbv2.datamodeling
Unmarshaller interface to make it possible to cache the expensive type-determination behavior necessary when turning a service result back into an object.
asMap() - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns all attributes of the current item as a map.
atEndOfResults() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Returns whether we have reached the end of the result set.
atEndOfResults() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedParallelScanList
 
atEndOfResults() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedQueryList
 
atEndOfResults() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedScanList
 
Attribute - Class in com.amazonaws.services.dynamodbv2.document
A key/value pair.
Attribute(String, Object) - Constructor for class com.amazonaws.services.dynamodbv2.document.Attribute
 
attribute(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns a path operand that refers to an attribute of some unspecified data type; used for building expressions.
attribute_exists(PathOperand) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns a function condition (that evaluates to true if the attribute of the specified path operand exists) for building condition expression.
attribute_exists(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns a function condition (that evaluates to true if the attribute at the specified path exists) for building condition expression.
attribute_not_exists(PathOperand) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns a function condition (that evaluates to true if the attribute of the specified path operand does not exist) for building condition expression.
attribute_not_exists(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns a function condition (that evaluates to true if the attribute at the specified path does not exist) for building condition expression.
AttributeAction - Enum in com.amazonaws.services.dynamodbv2.model
Attribute Action
AttributeDefinition - Class in com.amazonaws.services.dynamodbv2.model
Represents an attribute for describing the key schema for the table and indexes.
AttributeDefinition() - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
Default constructor for a new AttributeDefinition object.
AttributeDefinition(String, String) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
Constructs a new AttributeDefinition object.
AttributeDefinition(String, ScalarAttributeType) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
Constructs a new AttributeDefinition object.
attributes() - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns all attributes of the current item.
AttributeTransformer - Interface in com.amazonaws.services.dynamodbv2.datamodeling
A hook allowing a custom transform/untransform of the raw attribute values immediately before writing them into DynamoDB and immediately after reading them out of DynamoDB, but with extra context about the model class not available at the raw AmazonDynamoDB level.
AttributeTransformer.Parameters<T> - Interface in com.amazonaws.services.dynamodbv2.datamodeling
Parameters for the transform and untransform methods, so we don't have to break the interface in order to add additional parameters.
AttributeTransformerChain - Class in com.amazonaws.services.dynamodbv2.datamodeling
A virtual AttributeTransformer that transforms and untransforms attributes by running them through a cascading series of child AttributeTransformer instances.
AttributeTransformerChain(AttributeTransformer...) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain
Creates a new transformer chain from the given array of transformers.
AttributeTransformerChain(List<AttributeTransformer>) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain
Creates a new transformer chain from the given list of transformers.
AttributeUpdate - Class in com.amazonaws.services.dynamodbv2.document
Used to update an attribute.
AttributeUpdate(String) - Constructor for class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
Used to update an attribute.
AttributeValue - Class in com.amazonaws.services.dynamodbv2.model
Represents the data for an attribute.
AttributeValue() - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValue
Default constructor for a new AttributeValue object.
AttributeValue(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValue
Constructs a new AttributeValue object.
AttributeValue(List<String>) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValue
Constructs a new AttributeValue object.
AttributeValueUpdate - Class in com.amazonaws.services.dynamodbv2.model
For the UpdateItem operation, represents the attributes to be modified, the action to perform on each, and the new value for each.
AttributeValueUpdate() - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Default constructor for a new AttributeValueUpdate object.
AttributeValueUpdate(AttributeValue, String) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Constructs a new AttributeValueUpdate object.
AttributeValueUpdate(AttributeValue, AttributeAction) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Constructs a new AttributeValueUpdate object.
awaitTableToBecomeActive(AmazonDynamoDB, String) - Static method in class com.amazonaws.services.dynamodbv2.util.Tables
Waits up to 10 minutes for a specified AWS DynamoDB table to move into the ACTIVE state.
awaitTableToBecomeActive(AmazonDynamoDB, String, int, int) - Static method in class com.amazonaws.services.dynamodbv2.util.Tables
Waits up to a specified amount of time for a specified AWS DynamoDB table to move into the ACTIVE state.

B

B - Class in com.amazonaws.services.dynamodbv2.xspec
A path operand that refers to a binary attribute in DynamoDB; used for building expressions.
B(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Creates a path operand that refers to a binary attribute for the purpose of building expressions.
base64Decode(String...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Utility method to decode the designated binary attributes from base-64 encoding; converting binary lists into binary sets.
batchDelete(List<? extends Object>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchDelete(Object...) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchGetItem(BatchGetItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
batchGetItem(Map<String, KeysAndAttributes>, String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
batchGetItem(Map<String, KeysAndAttributes>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
batchGetItem(BatchGetItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
batchGetItem(Map<String, KeysAndAttributes>, String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
batchGetItem(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
batchGetItem(ReturnConsumedCapacity, TableKeysAndAttributes...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.BatchGetItemApi
Used to perform a batch get-item operation from DynamoDB.
batchGetItem(TableKeysAndAttributes...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.BatchGetItemApi
Used to perform a batch get-item operation from DynamoDB.
batchGetItem(BatchGetItemSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.BatchGetItemApi
Used to perform a batch get-item operation from DynamoDB with full parameter specification.
batchGetItem(ReturnConsumedCapacity, TableKeysAndAttributes...) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
batchGetItem(TableKeysAndAttributes...) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
batchGetItem(BatchGetItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
BatchGetItemApi - Interface in com.amazonaws.services.dynamodbv2.document.api
DynamoDB BatchGetItem API that can be used to retrieve multiple items from multiple tables in one request/response by specifying one or multiple primary keys per table in the request.
batchGetItemAsync(BatchGetItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
batchGetItemAsync(BatchGetItemRequest, AsyncHandler<BatchGetItemRequest, BatchGetItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
batchGetItemAsync(BatchGetItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
batchGetItemAsync(BatchGetItemRequest, AsyncHandler<BatchGetItemRequest, BatchGetItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
BatchGetItemOutcome - Class in com.amazonaws.services.dynamodbv2.document
The outcome of a batch get-item operation from DynamoDB.
BatchGetItemOutcome(BatchGetItemResult) - Constructor for class com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome
 
BatchGetItemRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the BatchGetItem operation.
BatchGetItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
Default constructor for a new BatchGetItemRequest object.
BatchGetItemRequest(Map<String, KeysAndAttributes>) - Constructor for class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
Constructs a new BatchGetItemRequest object.
BatchGetItemRequest(Map<String, KeysAndAttributes>, String) - Constructor for class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
Constructs a new BatchGetItemRequest object.
BatchGetItemRequest(Map<String, KeysAndAttributes>, ReturnConsumedCapacity) - Constructor for class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
Constructs a new BatchGetItemRequest object.
BatchGetItemResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a BatchGetItem operation.
BatchGetItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
 
BatchGetItemSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
Full parameter specification for the BatchGetItem API.
BatchGetItemSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
 
batchGetItemUnprocessed(ReturnConsumedCapacity, Map<String, KeysAndAttributes>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.BatchGetItemApi
Used to perform a batch get-item for the unprocessed keys returned from a previous batch get-item operation.
batchGetItemUnprocessed(Map<String, KeysAndAttributes>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.BatchGetItemApi
Used to perform a batch get-item for the unprocessed keys returned from a previous batch get-item operation.
batchGetItemUnprocessed(ReturnConsumedCapacity, Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
batchGetItemUnprocessed(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
batchLoad(List<Object>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Retrieves multiple items from multiple tables using their primary keys.
batchLoad(List<Object>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Retrieves multiple items from multiple tables using their primary keys.
batchLoad(Map<Class<?>, List<KeyPair>>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Retrieves the attributes for multiple items from multiple tables using their primary keys.
batchLoad(Map<Class<?>, List<KeyPair>>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Retrieves multiple items from multiple tables using their primary keys.
batchSave(List<? extends Object>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Saves the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchSave(Object...) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Saves the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchWrite(List<? extends Object>, List<? extends Object>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Saves and deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchWrite(List<? extends Object>, List<? extends Object>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Saves and deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchWriteItem(BatchWriteItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The BatchWriteItem operation puts or deletes multiple items in one or more tables.
batchWriteItem(Map<String, List<WriteRequest>>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The BatchWriteItem operation puts or deletes multiple items in one or more tables.
batchWriteItem(BatchWriteItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The BatchWriteItem operation puts or deletes multiple items in one or more tables.
batchWriteItem(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The BatchWriteItem operation puts or deletes multiple items in one or more tables.
batchWriteItem(TableWriteItems...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.BatchWriteItemApi
Used to perform a batch write operation to DynamoDB.
batchWriteItem(BatchWriteItemSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.BatchWriteItemApi
Used to perform a batch write operation to DynamoDB with full parameter specification.
batchWriteItem(TableWriteItems...) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
batchWriteItem(BatchWriteItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
BatchWriteItemApi - Interface in com.amazonaws.services.dynamodbv2.document.api
DynamoDB BatchWriteItem API that can be used to put multiple items to and/or delete multiple items from multiple tables in a single request-response to/from DynamoDB.
batchWriteItemAsync(BatchWriteItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The BatchWriteItem operation puts or deletes multiple items in one or more tables.
batchWriteItemAsync(BatchWriteItemRequest, AsyncHandler<BatchWriteItemRequest, BatchWriteItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The BatchWriteItem operation puts or deletes multiple items in one or more tables.
batchWriteItemAsync(BatchWriteItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The BatchWriteItem operation puts or deletes multiple items in one or more tables.
batchWriteItemAsync(BatchWriteItemRequest, AsyncHandler<BatchWriteItemRequest, BatchWriteItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The BatchWriteItem operation puts or deletes multiple items in one or more tables.
BatchWriteItemOutcome - Class in com.amazonaws.services.dynamodbv2.document
The outcome of a batch write-item operation from DynamoDB.
BatchWriteItemOutcome(BatchWriteItemResult) - Constructor for class com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome
 
BatchWriteItemRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the BatchWriteItem operation.
BatchWriteItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
Default constructor for a new BatchWriteItemRequest object.
BatchWriteItemRequest(Map<String, List<WriteRequest>>) - Constructor for class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
Constructs a new BatchWriteItemRequest object.
BatchWriteItemResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a BatchWriteItem operation.
BatchWriteItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
 
BatchWriteItemSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
Full parameter specification for the BatchWriteItem API.
BatchWriteItemSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
 
batchWriteItemUnprocessed(Map<String, List<WriteRequest>>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.BatchWriteItemApi
Used to perform a batch write operation for the unprocessed items returned from a previous batch write operation.
batchWriteItemUnprocessed(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
beginsWith(String) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
Creates and returns a condition of the range key with a value that begins with the given value.
beginsWith(String) - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
Creates and returns a condition of the range key with a value that begins with the given value.
beginsWith(String) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns a function condition (that evaluates to true if the value of the current attribute begins with the specified operand) for building condition expression.
between(Object, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
Creates and returns a condition of the range key that has a value between the given values.
between(Object, Object) - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
Creates and returns a condition of the range key that has a value between the given values.
between(Number, Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a BetweenCondition that represents a BETWEEN comparison (that evaluates to true if the value of the current attribute is greater than or equal to the given low value, and less than or equal to the given high value) for building condition expression.
BetweenCondition - Class in com.amazonaws.services.dynamodbv2.xspec
Represents a BETWEEN condition in a condition expression.
BigDecimalSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java BigDecimals.
BigDecimalUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java BigDecimals.
BigIntegerSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java BigIntegers.
BigIntegerUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java BigIntegers.
BOOL - Class in com.amazonaws.services.dynamodbv2.xspec
A path operand that refers to a boolean attribute in DynamoDB; used for building expressions.
BOOL(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Creates a path operand that refers to a boolean attribute for the purpose of building expressions.
BooleanSetToNumberSetMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A legacy marshaller that marshals sets of Java Booleans into DynamoDB NumberSets, representing true as '1' and false as '0'.
BooleanSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
A special unmarshaller for Set<Boolean>, which the V1 schema stores as an NS using 0/1 for true/false.
BooleanToBooleanMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals Java Boolean objects to Dynamodb-native BOOL attribute values.
BooleanToNumberMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A legacy marshaller that marshals Java Booleans into DynamoDB Numbers, representing true as '1' and false as '0'.
BooleanUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Bools (or Numbers) into Java Booleans.
BS - Class in com.amazonaws.services.dynamodbv2.xspec
A path operand that refers to a binary set attribute in DynamoDB; used for building expressions.
BS(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Creates a path operand that refers to a binary-set attribute for the purpose of building expressions.
build() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
Builds a new DynamoDBMapperConfig object.
buildForDeleteItem() - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an expression specification for use in a DeleteItem request to DynamoDB.
buildForGetItem() - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an expression specification for use in a GetItem request to DynamoDB.
buildForPut() - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an expression specification for use in a PutItem request to DynamoDB.
buildForQuery() - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an expression specification for use in a query request to DynamoDB.
buildForScan() - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an expression specification for use in a scan request to DynamoDB.
buildForUpdate() - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an expression specification for use in an UpdateItem request to DynamoDB.
ByteArraySetToBinarySetMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals sets of Java byte[]s into DynamoDB BinarySet attributes.
ByteArraySetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals BinarySet values as sets of Java byte[]s.
ByteArrayToBinaryMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals Java byte[]s into DynamoDB Binary attributes.
ByteArrayUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals Binary values as Java byte[]s.
ByteBufferSetToBinarySetMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals sets of Java ByteBuffers into DynamoDB BinarySet attributes.
ByteBufferSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals BinarySet values as sets of Java ByteBuffers.
ByteBufferToBinaryMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals Java ByteBuffers into DynamoDB Binary attributes.
ByteBufferUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals Binary values as Java ByteBuffers.
ByteSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java Bytes.
ByteUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java Bytes.

C

CalendarSetToStringSetMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals sets of Java Calendar objects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).
CalendarSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals sets of ISO-8601-formatted dates as sets of Java Calendar objects.
CalendarToStringMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals Java Calendar objects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").
CalendarUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals ISO-8601-formatted dates as Java Calendar objects.
Capacity - Class in com.amazonaws.services.dynamodbv2.model
Represents the amount of provisioned throughput capacity consumed on a table or an index.
Capacity() - Constructor for class com.amazonaws.services.dynamodbv2.model.Capacity
 
clazz - Variable in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
 
clazz - Variable in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
The class annotated with DynamoDB tags declaring how to load/store objects into DynamoDB
clear() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
clearAttributesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
Removes all the entries added into Attributes.
clearAttributesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
Removes all the entries added into Attributes.
clearAttributesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
Removes all the entries added into Attributes.
clearAttributeUpdate() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
clearAttributeUpdatesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Removes all the entries added into AttributeUpdates.
clearExclusiveStartKeyEntries() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
Removes all the entries added into ExclusiveStartKey.
clearExclusiveStartKeyEntries() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
Removes all the entries added into ExclusiveStartKey.
clearExpectedEntries() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Removes all the entries added into Expected.
clearExpectedEntries() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Removes all the entries added into Expected.
clearExpectedEntries() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Removes all the entries added into Expected.
clearExpressionAttributeNamesEntries() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeNamesEntries() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeNamesEntries() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeNamesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeNamesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeNamesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeNamesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeNamesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeNamesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeNamesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeValuesEntries() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
Removes all the entries added into ExpressionAttributeValues.
clearExpressionAttributeValuesEntries() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Removes all the entries added into ExpressionAttributeValues.
clearExpressionAttributeValuesEntries() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Removes all the entries added into ExpressionAttributeValues.
clearExpressionAttributeValuesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Removes all the entries added into ExpressionAttributeValues.
clearExpressionAttributeValuesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Removes all the entries added into ExpressionAttributeValues.
clearExpressionAttributeValuesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
Removes all the entries added into ExpressionAttributeValues.
clearExpressionAttributeValuesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
Removes all the entries added into ExpressionAttributeValues.
clearExpressionAttributeValuesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Removes all the entries added into ExpressionAttributeValues.
clearGlobalSecondaryIndexesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
Removes all the entries added into GlobalSecondaryIndexes.
clearItemCollectionKeyEntries() - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
Removes all the entries added into ItemCollectionKey.
clearItemCollectionMetricsEntries() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
Removes all the entries added into ItemCollectionMetrics.
clearItemEntries() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
Removes all the entries added into Item.
clearItemEntries() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Removes all the entries added into Item.
clearItemEntries() - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
Removes all the entries added into Item.
clearKeyConditionsEntries() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
Removes all the entries added into KeyConditions.
clearKeyEntries() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Removes all the entries added into Key.
clearKeyEntries() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
Removes all the entries added into Key.
clearKeyEntries() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
Removes all the entries added into Key.
clearKeyEntries() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Removes all the entries added into Key.
clearLastEvaluatedKeyEntries() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
Removes all the entries added into LastEvaluatedKey.
clearLastEvaluatedKeyEntries() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
Removes all the entries added into LastEvaluatedKey.
clearLocalSecondaryIndexesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
Removes all the entries added into LocalSecondaryIndexes.
clearMEntries() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
Removes all the entries added into M.
clearQueryFilterEntries() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
Removes all the entries added into QueryFilter.
clearRequestItemsEntries() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
Removes all the entries added into RequestItems.
clearRequestItemsEntries() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
Removes all the entries added into RequestItems.
clearResponsesEntries() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
Removes all the entries added into Responses.
clearScanFilterEntries() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
Removes all the entries added into ScanFilter.
clearUnprocessedItemsEntries() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
Removes all the entries added into UnprocessedItems.
clearUnprocessedKeysEntries() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
Removes all the entries added into UnprocessedKeys.
clone() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.Condition
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.Projection
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
 
clone() - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
 
clone() - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
 
CollectionToListMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
 
CollectionToListMarshaller(ArgumentMarshaller) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CollectionToListMarshaller
 
com.amazonaws.auth.policy.actions - package com.amazonaws.auth.policy.actions
 
com.amazonaws.services.dynamodbv2 - package com.amazonaws.services.dynamodbv2
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
com.amazonaws.services.dynamodbv2.datamodeling - package com.amazonaws.services.dynamodbv2.datamodeling
 
com.amazonaws.services.dynamodbv2.datamodeling.marshallers - package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Standard implementations of ArgumentMarshaller.
com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers - package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
Standard implementations of ArgumentUnmarshaller.
com.amazonaws.services.dynamodbv2.document - package com.amazonaws.services.dynamodbv2.document
 
com.amazonaws.services.dynamodbv2.document.api - package com.amazonaws.services.dynamodbv2.document.api
 
com.amazonaws.services.dynamodbv2.document.spec - package com.amazonaws.services.dynamodbv2.document.spec
 
com.amazonaws.services.dynamodbv2.document.utils - package com.amazonaws.services.dynamodbv2.document.utils
 
com.amazonaws.services.dynamodbv2.metrics - package com.amazonaws.services.dynamodbv2.metrics
 
com.amazonaws.services.dynamodbv2.model - package com.amazonaws.services.dynamodbv2.model
Classes modeling the various types represented by AmazonDynamoDBv2.
com.amazonaws.services.dynamodbv2.util - package com.amazonaws.services.dynamodbv2.util
 
com.amazonaws.services.dynamodbv2.xspec - package 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.
ComparatorCondition - Class in com.amazonaws.services.dynamodbv2.xspec
Represents a Comparator condition in building condition expression.
ComparisonOperator - Enum in com.amazonaws.services.dynamodbv2.model
Comparison Operator
Condition - Class in com.amazonaws.services.dynamodbv2.model
Represents the selection criteria for a Query or Scan operation:
Condition() - Constructor for class com.amazonaws.services.dynamodbv2.model.Condition
Default constructor for a new Condition object.
Condition - Class in com.amazonaws.services.dynamodbv2.xspec
Represents a condition for building condition expression.
Condition() - Constructor for class com.amazonaws.services.dynamodbv2.xspec.Condition
 
ConditionalCheckFailedException - Exception in com.amazonaws.services.dynamodbv2.model
A condition specified in the operation could not be evaluated.
ConditionalCheckFailedException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.ConditionalCheckFailedException
Constructs a new ConditionalCheckFailedException with the specified error message.
ConditionalOperator - Enum in com.amazonaws.services.dynamodbv2.model
Conditional Operator
ConsumedCapacity - Class in com.amazonaws.services.dynamodbv2.model
The capacity units consumed by an operation.
ConsumedCapacity() - Constructor for class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
 
contains(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Returns whether the collection contains the given element.
contains(Object) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
 
contains(byte[]) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns an FunctionCondition object which represents an contains(path, operand) function condition where path refers to that of the current path operand; used for building expressions.
contains(ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns an FunctionCondition object which represents an contains(path, operand) function condition where path refers to that of the current path operand; used for building expressions.
contains(Object) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
 
contains(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns an FunctionCondition object which represents an contains(path, operand) function condition where path refers to that of the current path operand; used for building expressions.
contains(String) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns a function condition (that evaluates to true if the value of the current attribute contains the specified substring) for building condition expression.
contains(String) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns an FunctionCondition object which represents an contains(path, operand) function condition where path refers to that of the current path operand; used for building expressions.
containsAll(Collection<?>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
ConversionSchema - Interface in com.amazonaws.services.dynamodbv2.datamodeling
A strategy for mapping between Java types and DynamoDB types.
ConversionSchema.Dependencies - Class in com.amazonaws.services.dynamodbv2.datamodeling
Dependency injection for the ItemConverters that this ConversionSchema generates.
ConversionSchema.Dependencies() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema.Dependencies
 
ConversionSchemas - Class in com.amazonaws.services.dynamodbv2.datamodeling
Pre-defined strategies for mapping between Java types and DynamoDB types.
convert(Method, Object) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter
Converts a Java object into a DynamoDB AttributeValue.
convert(Object) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter
Converts an appropriately-annotated POJO into a Map of AttributeValues.
convertListsToSets(String...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Utility method to converts the designated attributes from List into Set, throwing IllegalArgumentException should there be duplicate elements.
count(Class<?>, DynamoDBScanExpression) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Evaluates the specified scan expression and returns the count of matching items, without returning any of the actual item data, using the default configuration.
count(Class<?>, DynamoDBScanExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Evaluates the specified scan expression and returns the count of matching items, without returning any of the actual item data.
count(Class<T>, DynamoDBQueryExpression<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Evaluates the specified query expression and returns the count of matching items, without returning any of the actual item data, using the default configuration.
count(Class<T>, DynamoDBQueryExpression<T>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Evaluates the specified query expression and returns the count of matching items, without returning any of the actual item data.
CreateGlobalSecondaryIndexAction - Class in com.amazonaws.services.dynamodbv2.model
Represents a new global secondary index to be added to an existing table.
CreateGlobalSecondaryIndexAction() - Constructor for class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
 
createGSI(CreateGlobalSecondaryIndexAction, AttributeDefinition) - Method in class com.amazonaws.services.dynamodbv2.document.Table
Creates a global secondary index (GSI) with only a hash key on this table.
createGSI(CreateGlobalSecondaryIndexAction, AttributeDefinition, AttributeDefinition) - Method in class com.amazonaws.services.dynamodbv2.document.Table
Creates a global secondary index (GSI) with both a hash key and a range key on this table.
createS3Link(String, String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Creates an S3Link with the specified bucket name and key using the default S3 region.
createS3Link(Region, String, String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Creates an S3Link with the specified region, bucket name and key.
createTable(CreateTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The CreateTable operation adds a new table to your account.
createTable(List<AttributeDefinition>, String, List<KeySchemaElement>, ProvisionedThroughput) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The CreateTable operation adds a new table to your account.
createTable(CreateTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The CreateTable operation adds a new table to your account.
createTable(List<AttributeDefinition>, String, List<KeySchemaElement>, ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The CreateTable operation adds a new table to your account.
createTable(CreateTableRequest) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
Creates the specified table in DynamoDB.
createTable(String, List<KeySchemaElement>, List<AttributeDefinition>, ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
Creates the specified table in DynamoDB.
createTableAsync(CreateTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The CreateTable operation adds a new table to your account.
createTableAsync(CreateTableRequest, AsyncHandler<CreateTableRequest, CreateTableResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The CreateTable operation adds a new table to your account.
createTableAsync(CreateTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The CreateTable operation adds a new table to your account.
createTableAsync(CreateTableRequest, AsyncHandler<CreateTableRequest, CreateTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The CreateTable operation adds a new table to your account.
CreateTableRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the CreateTable operation.
CreateTableRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Default constructor for a new CreateTableRequest object.
CreateTableRequest(String, List<KeySchemaElement>) - Constructor for class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Constructs a new CreateTableRequest object.
CreateTableRequest(List<AttributeDefinition>, String, List<KeySchemaElement>, ProvisionedThroughput) - Constructor for class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Constructs a new CreateTableRequest object.
CreateTableResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a CreateTable operation.
CreateTableResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.CreateTableResult
 
CustomMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that delegates to an instance of a DynamoDBMarshalling-derived custom marshaler.
CustomMarshaller(Class<? extends DynamoDBMarshaller<?>>) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CustomMarshaller
 
CustomUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that delegates to an instance of a DynamoDBMarshaller-derived custom marshaler.
CustomUnmarshaller(Class<?>, Class<? extends DynamoDBMarshaller<?>>) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CustomUnmarshaller
 

D

DateSetToStringSetMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals sets of Java Date objects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).
DateSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals sets of ISO-8601-formatted dates as sets of Java Date objects.
DateToStringMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals Java Date objects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").
DateUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals ISO-8601-formatted dates as Java Date objects.
DEFAULT - Static variable in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Default configuration uses UPDATE behavior for saves and EVENTUALly consistent reads, with no table name override and lazy-loading strategy.
delete(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Deletes the given object from its DynamoDB table using the default configuration.
delete(Object, DynamoDBDeleteExpression) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Deletes the given object from its DynamoDB table using the specified deleteExpression and default configuration.
delete(Object, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Deletes the given object from its DynamoDB table using the specified configuration.
delete(T, DynamoDBDeleteExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Deletes the given object from its DynamoDB table using the provided deleteExpression and provided configuration.
delete() - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
 
delete() - Method in class com.amazonaws.services.dynamodbv2.document.Table
Deletes the table from DynamoDB.
delete(Object) - Method in class com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList
Fluent method to remove the specified element from this list.
delete(Object) - Method in class com.amazonaws.services.dynamodbv2.document.utils.FluentHashMap
Fluent method to remove the specified key from this map.
delete(Object) - Method in class com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
Fluent method to remove the specified element from this set.
delete(byte[]...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a DeleteAction for deleting the specified values from this binary set.
delete(ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a DeleteAction for deleting the specified values from this binary set.
delete(Number...) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns a DeleteAction for deleting the specified values from this number set.
delete(Set<T>) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns a DeleteAction for deleting the specified values from this number set.
delete(String...) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns a DeleteAction for deleting the specified values from this string set.
delete(Set<String>) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns a DeleteAction for deleting the specified values from this string set.
DeleteAction - Class in com.amazonaws.services.dynamodbv2.xspec
Represents a DELETE action in the DELETE section of an update expression.
DeleteGlobalSecondaryIndexAction - Class in com.amazonaws.services.dynamodbv2.model
Represents a global secondary index to be deleted from an existing table.
DeleteGlobalSecondaryIndexAction() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
 
deleteGSI() - Method in class com.amazonaws.services.dynamodbv2.document.Index
Deletes this global secondary index (GSI) from the DynamoDB table.
deleteItem(DeleteItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Deletes a single item in a table by primary key.
deleteItem(String, Map<String, AttributeValue>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Deletes a single item in a table by primary key.
deleteItem(String, Map<String, AttributeValue>, String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Deletes a single item in a table by primary key.
deleteItem(DeleteItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Deletes a single item in a table by primary key.
deleteItem(String, Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Deletes a single item in a table by primary key.
deleteItem(String, Map<String, AttributeValue>, String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Deletes a single item in a table by primary key.
deleteItem(KeyAttribute...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi
Deletes an item by primary key.
deleteItem(PrimaryKey) - Method in interface com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi
Deletes an item by primary key.
deleteItem(String, Object) - Method in interface com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi
Deletes an item by hash-only primary key.
deleteItem(String, Object, String, Object) - Method in interface com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi
Deletes an item by hash key-and-range primary key.
deleteItem(PrimaryKey, Expected...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi
Conditional delete with the specified primary key and expected conditions.
deleteItem(String, Object, Expected...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi
Conditional delete with the specified hash-only primary key and expected conditions.
deleteItem(String, Object, String, Object, Expected...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi
Conditional delete with the specified hash-and-range primary key and expected conditions.
deleteItem(PrimaryKey, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi
Conditional delete with the specified primary key and condition expression.
deleteItem(String, Object, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi
Conditional delete with the specified hash-only primary key and condition expression.
deleteItem(String, Object, String, Object, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi
Conditional delete with the specified hash-and-range primary key and condition expression.
deleteItem(DeleteItemSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi
Deletes an item by specifying all the details.
deleteItem(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
deleteItem(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
deleteItem(PrimaryKey, Expected...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
deleteItem(PrimaryKey, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
deleteItem(PrimaryKey, DeleteItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
deleteItem(DeleteItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
deleteItem(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
deleteItem(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
deleteItem(String, Object, Expected...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
deleteItem(String, Object, String, Object, Expected...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
deleteItem(String, Object, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
deleteItem(String, Object, String, Object, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
deleteItem(String, Object, String, Object, DeleteItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
DeleteItemApi - Interface in com.amazonaws.services.dynamodbv2.document.api
A Table-centric DeleteItem API.
deleteItemAsync(DeleteItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Deletes a single item in a table by primary key.
deleteItemAsync(DeleteItemRequest, AsyncHandler<DeleteItemRequest, DeleteItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Deletes a single item in a table by primary key.
deleteItemAsync(DeleteItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Deletes a single item in a table by primary key.
deleteItemAsync(DeleteItemRequest, AsyncHandler<DeleteItemRequest, DeleteItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Deletes a single item in a table by primary key.
DeleteItemExpressionSpec - Class in com.amazonaws.services.dynamodbv2.xspec
Expression specification for making DeleteItem request to Amazon DynamoDB.
DeleteItemOutcome - Class in com.amazonaws.services.dynamodbv2.document
The outcome of deleting an item from a DynamoDB table.
DeleteItemOutcome(DeleteItemResult) - Constructor for class com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome
 
DeleteItemRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the DeleteItem operation.
DeleteItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Default constructor for a new DeleteItemRequest object.
DeleteItemRequest(String, Map<String, AttributeValue>) - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Constructs a new DeleteItemRequest object.
DeleteItemRequest(String, Map<String, AttributeValue>, String) - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Constructs a new DeleteItemRequest object.
DeleteItemRequest(String, Map<String, AttributeValue>, ReturnValue) - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Constructs a new DeleteItemRequest object.
DeleteItemResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a DeleteItem operation.
DeleteItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
 
DeleteItemSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
Full parameter specification for the DeleteItem API.
DeleteItemSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
DeleteRequest - Class in com.amazonaws.services.dynamodbv2.model
Represents a request to perform a DeleteItem operation on an item.
DeleteRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteRequest
Default constructor for a new DeleteRequest object.
DeleteRequest(Map<String, AttributeValue>) - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteRequest
Constructs a new DeleteRequest object.
deleteTable(DeleteTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The DeleteTable operation deletes a table and all of its items.
deleteTable(String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The DeleteTable operation deletes a table and all of its items.
deleteTable(DeleteTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The DeleteTable operation deletes a table and all of its items.
deleteTable(String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The DeleteTable operation deletes a table and all of its items.
deleteTableAsync(DeleteTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The DeleteTable operation deletes a table and all of its items.
deleteTableAsync(DeleteTableRequest, AsyncHandler<DeleteTableRequest, DeleteTableResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The DeleteTable operation deletes a table and all of its items.
deleteTableAsync(DeleteTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The DeleteTable operation deletes a table and all of its items.
deleteTableAsync(DeleteTableRequest, AsyncHandler<DeleteTableRequest, DeleteTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The DeleteTable operation deletes a table and all of its items.
DeleteTableRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the DeleteTable operation.
DeleteTableRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
Default constructor for a new DeleteTableRequest object.
DeleteTableRequest(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
Constructs a new DeleteTableRequest object.
DeleteTableResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a DeleteTable operation.
DeleteTableResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
 
describe() - Method in class com.amazonaws.services.dynamodbv2.document.Table
Retrieves the table description from DynamoDB.
describeTable(DescribeTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
describeTable(String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
describeTable(DescribeTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
describeTable(String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
describeTableAsync(DescribeTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
describeTableAsync(DescribeTableRequest, AsyncHandler<DescribeTableRequest, DescribeTableResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
describeTableAsync(DescribeTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
describeTableAsync(DescribeTableRequest, AsyncHandler<DescribeTableRequest, DescribeTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
DescribeTableRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the DescribeTable operation.
DescribeTableRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
Default constructor for a new DescribeTableRequest object.
DescribeTableRequest(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
Constructs a new DescribeTableRequest object.
DescribeTableResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a DescribeTable operation.
DescribeTableResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
 
doesTableExist(AmazonDynamoDB, String) - Static method in class com.amazonaws.services.dynamodbv2.util.Tables
Checks if a specified table exists and is in ACTIVE state.
doPutItem() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Save the item using a PutItem request.
DoubleSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java Doubles.
DoubleUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java Doubles.
doUpdateItem() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Save the item using a UpdateItem request.
downloadTo(File) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Convenient method to synchronously download to the specified file from the S3 object represented by this S3Link.
downloadTo(File, RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Same as S3Link.downloadTo(File) but allows specifying a request metric collector.
downloadTo(OutputStream) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Downloads the data from the object represented by this S3Link to the specified output stream.
downloadTo(OutputStream, RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Same as S3Link.downloadTo(OutputStream) but allows specifying a request metric collector.
dynamo - Variable in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
The client for working with DynamoDB
DynamoDB - Class in com.amazonaws.services.dynamodbv2.document
DynamoDB Document API.
DynamoDB(AmazonDynamoDB) - Constructor for class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
DynamoDB(Regions) - Constructor for class com.amazonaws.services.dynamodbv2.document.DynamoDB
Create a DynamoDB object that talks to the specified AWS region.
DynamoDBAttribute - Annotation Type in com.amazonaws.services.dynamodbv2.datamodeling
Interface for marking a class property as an attribute in a DynamoDB table.
DynamoDBAutoGeneratedKey - Annotation Type in com.amazonaws.services.dynamodbv2.datamodeling
Annotation for marking a hash key or range key property in a class to auto-generate this key.
DynamoDBDeleteExpression - Class in com.amazonaws.services.dynamodbv2.datamodeling
Enables adding options to a delete operation.
DynamoDBDeleteExpression() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
 
DynamoDBDocument - Annotation Type in com.amazonaws.services.dynamodbv2.datamodeling
An annotation that marks a class which can be serialized to a DynamoDB document or sub-document.
DynamoDBHashKey - Annotation Type in com.amazonaws.services.dynamodbv2.datamodeling
Annotation for marking a property as the hash key for a modeled class.
DynamoDBIgnore - Annotation Type in com.amazonaws.services.dynamodbv2.datamodeling
Annotation for marking a class property as non-modeled.
DynamoDBIndexHashKey - Annotation Type in com.amazonaws.services.dynamodbv2.datamodeling
Annotation for marking a property in a class as the attribute to be used as the hash key for one or more global secondary indexes on a DynamoDB table.
DynamoDBIndexRangeKey - Annotation Type in com.amazonaws.services.dynamodbv2.datamodeling
Annotation for marking a property in a class as the attribute to be used as range key for one or more local secondary indexes on a DynamoDB table.
DynamoDBMapper - Class in com.amazonaws.services.dynamodbv2.datamodeling
Object mapper for domain-object interaction with DynamoDB.
DynamoDBMapper(AmazonDynamoDB) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Constructs a new mapper with the service object given, using the default configuration.
DynamoDBMapper(AmazonDynamoDB, DynamoDBMapperConfig) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Constructs a new mapper with the service object and configuration given.
DynamoDBMapper(AmazonDynamoDB, AWSCredentialsProvider) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Constructs a new mapper with the service object and S3 client cache given, using the default configuration.
DynamoDBMapper(AmazonDynamoDB, DynamoDBMapperConfig, AttributeTransformer) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Constructs a new mapper with the given service object, configuration, and transform hook.
DynamoDBMapper(AmazonDynamoDB, DynamoDBMapperConfig, AWSCredentialsProvider) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Constructs a new mapper with the service object, configuration, and S3 client cache given.
DynamoDBMapper(AmazonDynamoDB, DynamoDBMapperConfig, AttributeTransformer, AWSCredentialsProvider) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Constructor with all parameters.
DynamoDBMapper.FailedBatch - Class in com.amazonaws.services.dynamodbv2.datamodeling
The return type of batchWrite, batchDelete and batchSave.
DynamoDBMapper.FailedBatch() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
 
DynamoDBMapper.SaveObjectHandler - Class in com.amazonaws.services.dynamodbv2.datamodeling
The handler for saving object using DynamoDBMapper.
DynamoDBMapper.SaveObjectHandler(Class<?>, Object, String, DynamoDBMapperConfig, ItemConverter, DynamoDBSaveExpression) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Constructs a handler for saving the specified model object.
DynamoDBMapperConfig - Class in com.amazonaws.services.dynamodbv2.datamodeling
Immutable configuration object for service call behavior.
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior, DynamoDBMapperConfig.ConsistentReads, DynamoDBMapperConfig.TableNameOverride) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Deprecated.
in favor of the fluent DynamoDBMapperConfig.Builder
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior, DynamoDBMapperConfig.ConsistentReads, DynamoDBMapperConfig.TableNameOverride, DynamoDBMapperConfig.PaginationLoadingStrategy) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Deprecated.
in favor of the fluent Builder
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior, DynamoDBMapperConfig.ConsistentReads, DynamoDBMapperConfig.TableNameOverride, DynamoDBMapperConfig.PaginationLoadingStrategy, RequestMetricCollector) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Deprecated.
in favor of the fluent Builder
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Constructs a new configuration object with the save behavior given.
DynamoDBMapperConfig(DynamoDBMapperConfig.ConsistentReads) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Constructs a new configuration object with the consistent read behavior given.
DynamoDBMapperConfig(DynamoDBMapperConfig.TableNameOverride) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Constructs a new configuration object with the table name override given.
DynamoDBMapperConfig(DynamoDBMapperConfig.TableNameResolver) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Constructs a new configuration object with the table name resolver strategy given.
DynamoDBMapperConfig(DynamoDBMapperConfig.ObjectTableNameResolver) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Constructs a new configuration object with the object table name resolver strategy given.
DynamoDBMapperConfig(DynamoDBMapperConfig.TableNameResolver, DynamoDBMapperConfig.ObjectTableNameResolver) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Constructs a new configuration object with the table name resolver strategies given.
DynamoDBMapperConfig(DynamoDBMapperConfig.PaginationLoadingStrategy) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Constructs a new configuration object with the pagination loading strategy given.
DynamoDBMapperConfig(ConversionSchema) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Constructs a new configuration object with the conversion schema given.
DynamoDBMapperConfig(DynamoDBMapperConfig, DynamoDBMapperConfig) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Constructs a new configuration object from two others: a set of defaults and a set of overrides.
DynamoDBMapperConfig.BatchWriteRetryStrategy - Interface in com.amazonaws.services.dynamodbv2.datamodeling
DynamoDBMapper#batchWrite takes arbitrary number of save/delete requests and breaks them into smaller chunks that can be accepted by the service API.
DynamoDBMapperConfig.Builder - Class in com.amazonaws.services.dynamodbv2.datamodeling
A fluent builder for DynamoDBMapperConfig objects.
DynamoDBMapperConfig.Builder() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
Creates a new builder initialized with the DynamoDBMapperConfig.DEFAULT values.
DynamoDBMapperConfig.ConsistentReads - Enum in com.amazonaws.services.dynamodbv2.datamodeling
Enumeration of consistent read behavior.
DynamoDBMapperConfig.DefaultBatchWriteRetryStrategy - Class in com.amazonaws.services.dynamodbv2.datamodeling
The default BatchWriteRetryStrategy which always retries on UnprocessedItem up to a maximum number of times and use exponential backoff with random scale factor.
DynamoDBMapperConfig.DefaultBatchWriteRetryStrategy() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.DefaultBatchWriteRetryStrategy
Keep retrying until success, with default backoff.
DynamoDBMapperConfig.DefaultBatchWriteRetryStrategy(int) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.DefaultBatchWriteRetryStrategy
 
DynamoDBMapperConfig.DefaultTableNameResolver - Class in com.amazonaws.services.dynamodbv2.datamodeling
Default implementation of DynamoDBMapperConfig.TableNameResolver that mimics the behavior of DynamoDBMapper before the addition of DynamoDBMapperConfig.TableNameResolver.
DynamoDBMapperConfig.DefaultTableNameResolver() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.DefaultTableNameResolver
 
DynamoDBMapperConfig.ObjectTableNameResolver - Interface in com.amazonaws.services.dynamodbv2.datamodeling
Interface for a strategy used to determine the table name of an object based on it's class.
DynamoDBMapperConfig.PaginationLoadingStrategy - Enum in com.amazonaws.services.dynamodbv2.datamodeling
Enumeration of pagination loading strategy.
DynamoDBMapperConfig.SaveBehavior - Enum in com.amazonaws.services.dynamodbv2.datamodeling
Enumeration of behaviors for the save operation.
DynamoDBMapperConfig.TableNameOverride - Class in com.amazonaws.services.dynamodbv2.datamodeling
Allows overriding the table name declared on a domain class by the DynamoDBTable annotation.
DynamoDBMapperConfig.TableNameOverride(String) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameOverride
 
DynamoDBMapperConfig.TableNameResolver - Interface in com.amazonaws.services.dynamodbv2.datamodeling
Interface for a strategy used to determine the table name of an object based on it's class.
DynamoDBMapperFieldModel - Class in com.amazonaws.services.dynamodbv2.datamodeling
 
DynamoDBMapperFieldModel(String, DynamoDBMapperFieldModel.DynamoDBAttributeType, ArgumentMarshaller) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
 
DynamoDBMapperFieldModel.DynamoDBAttributeType - Enum in com.amazonaws.services.dynamodbv2.datamodeling
 
DynamoDBMappingException - Exception in com.amazonaws.services.dynamodbv2.datamodeling
Generic exception for problems occuring when mapping DynamoDB items to Java objects or vice versa.
DynamoDBMappingException() - Constructor for exception com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingException
 
DynamoDBMappingException(String, Throwable) - Constructor for exception com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingException
 
DynamoDBMappingException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingException
 
DynamoDBMappingException(Throwable) - Constructor for exception com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingException
 
DynamoDBMarshaller<T> - Interface in com.amazonaws.services.dynamodbv2.datamodeling
Marshaller interface for storing complex types in DynamoDB as Strings.
DynamoDBMarshalling - Annotation Type in com.amazonaws.services.dynamodbv2.datamodeling
Annotation to mark a property as using a custom marshaller.
DynamoDBNativeBoolean - Annotation Type in com.amazonaws.services.dynamodbv2.datamodeling
An annotation that marks a boolean or Boolean attribute of a modeled class which should be serialized as a DynamoDB BOOL.
DynamoDBQueryExpression<T> - Class in com.amazonaws.services.dynamodbv2.datamodeling
A query expression.
DynamoDBQueryExpression() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
 
DynamoDBRangeKey - Annotation Type in com.amazonaws.services.dynamodbv2.datamodeling
Annotation for marking a property in a class as the range key for a DynamoDB table.
DynamoDBRequestMetric - Enum in com.amazonaws.services.dynamodbv2.metrics
DynamoDB specific request metric type.
DynamoDBSaveExpression - Class in com.amazonaws.services.dynamodbv2.datamodeling
Enables adding options to a save operation.
DynamoDBSaveExpression() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
 
DynamoDBScanExpression - Class in com.amazonaws.services.dynamodbv2.datamodeling
Options for filtering results from a scan operation.
DynamoDBScanExpression() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
 
DynamoDBTable - Annotation Type in com.amazonaws.services.dynamodbv2.datamodeling
Annotation to mark a class as a DynamoDB table.
DynamoDBv2Actions - Enum in com.amazonaws.auth.policy.actions
The available AWS access control policy actions for Amazon DynamoDB.
DynamoDBVersionAttribute - Annotation Type in com.amazonaws.services.dynamodbv2.datamodeling
Annotation for marking a property as an optimistic locking version attribute.

E

eq(Object) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
Creates and returns a condition of the range key being equal to the given value.
eq(Object) - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
Creates and returns a condition of the range key being equal to the given value.
eq(B) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to that of the specified attribute) for building condition expression.
eq(ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to the specified value) for building condition expression.
eq(byte[]) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is equal to the specified value) for building condition expression.
eq(boolean) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to that of the specified value) for building condition expression.
eq(BOOL) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to that of the specified attribute) for building condition expression.
eq(byte[]...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to the set of specified values) for building condition expression.
eq(ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to the set of specified values) for building condition expression.
eq(BS) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to that of the specified attribute) for building condition expression.
eq(FunctionOperand) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
 
eq(L) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
 
eq(List<?>) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is equal to the specified value) for building condition expression.
eq(FunctionOperand) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
 
eq(M) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
 
eq(Map<String, ?>) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is equal to the specified value) for building condition expression.
eq(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to that of the specified attribute) for building condition expression.
eq(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is equal to the specified value) for building condition expression.
eq(Number...) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to the set of specified values) for building condition expression.
eq(NS) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to that of the specified attribute) for building condition expression.
eq(Set<T>) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is equal to the specified value) for building condition expression.
eq(S) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to that of the specified attribute) for building condition expression.
eq(String) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is equal to the specified value) for building condition expression.
eq(String...) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to the set of specified values) for building condition expression.
eq(SS) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns a comparator condition (that evaluates to true if the value of the current attribute is equal to that of the specified attribute) for building condition expression.
eq(Set<String>) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is equal to the specified value) for building condition expression.
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
 
equals(Object) - Method in class com.amazonaws.services.dynamodbv2.xspec.PathOperand
Returns true if the given object is a path operand with the same path as that of the current path operand; false otherwise.
execute() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
The general workflow of a save operation.
executeLowLevelRequest() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Implement this method to send the low-level request that is necessary to complete the save operation.
exists() - Method in class com.amazonaws.services.dynamodbv2.document.Expected
Expects the attribute be an existing attribute.
exists() - Method in class com.amazonaws.services.dynamodbv2.xspec.PathOperand
Returns a function condition (that evaluates to true if the attribute referred to by this path operand exists) for building condition expression.
Expected - Class in com.amazonaws.services.dynamodbv2.document
Represents a condition to be compared with an attribute value.
Expected(String) - Constructor for class com.amazonaws.services.dynamodbv2.document.Expected
 
ExpectedAttributeValue - Class in com.amazonaws.services.dynamodbv2.model
Represents a condition to be compared with an attribute value.
ExpectedAttributeValue() - Constructor for class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
Default constructor for a new ExpectedAttributeValue object.
ExpectedAttributeValue(AttributeValue) - Constructor for class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
Constructs a new ExpectedAttributeValue object.
ExpectedAttributeValue(Boolean) - Constructor for class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
Constructs a new ExpectedAttributeValue object.
ExpressionSpecBuilder - Class in com.amazonaws.services.dynamodbv2.xspec
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.
ExpressionSpecBuilder() - Constructor for class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Constructs 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.

F

fetchNextPage() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Fetches the next page of results (which may be empty) and returns any items found.
fetchNextPage() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedParallelScanList
 
fetchNextPage() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedQueryList
 
fetchNextPage() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedScanList
 
FloatSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java Floats.
FloatUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java Floats.
FluentArrayList<E> - Class in com.amazonaws.services.dynamodbv2.document.utils
Utility subclass of ArrayList that supports fluent API.
FluentArrayList(int) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList
 
FluentArrayList() - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList
 
FluentArrayList(E...) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList
 
FluentArrayList(Collection<? extends E>) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList
 
FluentHashMap<K,V> - Class in com.amazonaws.services.dynamodbv2.document.utils
Utility subclass of LinkedHashMap that supports fluent API.
FluentHashMap() - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.FluentHashMap
 
FluentHashSet<E> - Class in com.amazonaws.services.dynamodbv2.document.utils
Utility subclass of LinkedHashSet that supports fluent API.
FluentHashSet() - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
 
FluentHashSet(Collection<? extends E>) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
 
FluentHashSet(E...) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
 
FluentHashSet(int, float) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
 
FluentHashSet(int) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
 
fromJson(S3ClientCache, String) - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Deserializes from a JSON string.
fromJSON(String) - Static method in class com.amazonaws.services.dynamodbv2.document.Item
Convenient factory method - instantiates an Item from the given JSON string.
fromMap(Map<String, Object>) - Static method in class com.amazonaws.services.dynamodbv2.document.Item
Convenient factory method - instantiates an Item from the given map.
fromValue(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.AttributeAction
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ComparisonOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ConditionalOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.IndexStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.KeyType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ProjectionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnValue
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ScalarAttributeType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.Select
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.TableStatus
Use this in place of valueOf.
FunctionCondition - Class in com.amazonaws.services.dynamodbv2.xspec
Represents a Function condition in building condition expression.
FunctionOperand - Class in com.amazonaws.services.dynamodbv2.xspec
Represents a function call in building expression.
FunctionOperand() - Constructor for class com.amazonaws.services.dynamodbv2.xspec.FunctionOperand
 

G

ge(Object) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
Creates and returns a condition of the range key being greater than or equal to the given value.
ge(Object) - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
Creates and returns a condition of the range key being greater than or equal to the given value.
ge(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a comparator condition (that evaluates to true if the value of the current attribute is greater than or equal to the specified value) for building condition expression.
ge(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a comparator condition (that evaluates to true if the value of the current attribute is greater than or equal to that of the specified attribute) for building condition expression.
generateCreateTableRequest(Class<?>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Parse the given POJO class and return the CreateTableRequest for the DynamoDB table it represents.
get(Class<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema.Dependencies
 
get(int) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Returns the Nth element of the list.
get(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as an object; or null if the attribute either doesn't exist or the attribute value is null.
getAction() - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
 
getAction() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Specifies how to perform the update.
getActionName() - Method in enum com.amazonaws.auth.policy.actions.DynamoDBv2Actions
 
getAmazonS3Client() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
 
getAttribute() - Method in class com.amazonaws.services.dynamodbv2.document.Expected
Returns the attribute.
getAttributeDefinitions() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
 
getAttributeDefinitions() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
An array of attributes that describe the key schema for the table and indexes.
getAttributeDefinitions() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
An array of AttributeDefinition objects.
getAttributeDefinitions() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
An array of attributes that describe the key schema for the table and indexes.
getAttributeName() - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
 
getAttributeName() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
A name for the attribute.
getAttributeName() - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
The name of a key attribute.
getAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
 
getAttributes() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation.
getAttributes() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request.
getAttributes() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
A map of attribute values as they appeared before the UpdateItem operation.
getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
One or more attributes to retrieve from the table or index.
getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
getAttributeType() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
The data type for the attribute.
getAttributeUpdate() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
getAttributeUpdates() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
getAttributeValueList() - Method in class com.amazonaws.services.dynamodbv2.model.Condition
One or more values to evaluate against the supplied attribute.
getAttributeValueList() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
One or more values to evaluate against the supplied attribute.
getAttributeValues() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
Returns the raw attribute values to be transformed or untransformed.
getAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
 
getAttributeValueUpdates() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Get the map of AttributeValueUpdate on each modeled attribute.
getAttrName() - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
 
getB() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Binary data type.
getBackfilling() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
Indicates whether the index is currently backfilling.
getBatchGetItemResult() - Method in class com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome
Returns a non-null low-level result returned from the server side.
getBatchWriteItemResult() - Method in class com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome
Returns a non-null low-level result returned from the server side.
getBatchWriteRetryStrategy() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
getBatchWriteRetryStrategy() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
 
getBigInteger(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as an BigInteger; or null if the attribute doesn't exist.
getBinary(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a byte array; or null if the attribute either doesn't exist or the attribute value is null.
getBinarySet(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a set of byte arrays; or null if the attribute either doesn't exist or the attribute value is null.
getBOOL(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a non-null Boolean.
getBOOL() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Boolean data type.
getBoolean(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a primitive boolean.
getBS() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Binary Set data type.
getBucketName() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
 
getByteBuffer(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a ByteBuffer; or null if the attribute either doesn't exist or the attribute value is null.
getByteBufferSet(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a set of ByteBuffer; or null if the attribute either doesn't exist or the attribute value is null.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
The total number of capacity units consumed on a table or an index.
getCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The total number of capacity units consumed by the operation.
getClient(Region) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache
Returns a client for the requested region, or throws an exception when unable.
getComparisonOperator() - Method in class com.amazonaws.services.dynamodbv2.document.Expected
 
getComparisonOperator() - Method in class com.amazonaws.services.dynamodbv2.model.Condition
A comparator for evaluating attributes.
getComparisonOperator() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
A comparator for evaluating attributes in the AttributeValueList.
getComponentNameSet() - Method in class com.amazonaws.services.dynamodbv2.document.PrimaryKey
Returns all the key component names of this primary key as a set.
getComponents() - Method in class com.amazonaws.services.dynamodbv2.document.PrimaryKey
Returns all the key components of this primary key.
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
Returns the logical operator on the expected attribute conditions of this delete operation.
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Returns the logical operator on the query filter conditions.
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
Returns the logical operator on the expected value conditions of this save operation.
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Returns the logical operator on the filter conditions of this scan.
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
AND|OR that applies to all the conditions in the ScanFilters.
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A condition that must be satisfied in order for a conditional PutItem operation to succeed.
getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A condition that must be satisfied in order for a conditional update to succeed.
getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec
Returns the condition expression; or null if there is none.
getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.PutItemExpressionSpec
Returns the condition expression; or null if there is none.
getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec
Returns the condition expression; or null if there is none.
getConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A value that if set to true, then the operation uses strongly consistent reads; otherwise, eventually consistent reads are used.
getConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
The consistency of a read operation.
getConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that if set to true, then the operation uses strongly consistent reads; otherwise, eventually consistent reads are used.
getConsistentReads() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
getConsistentReads() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Returns the consistent read behavior for this configuration.
getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
The capacity units consumed by an operation.
getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
The capacity units consumed by an operation.
getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
The read capacity units consumed by the operation.
getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
The capacity units consumed by the operation.
getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
The capacity units consumed by an operation.
getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
The capacity units consumed by an operation.
getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
The capacity units consumed by an operation.
getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The capacity units consumed by an operation.
getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The capacity units consumed by an operation.
getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
The capacity units consumed by an operation.
getConversionSchema() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
getConversionSchema() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
 
getConverter(ConversionSchema.Dependencies) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema
Creates an ItemConverter, injecting dependencies from the DynamoDBMapper that needs it.
getCount() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
The number of items in the response.
getCount() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
The number of items in the response.
getCount() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The number of items in the response.
getCount() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The number of items in the response.
getCreate() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
The parameters required for creating a global secondary index on an existing table:
getCreationDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The date and time when the table was created, in UNIX epoch time format.
getDelayBeforeRetryUnprocessedItems(Map<String, List<WriteRequest>>, int) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.BatchWriteRetryStrategy
Returns the delay (in milliseconds) before retrying on UnprocessedItems.
getDelayBeforeRetryUnprocessedItems(Map<String, List<WriteRequest>>, int) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.DefaultBatchWriteRetryStrategy
 
getDelete() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
The name of an existing global secondary index to be removed.
getDeleteItemResult() - Method in class com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome
Returns a non-null low-level result returned from the server side.
getDeleteRequest() - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
A request to perform a DeleteItem operation.
getDescription() - Method in class com.amazonaws.services.dynamodbv2.document.Table
Returns the table description; or null if the table description has not yet been described via Table.describe().
getDouble(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a double.
getDynamoDBAttributeName() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
Returns the name of the DynamoDB attribute this mapped field will be stored as.
getDynamoDBAttributeType() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
Returns the type of the DynamoDB attribute this mapped field will be stored as.
getException() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
 
getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Returns the exclusive start key for this query.
getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Returns the exclusive start key for this scan.
getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The primary key of the first item that this operation will evaluate.
getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The primary key of the first item that this operation will evaluate.
getExclusiveStartTableName() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
 
getExclusiveStartTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
The first table name that this operation will evaluate.
getExecutorService() - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Returns the executor service used by this async client to execute requests.
getExists() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
Causes DynamoDB to evaluate the value before attempting a conditional operation:
getExpected() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
Gets the map of attribute names to expected attribute values to check on delete.
getExpected() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
Gets the map of attribute names to expected attribute values to check on save.
getExpected() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
getExpected() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
getExpected() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
getExpected() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
getExpected() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
getExpected() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
One or more substitution variables for simplifying complex expressions.
getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
One or more substitution variables for simplifying complex expressions.
getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
One or more substitution variables for simplifying complex expressions.
getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
One or more substitution tokens for attribute names in an expression.
getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
One or more substitution tokens for attribute names in an expression.
getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
One or more substitution tokens for attribute names in an expression.
getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
One or more substitution tokens for attribute names in an expression.
getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
One or more substitution tokens for attribute names in an expression.
getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
One or more substitution tokens for attribute names in an expression.
getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
One or more substitution tokens for attribute names in an expression.
getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
One or more values that can be substituted in an expression.
getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
One or more values that can be substituted in an expression.
getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
One or more values that can be substituted in an expression.
getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
One or more values that can be substituted in an expression.
getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
One or more values that can be substituted in an expression.
getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
One or more values that can be substituted in an expression.
getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
One or more values that can be substituted in an expression.
getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
One or more values that can be substituted in an expression.
getFieldModel(Method) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter
Returns the metadata (e.g.
getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Evaluates the query results and returns only the desired values.
getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Evaluates the query results and returns only the desired values.
getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
Any query filters will be ignored if a filter expression has been specified.
getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you.
getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you.
getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec
Returns the condition expression; or null if there is none.
getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec
Returns the condition expression; or null if there is none.
getFloat(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a float.
getGetItemResult() - Method in class com.amazonaws.services.dynamodbv2.document.GetItemOutcome
Returns a non-null low-level result returned from the server side.
getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The amount of throughput consumed on each global index affected by the operation.
getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
One or more global secondary indexes (the maximum is five) to be created on the table.
getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The global secondary indexes, if any, on the table.
getGlobalSecondaryIndexUpdates() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
An array of one or more global secondary indexes for the table.
getHashKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
 
getHashKey() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getHashKeyName() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
 
getHashKeyValues() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Gets the hash key value(s) for this query.
getIndex(String) - Method in class com.amazonaws.services.dynamodbv2.document.Table
Gets a reference to the specified index.
getIndexName() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Returns the name of the index to be used by this query.
getIndexName() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Returns the name of the index to be used by this scan; or null if there is none.
getIndexName() - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
The name of the global secondary index to be created.
getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
The name of the global secondary index to be deleted.
getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
The name of the global secondary index.
getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The name of the global secondary index.
getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
The name of the local secondary index.
getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
Represents the name of the local secondary index.
getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The name of an index to query.
getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The name of a secondary index to scan.
getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
The name of the global secondary index to be updated.
getIndexSizeBytes() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The total size of the specified index, in bytes.
getIndexSizeBytes() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
The total size of the specified index, in bytes.
getIndexStatus() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The current state of the global secondary index:
getInMemoryUpdates() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Get the list of all the necessary in-memory update on the object.
getInstance(Condition) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ParenthesizedCondition
Returns a parenthesized condition for the given condition if the given condition is not already a parenthesized condition; or the original condition otherwise.
getInt(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as an int.
getItem(GetItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The GetItem operation returns a set of attributes for the item with the given primary key.
getItem(String, Map<String, AttributeValue>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The GetItem operation returns a set of attributes for the item with the given primary key.
getItem(String, Map<String, AttributeValue>, Boolean) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The GetItem operation returns a set of attributes for the item with the given primary key.
getItem(GetItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The GetItem operation returns a set of attributes for the item with the given primary key.
getItem(String, Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The GetItem operation returns a set of attributes for the item with the given primary key.
getItem(String, Map<String, AttributeValue>, Boolean) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The GetItem operation returns a set of attributes for the item with the given primary key.
getItem(String, Object, String, Map<String, String>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item via the specified hash key using projection expression.
getItem(String, Object, String, Object, String, Map<String, String>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item via the specified hash key and range key using projection expression.
getItem(PrimaryKey) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item by primary key; or null if the item doesn't exist.
getItem(KeyAttribute...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item by primary key.
getItem(String, Object) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item by primary key when the primary key is a hash-only key.
getItem(String, Object, String, Object) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item by primary key when the primary key consists of both a hash-key and a range-key.
getItem(PrimaryKey, String, Map<String, String>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item using projection expression.
getItem(GetItemSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item by specifying all the details.
getItem() - Method in class com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome
Returns all the returned attributes as a (non-null) Item.
getItem() - Method in class com.amazonaws.services.dynamodbv2.document.GetItemOutcome
Returns all the returned attributes as an Item; or null if the item doesn't exist.
getItem() - Method in class com.amazonaws.services.dynamodbv2.document.PutItemOutcome
Returns all the returned attributes as a (non-null) Item.
getItem() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
getItem(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItem(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItem(PrimaryKey, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItem(GetItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItem(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItem(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItem(String, Object, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItem(String, Object, String, Object, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItem(String, Object, String, Object, GetItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItem() - Method in class com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome
Returns all the returned attributes as a (non-null) Item.
getItem() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
A map of attribute names to AttributeValue objects, as specified by AttributesToGet.
getItem() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A map of attribute name/value pairs, one for each attribute.
getItem() - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem.
GetItemApi - Interface in com.amazonaws.services.dynamodbv2.document.api
A Table-centric GetItem API.
getItemAsync(GetItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The GetItem operation returns a set of attributes for the item with the given primary key.
getItemAsync(GetItemRequest, AsyncHandler<GetItemRequest, GetItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The GetItem operation returns a set of attributes for the item with the given primary key.
getItemAsync(GetItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The GetItem operation returns a set of attributes for the item with the given primary key.
getItemAsync(GetItemRequest, AsyncHandler<GetItemRequest, GetItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The GetItem operation returns a set of attributes for the item with the given primary key.
getItemCollectionKey() - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
The hash key value of the item collection.
getItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.
getItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
Information about item collections, if any, that were affected by the operation.
getItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
Information about item collections, if any, that were affected by the operation.
getItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
Information about item collections, if any, that were affected by the operation.
getItemCount() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The number of items in the specified index.
getItemCount() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
The number of items in the specified index.
getItemCount() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The number of items in the specified table.
GetItemExpressionSpec - Class in com.amazonaws.services.dynamodbv2.xspec
Expression specification for making GetItem request to Amazon DynamoDB.
getItemOutcome(PrimaryKey) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item and the associated information by primary key.
getItemOutcome(KeyAttribute...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item and the associated information by primary key when the primary key is a hash-only key.
getItemOutcome(String, Object) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item and the associated information by primary key when the primary key is a hash-only key.
getItemOutcome(String, Object, String, Object) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item and the associated information by primary key when the primary key consists of both a hash-key and a range-key.
getItemOutcome(PrimaryKey, String, Map<String, String>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item and the associated information using projection expression.
getItemOutcome(String, Object, String, Map<String, String>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item and the associated information via the specified hash key using projection expression.
getItemOutcome(String, Object, String, Object, String, Map<String, String>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item and the associated information via the specified hash key and range key using projection expression.
getItemOutcome(GetItemSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
Retrieves an item and the associated information by specifying all the details.
GetItemOutcome - Class in com.amazonaws.services.dynamodbv2.document
The outcome of getting an item from DynamoDB table.
GetItemOutcome(GetItemResult) - Constructor for class com.amazonaws.services.dynamodbv2.document.GetItemOutcome
 
getItemOutcome(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItemOutcome(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItemOutcome(PrimaryKey, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItemOutcome(GetItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItemOutcome(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItemOutcome(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItemOutcome(String, Object, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItemOutcome(String, Object, String, Object, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getItemOutcome(String, Object, String, Object, GetItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
GetItemRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the GetItem operation.
GetItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.GetItemRequest
Default constructor for a new GetItemRequest object.
GetItemRequest(String, Map<String, AttributeValue>) - Constructor for class com.amazonaws.services.dynamodbv2.model.GetItemRequest
Constructs a new GetItemRequest object.
GetItemRequest(String, Map<String, AttributeValue>, Boolean) - Constructor for class com.amazonaws.services.dynamodbv2.model.GetItemRequest
Constructs a new GetItemRequest object.
GetItemResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a GetItem operation.
GetItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.GetItemResult
 
getItems() - Method in class com.amazonaws.services.dynamodbv2.document.QueryOutcome
Returns a non-null list of the returned items; can be empty.
getItems() - Method in class com.amazonaws.services.dynamodbv2.document.ScanOutcome
Returns a non-null list of the returned items; can be empty.
getItems() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
An array of item attributes that match the query criteria.
getItems() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
An array of item attributes that match the scan criteria.
GetItemSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
Full parameter specification for the GetItem API.
GetItemSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
getItemsToPut() - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Returns the collection of items to be put in the current table in a batch write operation.
getJSON(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a JSON string; or null if the attribute either doesn't exist or the attribute value is null.
getJSONPretty(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a JSON string with pretty indentation; or null if the attribute either doesn't exist or the attribute value is null.
getKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
 
getKey() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.
getKey() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
A map of attribute name to attribute values, representing the primary key of the item to delete.
getKey() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
getKey() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
The primary key of the item to be updated.
getKeyComponents() - Method in class com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
Returns the primary key components that has been specified.
getKeyCondition() - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
 
getKeyConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Returns the condition that specifies the key value(s) for items to be retrieved by the Query action.
getKeyConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getKeyConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The condition that specifies the key value(s) for items to be retrieved by the Query action.
getKeyConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec
Returns the key condition expression; or null if there is none.
getKeyConditions() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
getKeys() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
The primary key attribute values that define the items and the attributes associated with the items.
getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
The key schema for the global secondary index.
getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Specifies the attributes that make up the primary key for a table or an index.
getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The complete key schema for the global secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
The complete index key schema, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The primary key structure for the table.
getKeyType() - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
The attribute data, consisting of the data type and the attribute value itself.
getL() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A List of attribute values.
getLastDecreaseDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The date and time of the last provisioned throughput decrease for this table.
getLastEvaluatedKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
Returns the last evaluated key, which can be used as the exclusiveStartKey to fetch the next page of results.
getLastEvaluatedKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
Returns the last evaluated key, which can be used as the exclusiveStartKey to fetch the next page of results.
getLastEvaluatedKey() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The primary key of the item where the operation stopped, inclusive of the previous result set.
getLastEvaluatedKey() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The primary key of the item where the operation stopped, inclusive of the previous result set.
getLastEvaluatedTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
The name of the last table in the current page of results.
getLastIncreaseDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The date and time of the last provisioned throughput increase for this table.
getLimit() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Returns the maximum number of items to retrieve in each service request to DynamoDB.
getLimit() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Returns the limit of items to scan during this scan.
getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
A maximum number of table names to return.
getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The maximum number of items to evaluate (not necessarily the number of matching items).
getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The maximum number of items to evaluate (not necessarily the number of matching items).
getList(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a set of T's.; or null if the attribute either doesn't exist or the attribute value is null.
getLocalSaveBehavior() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Get the SaveBehavior used locally for this save operation.
getLocalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The amount of throughput consumed on each local index affected by the operation.
getLocalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
One or more local secondary indexes (the maximum is five) to be created on the table.
getLocalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
Represents one or more local secondary indexes on the table.
getLong(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as an long.
getLowLevelResult() - Method in class com.amazonaws.services.dynamodbv2.document.Page
 
getM() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Map of attribute values.
getMap(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a map of string-to-T's; or null if the attribute either doesn't exist or the attribute value is null.
getMapOfNumbers(String, Class<T>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Convenient method to return the specified attribute in the current item as a (copy of) map of string-to-T's where T must be a subclass of Number; or null if the attribute doesn't exist.
getMapperConfig() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
 
getMaxRetryOnUnprocessedItems(Map<String, List<WriteRequest>>) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.BatchWriteRetryStrategy
Returns the max number of retries to be performed if the service returns UnprocessedItems in the response.
getMaxRetryOnUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.DefaultBatchWriteRetryStrategy
 
getMemberMarshaller() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CollectionToListMarshaller
 
getMemberMarshaller() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.MapToMapMarshaller
 
getModelClass() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
 
getN() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Number data type.
getName() - Method in class com.amazonaws.services.dynamodbv2.document.Attribute
 
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
 
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec
Returns the name map which is unmodifiable; or null if there is none.
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec
Returns the name map which is unmodifiable; or null if there is none.
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.PutItemExpressionSpec
Returns the name map which is unmodifiable; or null if there is none.
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec
Returns the name map which is unmodifiable; or null if there is none.
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec
Returns the name map which is unmodifiable; or null if there is none.
getNameMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec
Returns the name map which is unmodifiable; or null if there is none.
getNextBatchOfScanResults() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask
 
getNonKeyAttributes() - Method in class com.amazonaws.services.dynamodbv2.model.Projection
Represents the non-key attribute names which will be projected into the index.
getNS() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Number Set data type.
getNULL() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Null data type.
getNumber(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a BigDecimal; or null if the attribute either doesn't exist or the attribute value is null.
getNumberOfDecreasesToday() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The number of provisioned throughput decreases for this table during this UTC calendar day.
getNumberSet(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a set of BigDecimal's; or null if the attribute either doesn't exist or the attribute value is null.
getObjectTableNameResolver() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
getObjectTableNameResolver() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Returns the object table name resolver for this configuration.
getPaginationLoadingStrategy() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
getPaginationLoadingStrategy() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Returns the pagination loading strategy for this configuration.
getPrimaryKeyAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Get the map of all the specified primamry keys of the saved object.
getPrimaryKeys() - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
Return the list of primary keys (of the current table) to be included in a batch get-item operation.
getPrimaryKeysToDelete() - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Return the list of primary keys (of the current table) to be deleted in a batch write operation.
getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
Represents attributes that are copied (projected) from the table into an index.
getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
Represents attributes that are copied (projected) from the table into an index.
getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
Represents attributes that are copied (projected) from the table into an index.
getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
Represents attributes that are copied (projected) from the table into an index.
getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
Represents attributes that are copied (projected) from the table into an index.
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
A string that identifies one or more attributes to retrieve from the table.
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
A string that identifies one or more attributes to retrieve from the table.
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
 
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A string that identifies one or more attributes to retrieve from the table.
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
A string that identifies one or more attributes to retrieve from the table.
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A string that identifies one or more attributes to retrieve from the table.
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
A string that identifies one or more attributes to retrieve from the specified table or index.
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec
Returns the projection expression; or null if there is none.
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec
Returns the projection expression; or null if there is none.
getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec
Returns the projection expression; or null if there is none.
getProjectionType() - Method in class com.amazonaws.services.dynamodbv2.model.Projection
The set of attributes that are projected into the index:
getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
 
getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
Represents the provisioned throughput settings for a specified table or index.
getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Represents the provisioned throughput settings for a specified table or index.
getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
Represents the provisioned throughput settings for a specified table or index.
getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
Represents the provisioned throughput settings for a specified table or index.
getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
Represents the provisioned throughput settings for a specified table or index.
getPutItemResult() - Method in class com.amazonaws.services.dynamodbv2.document.PutItemOutcome
Returns a non-null low-level result returned from the server side.
getPutRequest() - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
A request to perform a PutItem operation.
getQueryFilter() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Returns the query filter applied on this query.
getQueryFilter() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
getQueryFilters() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getQueryResult() - Method in class com.amazonaws.services.dynamodbv2.document.QueryOutcome
Returns a non-null low-level result returned from the server side.
getRangeKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
 
getRangeKeyCondition() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getRangeKeyConditions() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Gets the range key condition for this query.
getRangeKeyName() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
 
getRawMap(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Convenient method to return the value of the specified attribute in the current item as a map of string-to-Object's; or null if the attribute either doesn't exist or the attribute value is null.
getReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
getReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
getRequestItems() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table.
getRequestItems() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest).
getRequestMetricCollector() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
getRequestMetricCollector() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Returns the request metric collector or null if not specified.
getResponses() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
A map of table name to a list of items.
getResults() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
Returns all matching items for this page of query results.
getResults() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
Returns all matching items for this page of scan results, which may be empty.
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
 
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
 
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated.
getS() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A String data type.
getS3ClientCache() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Returns the underlying S3ClientCache for accessing S3.
getS3Region() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
 
getSaveBehavior() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
getSaveBehavior() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Returns the save behavior for this configuration.
getScanFilter() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Returns the scan filter as a map of attribute names to conditions.
getScanFilter() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
getScanFilters() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
getScanIndexForward() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that specifies ascending (true) or descending (false) traversal of the index.
getScannedCount() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
The number of items evaluated, before any QueryFilter is applied.
getScannedCount() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
The number of items evaluated, before any ScanFilter is applied.
getScannedCount() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The number of items evaluated, before any QueryFilter is applied.
getScannedCount() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The number of items evaluated, before any ScanFilter is applied.
getScanResult() - Method in class com.amazonaws.services.dynamodbv2.document.ScanOutcome
Returns a non-null low-level result returned from the server side.
getSegment() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Returns the ID of the segment to be scanned.
getSegment() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
getSegment() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.
getSelect() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
The attributes to be returned in the result.
getSelect() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
The attributes to be returned in the result.
getSelect() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getSelect() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
Specifies the attributes to be returned.
getSelect() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The attributes to be returned in the result.
getSelect() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The attributes to be returned in the result.
getShort(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a short.
getSizeEstimateRangeGB() - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
An estimate of item collection size, in gigabytes.
getSS() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A String Set data type.
getString(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a string; or null if the attribute either doesn't exist or the attribute value is null.
getStringSet(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the value of the specified attribute in the current item as a set of strings; or null if the attribute either doesn't exist or the attribute value is null.
getTable(String) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
Returns the specified DynamoDB table.
getTable() - Method in class com.amazonaws.services.dynamodbv2.document.Index
Returns the owning table.
getTable() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The amount of throughput consumed on the table affected by the operation.
getTable() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
Represents the properties of a table.
getTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
Represents the properties of a table.
getTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
Represents the properties of a table.
getTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
Represents the properties of a table.
getTableItems() - Method in class com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome
Returns a map of table name to the list of retrieved items
getTableKeysAndAttributes() - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
 
getTableName() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
 
getTableName(Class<?>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Returns the table name for the class given.
getTableName(Class<?>, Object, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Returns the table name for the class or object given.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Get the table name
getTableName(Class<?>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.DefaultTableNameResolver
 
getTableName(Object, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.ObjectTableNameResolver
Get the table name for an object.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameOverride
Returns the table name to use for all requests.
getTableName(Class<?>, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameResolver
Get the table name for a class.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
getTableName() - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
 
getTableName() - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
 
getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The name of the table that was affected by the operation.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
The name of the table to create.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
The name of the table from which to delete the item.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
The name of the table to delete.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
The name of the table to describe.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
The name of the table containing the requested item.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
The name of the table to contain the item.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The name of the table containing the requested items.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The name of the table.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
The name of the table containing the item to update.
getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
The name of the table to be updated.
getTableNameOverride() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
getTableNameOverride() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Returns the table name override for this configuration.
getTableNamePrefix() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameOverride
Returns the table name prefix to prepend the table name for all requests.
getTableNameResolver() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
getTableNameResolver() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Returns the table name resolver for this configuration.
getTableNames() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
The names of the tables associated with the current account at the current endpoint.
getTableSizeBytes() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The total size of the specified table, in bytes.
getTableStatus() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The current state of the table:
getTableWriteItems() - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
 
getTotalConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.ItemCollection
Returns the total consumed capacity accumulated so far.
getTotalCount() - Method in class com.amazonaws.services.dynamodbv2.document.ItemCollection
Returns the total count accumulated so far.
getTotalScannedCount() - Method in class com.amazonaws.services.dynamodbv2.document.ItemCollection
Returns the total scanned count accumulated so far.
getTotalSegments() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Returns the total number of segments into which the scan will be divided.
getTotalSegments() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
getTotalSegments() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided.
getTransferManager(Region) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache
Returns a TransferManager for the given region, or throws an exception when unable.
getTransferManager() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
 
getTransformers() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain
 
getTypeOf(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the type of the specified attribute in the current item; or null if the attribute either doesn't exist or the attribute value is null.
getUnprocessedItems() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
 
getUnprocessedItems() - Method in class com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome
Convenient method to return the low-level unprocessed items.
getUnprocessedItems() - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
 
getUnprocessedItems() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
A map of tables and requests against those tables that were not processed.
getUnprocessedKeys() - Method in class com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome
Convenient method to return the low-level unprocessed keys.
getUnprocessedKeys() - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
 
getUnprocessedKeys() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
A map of tables and their respective keys that were not processed with the current response.
getUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.
getUpdateExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
getUpdateExpression() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.
getUpdateExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec
Returns the update expression; or null if there is none.
getUpdateItemResult() - Method in class com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome
Returns a non-null low-level result returned from the server side.
getUrl() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Returns a URL for the location of the object represented by this S3Link.
getValue() - Method in class com.amazonaws.services.dynamodbv2.document.Attribute
 
getValue() - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
 
getValue() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Represents the data for an attribute.
getValue() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
Represents the data for an attribute.
getValueMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
getValueMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
getValueMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
getValueMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
getValueMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
getValueMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec
Returns the value map which is unmodifiable; or null if there is none.
getValueMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.PutItemExpressionSpec
Returns the value map which is unmodifiable; or null if there is none.
getValueMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec
Returns the value map which is unmodifiable; or null if there is none.
getValueMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec
Returns the value map which is unmodifiable; or null if there is none.
getValueMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec
Returns the value map which is unmodifiable; or null if there is none.
getValues() - Method in class com.amazonaws.services.dynamodbv2.document.Expected
 
getValues() - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
 
getWriteCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
getWriteCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
GlobalSecondaryIndex - Class in com.amazonaws.services.dynamodbv2.model
Represents the properties of a global secondary index.
GlobalSecondaryIndex() - Constructor for class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
 
GlobalSecondaryIndexDescription - Class in com.amazonaws.services.dynamodbv2.model
Represents the properties of a global secondary index.
GlobalSecondaryIndexDescription() - Constructor for class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
 
GlobalSecondaryIndexUpdate - Class in com.amazonaws.services.dynamodbv2.model
Represents one of the following:
GlobalSecondaryIndexUpdate() - Constructor for class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
 
gt(Object) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
Creates and returns a condition of the range key being greater than the given value.
gt(Object) - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
Creates and returns a condition of the range key being greater than the given value.
gt(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a comparator condition (that evaluates to true if the value of the current attribute is greater than the specified value) for building condition expression.
gt(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a comparator condition (that evaluates to true if the value of the current attribute is greater than that of the specified attribute) for building condition expression.

H

hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.Condition
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.Projection
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
 
hashCode() - Method in class com.amazonaws.services.dynamodbv2.xspec.PathOperand
 
hasNextPage() - Method in class com.amazonaws.services.dynamodbv2.document.Page
Checks whether this page has a "next page." If this method returns true, the next page can be retrieved by calling next.

I

if_not_exists(String, Number) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call; used for building expression.
if_not_exists(String, byte[]) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call; used for building expression.
if_not_exists(String, ByteBuffer) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call; used for building expression.
if_not_exists(String, boolean) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call; used for building expression.
if_not_exists(String, byte[]...) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call; used for building expression.
if_not_exists(String, ByteBuffer...) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call; used for building expression.
if_not_exists(String, List<?>) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call; used for building expression.
if_not_exists(String, Map<String, ?>) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call; used for building expression.
if_not_exists(String, Number...) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call; used for building expression.
if_not_exists(String, String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call; used for building expression.
if_not_exists(String, String...) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call; used for building expression.
ifNotExists(ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(B) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(byte[]) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(boolean) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(BOOL) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(byte[]...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(BS) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(L) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
 
ifNotExists(Object...) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
 
ifNotExists(List<?>) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(M) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
 
ifNotExists(Map<String, ?>) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current attribute; used for building expressions.
ifNotExists(Number...) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(NS) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(Set<T>) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(S) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current attribute; used for building expressions.
ifNotExists(String) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(String...) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(SS) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
ifNotExists(Set<String>) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.
IfNotExistsFunction<T> - Class in com.amazonaws.services.dynamodbv2.xspec
Represents an if_not_exists(path, operand) function in building expressions.
in(Object...) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
 
in(ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns an InCondition (that evaluates to true if the value of the current attribute is equal to any of the specified values) for building condition expression.
in(byte[]...) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns an InCondition (that evaluates to true if the value of the current attribute is equal to any of the specified values) for building condition expression.
in(boolean...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
Returns an InCondition (that evaluates to true if the value of the current attribute is equal to any of the specified values) for building condition expression.
in(List<Boolean>) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
Returns an InCondition (that evaluates to true if the value of the current attribute is equal to any of the values in the specified list) for building condition expression.
in(Number...) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns an InCondition (that evaluates to true if the value of the current attribute is equal to any of the specified values) for building condition expression.
in(List<T>) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns an InCondition (that evaluates to true if the value of the current attribute is equal to any of the values in the specified list) for building condition expression.
in(String...) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns an InCondition (that evaluates to true if the value of the current attribute is equal to any of the specified values) for building condition expression.
in(List<String>) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns an InCondition (that evaluates to true if the value of the current attribute is equal to any of the values in the specified list) for building condition expression.
inByteBufferList(List<ByteBuffer>) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns an InCondition (that evaluates to true if the value of the current attribute is equal to any of the values in the specified list) for building condition expression.
inBytesList(List<byte[]>) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns an InCondition (that evaluates to true if the value of the current attribute is equal to any of the values in the specified list) for building condition expression.
IncompatibleTypeException - Exception in com.amazonaws.services.dynamodbv2.document
Thrown upon incompatible type during data conversion.
IncompatibleTypeException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.document.IncompatibleTypeException
 
InCondition - Class in com.amazonaws.services.dynamodbv2.xspec
Represents a IN condition in building condition expression.
Index - Class in com.amazonaws.services.dynamodbv2.document
Represents a secondary index on a DynamoDB table.
indexOf(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Returns the first index of the object given in the list.
IndexStatus - Enum in com.amazonaws.services.dynamodbv2.model
Index Status
INSTANCE - Static variable in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.DefaultTableNameResolver
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanSetToNumberSetMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanToBooleanMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanToNumberMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteArraySetToBinarySetMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteArrayToBinaryMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteBufferSetToBinarySetMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteBufferToBinaryMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CalendarSetToStringSetMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CalendarToStringMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CollectionToListMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.DateSetToStringSetMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.DateToStringMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.MapToMapMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.NumberSetToNumberSetMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.NumberToNumberMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectSetToStringSetMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectToMapMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectToStringMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.S3LinkToStringMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.StringSetToStringSetMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.StringToStringMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.UUIDSetToStringSetMarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigDecimalSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigDecimalUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigIntegerSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigIntegerUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteArraySetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteArrayUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CalendarSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CalendarUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DateSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DateUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DoubleSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DoubleUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.FloatSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.FloatUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.IntegerSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.IntegerUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ListUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LongSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LongUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.MapUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.S3LinkUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ShortSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ShortUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.StringSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.StringUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.UUIDSetUnmarshaller
 
instance() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.UUIDUnmarshaller
 
IntegerSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java Integers.
IntegerUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java Integers.
InternalServerErrorException - Exception in com.amazonaws.services.dynamodbv2.model
An error occurred on the server side.
InternalServerErrorException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.InternalServerErrorException
Constructs a new InternalServerErrorException with the specified error message.
isAllSegmentScanFinished() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask
 
isBackfilling() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
Indicates whether the index is currently backfilling.
isBOOL() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Boolean data type.
isConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Returns whether this query uses consistent reads.
isConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
isConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
isConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
 
isConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A value that if set to true, then the operation uses strongly consistent reads; otherwise, eventually consistent reads are used.
isConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
The consistency of a read operation.
isConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that if set to true, then the operation uses strongly consistent reads; otherwise, eventually consistent reads are used.
isEmpty() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Returns whether the collection is empty.
isExists() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
Causes DynamoDB to evaluate the value before attempting a conditional operation:
isNull(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns true if the specified attribute exists with a null value; false otherwise.
isNULL() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Null data type.
isPartialUpdate() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
Returns true if this transformation is being called as part of a partial update operation.
isPresent(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns true if this item contains the specified attribute; false otherwise.
isScanIndexForward() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Returns whether this query scans forward.
isScanIndexForward() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
isScanIndexForward() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that specifies ascending (true) or descending (false) traversal of the index.
Item - Class in com.amazonaws.services.dynamodbv2.document
An item in DynamoDB.
Item() - Constructor for class com.amazonaws.services.dynamodbv2.document.Item
 
ItemCollection<R> - Class in com.amazonaws.services.dynamodbv2.document
A collection of Item's.
ItemCollection() - Constructor for class com.amazonaws.services.dynamodbv2.document.ItemCollection
 
ItemCollectionMetrics - Class in com.amazonaws.services.dynamodbv2.model
Information about item collections, if any, that were affected by the operation.
ItemCollectionMetrics() - Constructor for class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
 
ItemCollectionSizeLimitExceededException - Exception in com.amazonaws.services.dynamodbv2.model
An item collection is too large.
ItemCollectionSizeLimitExceededException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.ItemCollectionSizeLimitExceededException
Constructs a new ItemCollectionSizeLimitExceededException with the specified error message.
ItemConverter - Interface in com.amazonaws.services.dynamodbv2.datamodeling
The concrete realization of a strategy for converting between Java objects and DynamoDB AttributeValues.
iterator() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Returns an iterator over this list that lazily initializes results as necessary.
iterator() - Method in class com.amazonaws.services.dynamodbv2.document.Page
 

J

jsonErrorUnmarshallers - Variable in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
List of exception unmarshallers for all AmazonDynamoDBv2 exceptions.
JsonMarshaller<T> - Class in com.amazonaws.services.dynamodbv2.datamodeling
Simple JSON marshaller that uses Jackson mapper.
JsonMarshaller() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.JsonMarshaller
 

K

KeyAttribute - Class in com.amazonaws.services.dynamodbv2.document
A key attribute which consists of an attribute name and value.
KeyAttribute(String, Object) - Constructor for class com.amazonaws.services.dynamodbv2.document.KeyAttribute
A key attribute which consists of an attribute name and value.
KeyConditions - Enum in com.amazonaws.services.dynamodbv2.document
Simple key conditions.
KeyPair - Class in com.amazonaws.services.dynamodbv2.datamodeling
 
KeyPair() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
 
KeysAndAttributes - Class in com.amazonaws.services.dynamodbv2.model
Represents a set of primary keys and, for each key, the attributes to retrieve from the table.
KeysAndAttributes() - Constructor for class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
 
KeySchemaElement - Class in com.amazonaws.services.dynamodbv2.model
Represents a single element of a key schema.
KeySchemaElement() - Constructor for class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
Default constructor for a new KeySchemaElement object.
KeySchemaElement(String, String) - Constructor for class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
Constructs a new KeySchemaElement object.
KeySchemaElement(String, KeyType) - Constructor for class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
Constructs a new KeySchemaElement object.
KeyType - Enum in com.amazonaws.services.dynamodbv2.model
Key Type

L

L(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Creates a path operand that refers to a list attribute for the purpose of building expressions.
L - Class in com.amazonaws.services.dynamodbv2.xspec
A path operand that refers to a list attribute in DynamoDB; used for building expressions.
lastIndexOf(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
le(Object) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
Creates and returns a condition of the range key being less than or equal to the given value.
le(Object) - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
Creates and returns a condition of the range key being less than or equal to the given value.
le(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a comparator condition (that evaluates to true if the value of the current attribute is less than or equal to the specified value) for building condition expression.
le(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a comparator condition (that evaluates to true if the value of the current attribute is less than or equal to that of the specified attribute) for building condition expression.
LimitExceededException - Exception in com.amazonaws.services.dynamodbv2.model
The number of concurrent table requests (cumulative number of tables in the CREATING , DELETING or UPDATING state) exceeds the maximum allowed of 10.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
list_append(String, T) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns a ListAppend object which represents a list_append(operand, operand) function call; used for building expression.
list_append(String, List<? extends T>) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns a ListAppend object which represents a list_append(operand, operand) function call; used for building expression.
list_append(List<? extends T>, String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns a ListAppend object which represents a list_append(operand, operand) function call; used for building expression.
listAppend(Object...) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
Returns an ListAppend for building expression that involves a list_append(operand, operand) function for the purpose of adding the specified values to the current list attribute.
listAppend(List<?>) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
Returns an ListAppend for building expression that involves a list_append(operand, operand) function for the purpose of adding the specified list of values to that of the current list attribute.
listAppend(L) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
Returns an ListAppend for building expression that involves a list_append(operand, operand) function for the purpose of adding the values of the specified list attribute to the current list attribute.
ListAppendFunction - Class in com.amazonaws.services.dynamodbv2.xspec
Represents the list_append(operand, operand) function in building expression.
listIterator() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
listIterator(int) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
listTables(ListTablesRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Returns an array of table names associated with the current account and endpoint.
listTables() - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Returns an array of table names associated with the current account and endpoint.
listTables(String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Returns an array of table names associated with the current account and endpoint.
listTables(String, Integer) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Returns an array of table names associated with the current account and endpoint.
listTables(Integer) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Returns an array of table names associated with the current account and endpoint.
listTables(ListTablesRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Returns an array of table names associated with the current account and endpoint.
listTables() - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Returns an array of table names associated with the current account and endpoint.
listTables(String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Returns an array of table names associated with the current account and endpoint.
listTables(String, Integer) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Returns an array of table names associated with the current account and endpoint.
listTables(Integer) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Returns an array of table names associated with the current account and endpoint.
listTables() - Method in interface com.amazonaws.services.dynamodbv2.document.api.ListTablesApi
Returns a collection of all the tables (initialized with the respective table names) associated with the current account and endpoint.
listTables(String) - Method in interface com.amazonaws.services.dynamodbv2.document.api.ListTablesApi
Returns a collection of tables (initialized with the respective table names) associated with the current account and endpoint, starting with a name after the specified exclusiveStartTableName .
listTables(String, int) - Method in interface com.amazonaws.services.dynamodbv2.document.api.ListTablesApi
Returns a collection of tables (initialized with the respective table names) up to the specified maxResultSize associated with the current account and endpoint, starting with a name after the specified exclusiveStartTableName.
listTables(int) - Method in interface com.amazonaws.services.dynamodbv2.document.api.ListTablesApi
Returns a collection of tables (initialized with the respective table names) up to the specified maxResultSize associated with the current account and endpoint.
listTables(ListTablesSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.ListTablesApi
List tables by specifying all the details.
listTables() - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
listTables(String) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
listTables(String, int) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
listTables(int) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
listTables(ListTablesSpec) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
 
ListTablesApi - Interface in com.amazonaws.services.dynamodbv2.document.api
DynamoDB ListTables API.
listTablesAsync(ListTablesRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Returns an array of table names associated with the current account and endpoint.
listTablesAsync(ListTablesRequest, AsyncHandler<ListTablesRequest, ListTablesResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Returns an array of table names associated with the current account and endpoint.
listTablesAsync(ListTablesRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Returns an array of table names associated with the current account and endpoint.
listTablesAsync(ListTablesRequest, AsyncHandler<ListTablesRequest, ListTablesResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Returns an array of table names associated with the current account and endpoint.
ListTablesRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the ListTables operation.
ListTablesRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
Default constructor for a new ListTablesRequest object.
ListTablesRequest(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
Constructs a new ListTablesRequest object.
ListTablesRequest(String, Integer) - Constructor for class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
Constructs a new ListTablesRequest object.
ListTablesResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a ListTables operation.
ListTablesResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.ListTablesResult
 
ListTablesSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
Full parameter specification for the ListTables API.
ListTablesSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
 
ListUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals Lists into Java Lists.
ListUnmarshaller(ArgumentUnmarshaller) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ListUnmarshaller
 
load(Class<T>, Object, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Loads an object with the hash key given and a configuration override.
load(Class<T>, Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Loads an object with the hash key given, using the default configuration.
load(Class<T>, Object, Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Loads an object with a hash and range key, using the default configuration.
load(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Returns an object whose keys match those of the prototype key object given, or null if no such item exists.
load(T, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Returns an object whose keys match those of the prototype key object given, or null if no such item exists.
load(Class<T>, Object, Object, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Returns an object with the given hash key, or null if no such object exists.
loadAllResults() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Eagerly loads all results for this list.
LocalSecondaryIndex - Class in com.amazonaws.services.dynamodbv2.model
Represents the properties of a local secondary index.
LocalSecondaryIndex() - Constructor for class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
 
LocalSecondaryIndexDescription - Class in com.amazonaws.services.dynamodbv2.model
Represents the properties of a local secondary index.
LocalSecondaryIndexDescription() - Constructor for class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
 
LongSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java Longs.
LongUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java Longs.
LowLevelResultListener<R> - Class in com.amazonaws.services.dynamodbv2.document
Can be used to listen to the event of receiving a low level result of type R from the server side.
LowLevelResultListener() - Constructor for class com.amazonaws.services.dynamodbv2.document.LowLevelResultListener
 
lt(Object) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
Creates and returns a condition of the range key being less than the given value.
lt(Object) - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
Creates and returns a condition of the range key being less than the given value.
lt(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a comparator condition (that evaluates to true if the value of the current attribute is less than the specified value) for building condition expression.
lt(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a comparator condition (that evaluates to true if the value of the current attribute is less than that of the specified attribute) for building condition expression.

M

M(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Creates a path operand that refers to a map attribute for the purpose of building expressions.
M - Class in com.amazonaws.services.dynamodbv2.xspec
A path operand that refers to a map attribute in DynamoDB; used for building expressions.
mapper - Variable in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Reference to the DynamoDB mapper for marshalling DynamoDB attributes back into objects
MapToMapMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
 
MapToMapMarshaller(ArgumentMarshaller) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.MapToMapMarshaller
 
MapUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
 
MapUnmarshaller(ArgumentUnmarshaller) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.MapUnmarshaller
 
marshall(Object) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller
Marshalls the object given into an AttributeValue.
marshall(T) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller
Turns an object of type T into its String representation.
marshall(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.JsonMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanSetToNumberSetMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanToBooleanMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanToNumberMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteArraySetToBinarySetMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteArrayToBinaryMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteBufferSetToBinarySetMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteBufferToBinaryMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CalendarSetToStringSetMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CalendarToStringMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CollectionToListMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CustomMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.DateSetToStringSetMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.DateToStringMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.MapToMapMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.NumberSetToNumberSetMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.NumberToNumberMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectSetToStringSetMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectToMapMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectToStringMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.S3LinkToStringMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.StringSetToStringSetMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.StringToStringMarshaller
 
marshall(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.UUIDSetToStringSetMarshaller
 
marshallIntoObject(Class<T>, Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Creates and fills in the attributes on an instance of the class given with the attributes given.
marshallIntoObjects(Class<T>, List<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Unmarshalls the list of item attributes into objects of type clazz.
mergeExpectedAttributeValueConditions() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Merge and return all the expected value conditions (either user-specified or imposed by the internal implementation of DynamoDBMapper) for this save operation.
minus(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a MinusOperation object that represents the subtraction of the given value from that of the current attribute; used for building update expression.
minus(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a MinusOperation object that represents the subtraction of the value of the given attribute from that of the current attribute; used for building update expression.
MinusOperation - Class in com.amazonaws.services.dynamodbv2.xspec
Represents a minus binary operation in building expressions that involve number attributes.

N

N(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Creates a path operand that refers to a number attribute for the purpose of building expressions.
N - Class in com.amazonaws.services.dynamodbv2.xspec
A path operand that refers to a number attribute in DynamoDB; used for building expressions.
NameMap - Class in com.amazonaws.services.dynamodbv2.document.utils
Utility class for name maps.
NameMap() - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.NameMap
 
ne(Object) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
 
ne(B) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to that of the specified attribute) for building condition expression.
ne(ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to the specified value) for building condition expression.
ne(byte[]) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is not equal to that of the specified path operand) for building condition expression.
ne(boolean) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to that of the specified value) for building condition expression.
ne(BOOL) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to that of the specified attribute) for building condition expression.
ne(byte[]...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to the set of specified values) for building condition expression.
ne(ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to the set of specified values) for building condition expression.
ne(BS) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to that of the specified attribute) for building condition expression.
ne(FunctionOperand) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
 
ne(L) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
 
ne(List<?>) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is not equal to that of the specified path operand) for building condition expression.
ne(FunctionOperand) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
 
ne(M) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
 
ne(Map<String, ?>) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is not equal to that of the specified path operand) for building condition expression.
ne(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to that of the specified attribute) for building condition expression.
ne(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is not equal to that of the specified path operand) for building condition expression.
ne(Number...) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to the set of specified values) for building condition expression.
ne(NS) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to the set of specified values) for building condition expression.
ne(Set<T>) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is not equal to that of the specified path operand) for building condition expression.
ne(S) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to that of the specified attribute) for building condition expression.
ne(String) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is not equal to that of the specified path operand) for building condition expression.
ne(String...) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to the set of specified values) for building condition expression.
ne(SS) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns a comparator condition (that evaluates to true if the value of the current attribute is not equal to that of the specified attribute) for building condition expression.
ne(Set<String>) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns a comparator condition (that evaluates to true if the attribute value referred to by this path operand is not equal to that of the specified path operand) for building condition expression.
negate() - Method in class com.amazonaws.services.dynamodbv2.xspec.Condition
Returns a new condition based on the negation of the current condition.
NegationCondition - Class in com.amazonaws.services.dynamodbv2.xspec
Represents a negation condition in building condition expressions.
nextPage() - Method in class com.amazonaws.services.dynamodbv2.document.Page
Retrieves the next page.
nextResults - Variable in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Lazily loaded next results waiting to be added into allResults
NONE - Static variable in class com.amazonaws.services.dynamodbv2.document.LowLevelResultListener
 
none() - Static method in class com.amazonaws.services.dynamodbv2.document.LowLevelResultListener
 
not(Condition) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns a negation of the specified condition; used for building condition expression.
notContains(Object) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
 
notExist() - Method in class com.amazonaws.services.dynamodbv2.document.Expected
Expects the attribute be non-existing.
notExists() - Method in class com.amazonaws.services.dynamodbv2.xspec.PathOperand
Returns a function condition (that evaluates to true if the attribute referred to by this path operand does not exist) for building condition expression.
NS(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Creates a path operand that refers to a number-set attribute for the purpose of building expressions.
NS - Class in com.amazonaws.services.dynamodbv2.xspec
A path operand that refers to a number set attribute in DynamoDB; used for building expressions.
NULL(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Creates a path operand that refers to a NULL attribute for the purpose of building expressions.
NULL - Class in com.amazonaws.services.dynamodbv2.xspec
A path operand that refers to a NULL attribute in DynamoDB; used for building expressions.
NullableUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
 
NullableUnmarshaller(ArgumentUnmarshaller) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NullableUnmarshaller
 
numberOfAttributes() - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns the number of attributes of this item.
NumberSetToNumberSetMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals sets of Java Numbers into DynamoDB NumberSets.
NumberToNumberMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals any Java Number to a DynamoDB number.

O

object - Variable in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
 
ObjectSetToStringSetMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A legacy marshaller that marshals sets of arbitrary Java objects into DynamoDB StringSets by using String.valueOf(Object).
ObjectSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
 
ObjectSetUnmarshaller(ArgumentUnmarshaller) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectSetUnmarshaller
 
ObjectToMapMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
 
ObjectToMapMarshaller(ItemConverter) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectToMapMarshaller
 
ObjectToStringMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals Java Object objects into DynamoDB Strings.
ObjectUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
 
ObjectUnmarshaller(ItemConverter, Class<?>) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectUnmarshaller
 
onLowLevelResult(R) - Method in class com.amazonaws.services.dynamodbv2.document.LowLevelResultListener
 
onNonKeyAttribute(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Implement this method for necessary operations when a non-key attribute is set a non-null value in the object.
onNullNonKeyAttribute(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Implement this method for necessary operations when a non-key attribute is set null in the object.
onPrimaryKeyAttributeValue(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Implement this method to do the necessary operations when a primary key attribute is set with some value.
Operand - Class in com.amazonaws.services.dynamodbv2.xspec
Represents an operand for building expressions.
Operand() - Constructor for class com.amazonaws.services.dynamodbv2.xspec.Operand
 
or(Condition) - Method in class com.amazonaws.services.dynamodbv2.xspec.Condition
Returns a new condition based on the disjunction of the current condition and the given condition.
OrCondition - Class in com.amazonaws.services.dynamodbv2.xspec
Represents an OR condition in building condition expressions.

P

Page<T,R> - Class in com.amazonaws.services.dynamodbv2.document
A page contains a list of items; accessing methods on the list are guaranteed to be purely in-memory operations that will not block or throw exceptions because of transient network issues.
Page(List<T>, R) - Constructor for class com.amazonaws.services.dynamodbv2.document.Page
 
PaginatedList<T> - Class in com.amazonaws.services.dynamodbv2.datamodeling
Unmodifiable list supporting paginated result sets from Amazon DynamoDB.
PaginatedList(DynamoDBMapper, Class<T>, AmazonDynamoDB) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Constructs a PaginatedList instance using the default PaginationLoadingStrategy
PaginatedList(DynamoDBMapper, Class<T>, AmazonDynamoDB, DynamoDBMapperConfig.PaginationLoadingStrategy) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Constructs a PaginatedList instance.
PaginatedParallelScanList<T> - Class in com.amazonaws.services.dynamodbv2.datamodeling
Implementation of the List interface that represents the results from a parallel scan in AWS DynamoDB.
PaginatedParallelScanList(DynamoDBMapper, Class<T>, AmazonDynamoDB, ParallelScanTask, DynamoDBMapperConfig.PaginationLoadingStrategy, DynamoDBMapperConfig) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedParallelScanList
 
PaginatedQueryList<T> - Class in com.amazonaws.services.dynamodbv2.datamodeling
Implementation of the List interface that represents the results from a query in AWS DynamoDB.
PaginatedQueryList(DynamoDBMapper, Class<T>, AmazonDynamoDB, QueryRequest, QueryResult, DynamoDBMapperConfig.PaginationLoadingStrategy, DynamoDBMapperConfig) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedQueryList
 
PaginatedScanList<T> - Class in com.amazonaws.services.dynamodbv2.datamodeling
Implementation of the List interface that represents the results from a scan in AWS DynamoDB.
PaginatedScanList(DynamoDBMapper, Class<T>, AmazonDynamoDB, ScanRequest, ScanResult, DynamoDBMapperConfig.PaginationLoadingStrategy, DynamoDBMapperConfig) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedScanList
 
parallelScan(Class<T>, DynamoDBScanExpression, int) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Scans through an Amazon DynamoDB table on logically partitioned segments in parallel and returns the matching results in one unmodifiable list of instantiated objects, using the default configuration.
parallelScan(Class<T>, DynamoDBScanExpression, int, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Scans through an Amazon DynamoDB table on logically partitioned segments in parallel.
ParallelScanTask - Class in com.amazonaws.services.dynamodbv2.datamodeling
 
ParallelScanTask(DynamoDBMapper, AmazonDynamoDB, List<ScanRequest>) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask
Deprecated.
parenthesize(Condition) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns an explicitly parenthesized condition, ie '(' condition ')' used in building condition expressions.
ParenthesizedCondition - Class in com.amazonaws.services.dynamodbv2.xspec
An explicitly parenthesized condition, ie '(' condition ')', used in building condition expressions.
PathOperand - Class in com.amazonaws.services.dynamodbv2.xspec
A path operand used in building DynamooDB expressions such as update expressions and condition (aka filter) expressions.
plus(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a PlusOperation that represents the addition of the given value to that of the current attribute; used for building update expression.
plus(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a PlusOperation object that represents the addition of the value of the given attribute to that of the current attribute; used for building update expression.
PlusOperation - Class in com.amazonaws.services.dynamodbv2.xspec
Represents a plus binary operation in building expressions that involve number attributes.
PrimaryKey - Class in com.amazonaws.services.dynamodbv2.document
Used to represent a primary key that has one or multiple key components.
PrimaryKey() - Constructor for class com.amazonaws.services.dynamodbv2.document.PrimaryKey
 
PrimaryKey(KeyAttribute...) - Constructor for class com.amazonaws.services.dynamodbv2.document.PrimaryKey
Constructs with the specified key components.
PrimaryKey(String, Object) - Constructor for class com.amazonaws.services.dynamodbv2.document.PrimaryKey
Constructs with a hash key.
PrimaryKey(String, Object, String, Object) - Constructor for class com.amazonaws.services.dynamodbv2.document.PrimaryKey
Constructs with a hash key and a range key.
Projection - Class in com.amazonaws.services.dynamodbv2.model
Represents attributes that are copied (projected) from the table into an index.
Projection() - Constructor for class com.amazonaws.services.dynamodbv2.model.Projection
 
ProjectionType - Enum in com.amazonaws.services.dynamodbv2.model
Projection Type
ProvisionedThroughput - Class in com.amazonaws.services.dynamodbv2.model
Represents the provisioned throughput settings for a specified table or index.
ProvisionedThroughput() - Constructor for class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
Default constructor for a new ProvisionedThroughput object.
ProvisionedThroughput(Long, Long) - Constructor for class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
Constructs a new ProvisionedThroughput object.
ProvisionedThroughputDescription - Class in com.amazonaws.services.dynamodbv2.model
Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
ProvisionedThroughputDescription() - Constructor for class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
 
ProvisionedThroughputExceededException - Exception in com.amazonaws.services.dynamodbv2.model
The request rate is too high, or the request is too large, for the available throughput to accommodate.
ProvisionedThroughputExceededException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputExceededException
Constructs a new ProvisionedThroughputExceededException with the specified error message.
put(Object) - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
Used to update an attribute.
putItem(PutItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Creates a new item, or replaces an old item with a new item.
putItem(String, Map<String, AttributeValue>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Creates a new item, or replaces an old item with a new item.
putItem(String, Map<String, AttributeValue>, String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Creates a new item, or replaces an old item with a new item.
putItem(PutItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Creates a new item, or replaces an old item with a new item.
putItem(String, Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Creates a new item, or replaces an old item with a new item.
putItem(String, Map<String, AttributeValue>, String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Creates a new item, or replaces an old item with a new item.
putItem(Item) - Method in interface com.amazonaws.services.dynamodbv2.document.api.PutItemApi
Unconditional put.
putItem(Item, Expected...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.PutItemApi
Conditional put.
putItem(Item, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.PutItemApi
Conditional put via condition expression.
putItem(PutItemSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.PutItemApi
Puts an item by specifying all the details.
putItem(Item) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
putItem(Item, Expected...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
putItem(Item, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
putItem(PutItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
PutItemApi - Interface in com.amazonaws.services.dynamodbv2.document.api
A Table-centric PutItem API.
putItemAsync(PutItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Creates a new item, or replaces an old item with a new item.
putItemAsync(PutItemRequest, AsyncHandler<PutItemRequest, PutItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Creates a new item, or replaces an old item with a new item.
putItemAsync(PutItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Creates a new item, or replaces an old item with a new item.
putItemAsync(PutItemRequest, AsyncHandler<PutItemRequest, PutItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Creates a new item, or replaces an old item with a new item.
PutItemExpressionSpec - Class in com.amazonaws.services.dynamodbv2.xspec
Expression specification for making PutItem request to Amazon DynamoDB.
PutItemOutcome - Class in com.amazonaws.services.dynamodbv2.document
The outcome of putting an item to a DynamoDB table.
PutItemOutcome(PutItemResult) - Constructor for class com.amazonaws.services.dynamodbv2.document.PutItemOutcome
 
PutItemRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the PutItem operation.
PutItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Default constructor for a new PutItemRequest object.
PutItemRequest(String, Map<String, AttributeValue>) - Constructor for class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Constructs a new PutItemRequest object.
PutItemRequest(String, Map<String, AttributeValue>, String) - Constructor for class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Constructs a new PutItemRequest object.
PutItemRequest(String, Map<String, AttributeValue>, ReturnValue) - Constructor for class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Constructs a new PutItemRequest object.
PutItemResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a PutItem operation.
PutItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.PutItemResult
 
PutItemSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
Full parameter specification for the PutItem API.
PutItemSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
PutRequest - Class in com.amazonaws.services.dynamodbv2.model
Represents a request to perform a PutItem operation on an item.
PutRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.PutRequest
Default constructor for a new PutRequest object.
PutRequest(Map<String, AttributeValue>) - Constructor for class com.amazonaws.services.dynamodbv2.model.PutRequest
Constructs a new PutRequest object.

Q

query(QueryRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.
query(QueryRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.
query(Class<T>, DynamoDBQueryExpression<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Queries an Amazon DynamoDB table and returns the matching results as an unmodifiable list of instantiated objects, using the default configuration.
query(Class<T>, DynamoDBQueryExpression<T>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Queries an Amazon DynamoDB table and returns the matching results as an unmodifiable list of instantiated objects.
query(String, Object) - Method in interface com.amazonaws.services.dynamodbv2.document.api.QueryApi
Retrieves items by the specified hash key.
query(KeyAttribute) - Method in interface com.amazonaws.services.dynamodbv2.document.api.QueryApi
Retrieves items by the specified hash key.
query(KeyAttribute, RangeKeyCondition) - Method in interface com.amazonaws.services.dynamodbv2.document.api.QueryApi
Retrieves items by the specified hash key and a range key condition.
query(String, Object, RangeKeyCondition) - Method in interface com.amazonaws.services.dynamodbv2.document.api.QueryApi
 
query(KeyAttribute, RangeKeyCondition, QueryFilter...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.QueryApi
Retrieves items by the specified hash key, a range key condition and a list of query filters.
query(String, Object, RangeKeyCondition, QueryFilter...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.QueryApi
 
query(KeyAttribute, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.QueryApi
Retrieves items by the specified hash key, a range key condition, and a filter expression string.
query(String, Object, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.QueryApi
 
query(KeyAttribute, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.QueryApi
Retrieves items by the specified hash key, a range key condition, a filter expression and a projection expression.
query(String, Object, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.QueryApi
Retrieves items by the specified hash key, a range key condition, a filter expression and a projection expression.
query(QuerySpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.QueryApi
Queries table by specifying all the details.
query(KeyAttribute, RangeKeyCondition) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
query(KeyAttribute, RangeKeyCondition, QueryFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
query(KeyAttribute, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
query(KeyAttribute, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
query(KeyAttribute, RangeKeyCondition, QueryExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
query(QuerySpec) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
query(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
query(String, Object, RangeKeyCondition) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
query(String, Object, RangeKeyCondition, QueryFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
query(String, Object, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
query(String, Object, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
query(KeyAttribute) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
query(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
query(KeyAttribute) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
query(KeyAttribute, RangeKeyCondition) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
query(KeyAttribute, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
query(KeyAttribute, RangeKeyCondition, QueryFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
query(KeyAttribute, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
query(QuerySpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
query(String, Object, RangeKeyCondition) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
query(String, Object, RangeKeyCondition, QueryFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
query(String, Object, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
query(String, Object, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
query(String, Object, RangeKeyCondition, QueryExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
QueryApi - Interface in com.amazonaws.services.dynamodbv2.document.api
A Table-centric Query API.
queryAsync(QueryRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.
queryAsync(QueryRequest, AsyncHandler<QueryRequest, QueryResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.
queryAsync(QueryRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.
queryAsync(QueryRequest, AsyncHandler<QueryRequest, QueryResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.
QueryExpressionSpec - Class in com.amazonaws.services.dynamodbv2.xspec
Expression specification for making query request to Amazon DynamoDB.
QueryFilter - Class in com.amazonaws.services.dynamodbv2.document
QueryFilter(String) - Constructor for class com.amazonaws.services.dynamodbv2.document.QueryFilter
QueryOutcome - Class in com.amazonaws.services.dynamodbv2.document
The outcome of query on DynamoDB table.
QueryOutcome(QueryResult) - Constructor for class com.amazonaws.services.dynamodbv2.document.QueryOutcome
 
queryPage(Class<T>, DynamoDBQueryExpression<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Queries an Amazon DynamoDB table and returns a single page of matching results.
queryPage(Class<T>, DynamoDBQueryExpression<T>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Queries an Amazon DynamoDB table and returns a single page of matching results.
QueryRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the Query operation.
QueryRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.QueryRequest
Default constructor for a new QueryRequest object.
QueryRequest(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.QueryRequest
Constructs a new QueryRequest object.
QueryResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a Query operation.
QueryResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.QueryResult
 
QueryResultPage<T> - Class in com.amazonaws.services.dynamodbv2.datamodeling
Container for a page of query results
QueryResultPage() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
 
QuerySpec - Class in com.amazonaws.services.dynamodbv2.document.spec
Full parameter specification for the Query API.
QuerySpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 

R

RangeKeyCondition - Class in com.amazonaws.services.dynamodbv2.document
A condition for selecting items with a range key.
RangeKeyCondition(String) - Constructor for class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
A condition for selecting items with a range key.
remove(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
remove(int) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
remove(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Returns a RemoveAction for removing the attribute with the specified path from an item; used for building update expression.
remove() - Method in class com.amazonaws.services.dynamodbv2.xspec.PathOperand
Returns a RemoveAction for removing the attribute referred to by this path operand from an item; used for building update expression.
RemoveAction - Class in com.amazonaws.services.dynamodbv2.xspec
Represents a REMOVE action in the REMOVE section of an update expression.
removeAll(Collection<?>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
removeAttribute(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Removes the specified attribute from the current item.
removeElements(Object...) - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
 
ResourceInUseException - Exception in com.amazonaws.services.dynamodbv2.model
The operation conflicts with the resource's availability.
ResourceInUseException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.ResourceInUseException
Constructs a new ResourceInUseException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.dynamodbv2.model
The operation tried to access a nonexistent table or index.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
retainAll(Collection<?>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
ReturnConsumedCapacity - Enum in com.amazonaws.services.dynamodbv2.model
Return Consumed Capacity
ReturnItemCollectionMetrics - Enum in com.amazonaws.services.dynamodbv2.model
Return Item Collection Metrics
ReturnValue - Enum in com.amazonaws.services.dynamodbv2.model
Return Value

S

S(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Creates a path operand that refers to a string attribute for the purpose of building expressions.
S - Class in com.amazonaws.services.dynamodbv2.xspec
A path operand that refers to a string attribute in DynamoDB; used for building expressions.
S3ClientCache - Class in com.amazonaws.services.dynamodbv2.datamodeling
A smart Map for AmazonS3Client objects.
S3Link - Class in com.amazonaws.services.dynamodbv2.datamodeling
An S3 Link that works with DynamoDBMapper.
S3LinkToStringMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals S3Link objects to DynamoDB Strings, using a JSON encoding.
S3LinkUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
 
S3LinkUnmarshaller(S3ClientCache) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.S3LinkUnmarshaller
 
save(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Saves the object given into DynamoDB, using the default configuration.
save(T, DynamoDBSaveExpression) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Saves the object given into DynamoDB, using the default configuration and the specified saveExpression.
save(T, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Saves the object given into DynamoDB, using the specified configuration.
save(T, DynamoDBSaveExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Saves an item in DynamoDB.
ScalarAttributeType - Enum in com.amazonaws.services.dynamodbv2.model
Scalar Attribute Type
scan(ScanRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
scan(String, List<String>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
scan(String, Map<String, Condition>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
scan(String, List<String>, Map<String, Condition>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
scan(ScanRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
scan(String, List<String>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
scan(String, Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
scan(String, List<String>, Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
scan(Class<T>, DynamoDBScanExpression) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Scans through an Amazon DynamoDB table and returns the matching results as an unmodifiable list of instantiated objects, using the default configuration.
scan(Class<T>, DynamoDBScanExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Scans through an Amazon DynamoDB table and returns the matching results as an unmodifiable list of instantiated objects.
scan(ScanFilter...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.ScanApi
Retrieves items by the specified list of scan filters.
scan(String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.ScanApi
Scans table using a Filter Expression.
scan(String, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.ScanApi
Scans table using a Filter Expression and a Projection Expression.
scan(ScanSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.ScanApi
Scans table by specifying all the details.
scan(ScanFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
scan(String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
scan(String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
scan(ScanExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
scan(ScanSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Index
 
scan(ScanFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
scan(String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
scan(String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
scan(ScanSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
scan(ScanExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
ScanApi - Interface in com.amazonaws.services.dynamodbv2.document.api
A Table-centric Scan API.
scanAsync(ScanRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
scanAsync(ScanRequest, AsyncHandler<ScanRequest, ScanResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
scanAsync(ScanRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
scanAsync(ScanRequest, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
ScanExpressionSpec - Class in com.amazonaws.services.dynamodbv2.xspec
Expression specification for making scan request to Amazon DynamoDB.
ScanFilter - Class in com.amazonaws.services.dynamodbv2.document
ScanFilter(String) - Constructor for class com.amazonaws.services.dynamodbv2.document.ScanFilter
ScanOutcome - Class in com.amazonaws.services.dynamodbv2.document
The outcome of scanning the DynamoDB table.
ScanOutcome(ScanResult) - Constructor for class com.amazonaws.services.dynamodbv2.document.ScanOutcome
 
scanPage(Class<T>, DynamoDBScanExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Scans through an Amazon DynamoDB table and returns a single page of matching results.
scanPage(Class<T>, DynamoDBScanExpression) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Scans through an Amazon DynamoDB table and returns a single page of matching results.
ScanRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the Scan operation.
ScanRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.ScanRequest
Default constructor for a new ScanRequest object.
ScanRequest(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.ScanRequest
Constructs a new ScanRequest object.
ScanResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a Scan operation.
ScanResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.ScanResult
 
ScanResultPage<T> - Class in com.amazonaws.services.dynamodbv2.datamodeling
Container for a page of scan results.
ScanResultPage() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
 
ScanSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
API for fully specifying all the parameters of a Table-centric Scan API.
ScanSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
Select - Enum in com.amazonaws.services.dynamodbv2.model
Select
set(int, T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
set(B) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns a SetAction object used for building update expression.
set(ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns a SetAction object used for building update expression.
set(byte[]) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns a SetAction object used for building update expression.
set(IfNotExistsFunction<B>) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
Returns a SetAction object used for building update expression.
set(BOOL) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
Returns a SetAction object used for building update expression.
set(boolean) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
Returns a SetAction object used for building update expression.
set(IfNotExistsFunction<BOOL>) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
Returns a SetAction object used for building update expression.
set(byte[]...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a SetAction object used for building update expression.
set(ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a SetAction object used for building update expression.
set(BS) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a SetAction object used for building update expression.
set(Set<byte[]>) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a SetAction object used for building update expression.
set(IfNotExistsFunction<BS>) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
Returns a SetAction object used for building update expression.
set(ListAppendFunction) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
Returns a SetAction for adding the value of evaluating the specified ListAppend function as an attribute to an item.
set(L) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
Returns a SetAction object used for building update expression.
set(List<?>) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
Returns a SetAction object used for building update expression.
set(IfNotExistsFunction<L>) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
Returns a SetAction object used for building update expression.
set(M) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
Returns a SetAction object used for building update expression.
set(Map<String, ?>) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
Returns a SetAction object used for building update expression.
set(IfNotExistsFunction<M>) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
Returns a SetAction object used for building update expression.
set(PlusOperation) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a SetAction object used for building update expression with the specified PlusOperation.
set(MinusOperation) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a SetAction object used for building update expression with the specified MinusOperation.
set(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a SetAction object used for building update expression.
set(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a SetAction object used for building update expression.
set(IfNotExistsFunction<N>) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
Returns a SetAction object used for building update expression.
set(Number...) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns a SetAction object used for building update expression.
set(NS) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns a SetAction object used for building update expression.
set(Set<T>) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns a SetAction object used for building update expression.
set(IfNotExistsFunction<NS>) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
Returns a SetAction object used for building update expression.
set() - Method in class com.amazonaws.services.dynamodbv2.xspec.NULL
Returns a SetAction object (used for building update expression) of setting an attribute to null.
set(S) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns a SetAction object used for building update expression.
set(String) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns a SetAction object used for building update expression.
set(IfNotExistsFunction<S>) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
Returns a SetAction object used for building update expression.
set(String...) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns a SetAction object used for building update expression.
set(SS) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns a SetAction object used for building update expression.
set(Set<String>) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns a SetAction object used for building update expression.
set(IfNotExistsFunction<SS>) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
Returns a SetAction object used for building update expression.
setAcl(CannedAccessControlList) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Sets the access control list for the object represented by this S3Link.
setAcl(CannedAccessControlList, RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
 
setAcl(AccessControlList) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Sets the access control list for the object represented by this S3Link.
setAcl(AccessControlList, RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Same as S3Link.setAcl(AccessControlList) but allows specifying a request metric collector.
setAction(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Specifies how to perform the update.
setAction(AttributeAction) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Specifies how to perform the update.
SetAction - Class in com.amazonaws.services.dynamodbv2.xspec
Represents a SET action in the SET section of an update expression.
setAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
An array of attributes that describe the key schema for the table and indexes.
setAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
An array of AttributeDefinition objects.
setAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
An array of attributes that describe the key schema for the table and indexes.
setAttributeName(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
A name for the attribute.
setAttributeName(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
The name of a key attribute.
setAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation.
setAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request.
setAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
A map of attribute values as they appeared before the UpdateItem operation.
setAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
setAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
One or more attributes to retrieve from the table or index.
setAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
setAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
setAttributeType(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
The data type for the attribute.
setAttributeType(ScalarAttributeType) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
The data type for the attribute.
setAttributeUpdates(Map<String, AttributeValueUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
setAttributeValueList(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
One or more values to evaluate against the supplied attribute.
setAttributeValueList(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
One or more values to evaluate against the supplied attribute.
setB(ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Binary data type.
setBackfilling(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
Indicates whether the index is currently backfilling.
setBatchWriteRetryStrategy(DynamoDBMapperConfig.BatchWriteRetryStrategy) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
setBOOL(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Boolean data type.
setBS(Collection<ByteBuffer>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Binary Set data type.
setCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
The total number of capacity units consumed on a table or an index.
setCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The total number of capacity units consumed by the operation.
setComparisonOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
A comparator for evaluating attributes.
setComparisonOperator(ComparisonOperator) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
A comparator for evaluating attributes.
setComparisonOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
A comparator for evaluating attributes in the AttributeValueList.
setComparisonOperator(ComparisonOperator) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
A comparator for evaluating attributes in the AttributeValueList.
setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
Sets the logical operator on the expected attribute conditions of this delete operation.
setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
Sets the logical operator on the expected attribute conditions of this delete operation.
setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the logical operator on the query filter conditions.
setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the logical operator on the query filter conditions.
setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
Sets the logical operator on the expected value conditions of this save operation.
setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
Sets the logical operator on the expected value conditions of this save operation.
setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the logical operator on the filter conditions of this scan.
setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the logical operator on the filter conditions of this scan.
setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A condition that must be satisfied in order for a conditional PutItem operation to succeed.
setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A condition that must be satisfied in order for a conditional update to succeed.
setConsistentRead(boolean) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets whether this query uses consistent reads.
setConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A value that if set to true, then the operation uses strongly consistent reads; otherwise, eventually consistent reads are used.
setConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
The consistency of a read operation.
setConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that if set to true, then the operation uses strongly consistent reads; otherwise, eventually consistent reads are used.
setConsistentReads(DynamoDBMapperConfig.ConsistentReads) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
 
setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
 
setConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
The read capacity units consumed by the operation.
setConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
The capacity units consumed by the operation.
setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
The capacity units consumed by an operation.
setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
The capacity units consumed by an operation.
setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
The capacity units consumed by an operation.
setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The capacity units consumed by an operation.
setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The capacity units consumed by an operation.
setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
The capacity units consumed by an operation.
setConversionSchema(ConversionSchema) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
setCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
 
setCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
 
setCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The number of items in the response.
setCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The number of items in the response.
setCreate(CreateGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
The parameters required for creating a global secondary index on an existing table:
setCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The date and time when the table was created, in UNIX epoch time format.
setDelete(DeleteGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
The name of an existing global secondary index to be removed.
setDeleteRequest(DeleteRequest) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
A request to perform a DeleteItem operation.
setEndpoint(String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Overrides the default endpoint for this client ("http://dynamodb.us-east-1.amazonaws.com/").
setEndpoint(String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
 
setEndpoint(String, String, String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
 
setException(Exception) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
 
setExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the exclusive start key for this query.
setExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the exclusive start key for this scan.
setExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The primary key of the first item that this operation will evaluate.
setExclusiveStartKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The primary key of the first item that this operation will evaluate.
setExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The primary key of the first item that this operation will evaluate.
setExclusiveStartKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The primary key of the first item that this operation will evaluate.
setExclusiveStartTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
The first table name that this operation will evaluate.
setExists(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
Causes DynamoDB to evaluate the value before attempting a conditional operation:
setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
Sets the expected condition to the map of attribute names to expected attribute values given.
setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
Sets the expected condition to the map of attribute names to expected attribute values given.
setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
One or more substitution variables for simplifying complex expressions.
setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
One or more substitution variables for simplifying complex expressions.
setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
One or more substitution variables for simplifying complex expressions.
setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
One or more substitution tokens for attribute names in an expression.
setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
One or more substitution tokens for attribute names in an expression.
setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
One or more substitution tokens for attribute names in an expression.
setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
One or more substitution tokens for attribute names in an expression.
setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
One or more substitution tokens for attribute names in an expression.
setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
One or more substitution tokens for attribute names in an expression.
setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
One or more substitution tokens for attribute names in an expression.
setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
One or more values that can be substituted in an expression.
setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
One or more values that can be substituted in an expression.
setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
One or more values that can be substituted in an expression.
setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
One or more values that can be substituted in an expression.
setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
One or more values that can be substituted in an expression.
setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
One or more values that can be substituted in an expression.
setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
One or more values that can be substituted in an expression.
setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
One or more values that can be substituted in an expression.
setFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Evaluates the query results and returns only the desired values.
setFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Evaluates the query results and returns only the desired values.
setFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you.
setFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you.
setGlobalSecondaryIndexes(Map<String, Capacity>) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The amount of throughput consumed on each global index affected by the operation.
setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
One or more global secondary indexes (the maximum is five) to be created on the table.
setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The global secondary indexes, if any, on the table.
setGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
An array of one or more global secondary indexes for the table.
setHashKey(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
 
setHashKeyValues(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the hash key value(s) for this query.
setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the name of the index to be used by this query.
setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the name of the index to be used by this scan.
setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
The name of the global secondary index to be created.
setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
The name of the global secondary index to be deleted.
setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
The name of the global secondary index.
setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The name of the global secondary index.
setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
The name of the local secondary index.
setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
Represents the name of the local secondary index.
setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The name of an index to query.
setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The name of a secondary index to scan.
setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
The name of the global secondary index to be updated.
setIndexSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The total size of the specified index, in bytes.
setIndexSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
The total size of the specified index, in bytes.
setIndexStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The current state of the global secondary index:
setIndexStatus(IndexStatus) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The current state of the global secondary index:
setItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
A map of attribute names to AttributeValue objects, as specified by AttributesToGet.
setItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A map of attribute name/value pairs, one for each attribute.
setItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem.
setItemCollectionKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
The hash key value of the item collection.
setItemCollectionMetrics(Map<String, List<ItemCollectionMetrics>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.
setItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
Information about item collections, if any, that were affected by the operation.
setItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
Information about item collections, if any, that were affected by the operation.
setItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
Information about item collections, if any, that were affected by the operation.
setItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The number of items in the specified index.
setItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
The number of items in the specified index.
setItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The number of items in the specified table.
setItems(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
An array of item attributes that match the query criteria.
setItems(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
An array of item attributes that match the scan criteria.
setKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.
setKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.
setKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
A map of attribute name to attribute values, representing the primary key of the item to delete.
setKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
A map of attribute name to attribute values, representing the primary key of the item to delete.
setKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
setKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
setKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
The primary key of the item to be updated.
setKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
The primary key of the item to be updated.
setKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the condition that specifies the key value(s) for items to be retrieved by the Query action.
setKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The condition that specifies the key value(s) for items to be retrieved by the Query action.
setKeyConditions(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
setKeys(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
The primary key attribute values that define the items and the attributes associated with the items.
setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
The key schema for the global secondary index.
setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Specifies the attributes that make up the primary key for a table or an index.
setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The complete key schema for the global secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
The complete index key schema, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The primary key structure for the table.
setKeyType(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
The attribute data, consisting of the data type and the attribute value itself.
setKeyType(KeyType) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
The attribute data, consisting of the data type and the attribute value itself.
setL(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A List of attribute values.
setLastDecreaseDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The date and time of the last provisioned throughput decrease for this table.
setLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
 
setLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
 
setLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The primary key of the item where the operation stopped, inclusive of the previous result set.
setLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The primary key of the item where the operation stopped, inclusive of the previous result set.
setLastEvaluatedTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
The name of the last table in the current page of results.
setLastIncreaseDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The date and time of the last provisioned throughput increase for this table.
setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the maximum number of items to retrieve in each service request to DynamoDB.
setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the limit of items to scan during this scan.
setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
A maximum number of table names to return.
setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The maximum number of items to evaluate (not necessarily the number of matching items).
setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The maximum number of items to evaluate (not necessarily the number of matching items).
setLocalSecondaryIndexes(Map<String, Capacity>) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The amount of throughput consumed on each local index affected by the operation.
setLocalSecondaryIndexes(Collection<LocalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
One or more local secondary indexes (the maximum is five) to be created on the table.
setLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
Represents one or more local secondary indexes on the table.
setM(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Map of attribute values.
setN(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Number data type.
setNonKeyAttributes(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
Represents the non-key attribute names which will be projected into the index.
setNS(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Number Set data type.
setNULL(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Null data type.
setNumberOfDecreasesToday(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The number of provisioned throughput decreases for this table during this UTC calendar day.
setObjectTableNameResolver(DynamoDBMapperConfig.ObjectTableNameResolver) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
setPaginationLoadingStrategy(DynamoDBMapperConfig.PaginationLoadingStrategy) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
Represents attributes that are copied (projected) from the table into an index.
setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
Represents attributes that are copied (projected) from the table into an index.
setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
Represents attributes that are copied (projected) from the table into an index.
setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
Represents attributes that are copied (projected) from the table into an index.
setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
Represents attributes that are copied (projected) from the table into an index.
setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
A string that identifies one or more attributes to retrieve from the table.
setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
A string that identifies one or more attributes to retrieve from the table.
setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A string that identifies one or more attributes to retrieve from the table.
setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
A string that identifies one or more attributes to retrieve from the table.
setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A string that identifies one or more attributes to retrieve from the table.
setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
A string that identifies one or more attributes to retrieve from the specified table or index.
setProjectionType(String) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
The set of attributes that are projected into the index:
setProjectionType(ProjectionType) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
The set of attributes that are projected into the index:
setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
Represents the provisioned throughput settings for a specified table or index.
setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Represents the provisioned throughput settings for a specified table or index.
setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
Represents the provisioned throughput settings for a specified table or index.
setProvisionedThroughput(ProvisionedThroughputDescription) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
setProvisionedThroughput(ProvisionedThroughputDescription) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
Represents the provisioned throughput settings for a specified table or index.
setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
Represents the provisioned throughput settings for a specified table or index.
setPutRequest(PutRequest) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
A request to perform a PutItem operation.
setQueryFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the query filter applied on this query.
setQueryFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
setRangeKey(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
 
setRangeKeyConditions(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the range key condition for this query.
setReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
setReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
setRegion(Region) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
An alternative to AmazonDynamoDB.setEndpoint(String), sets the regional endpoint for this client's service calls.
setRequestItems(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table.
setRequestItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest).
setRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
setResponses(Map<String, List<Map<String, AttributeValue>>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
A map of table name to a list of items.
setResults(List<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
 
setResults(List<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
 
setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
setReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
setReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
setReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
setReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
setReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
setReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
setReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
setReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
setReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
setReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
setReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
setReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated.
setReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated.
setS(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A String data type.
setSaveBehavior(DynamoDBMapperConfig.SaveBehavior) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
setScanFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the scan filter to the map of attribute names to conditions given.
setScanFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
setScanIndexForward(boolean) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets whether this query scans forward.
setScanIndexForward(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that specifies ascending (true) or descending (false) traversal of the index.
setScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
 
setScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
 
setScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The number of items evaluated, before any QueryFilter is applied.
setScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The number of items evaluated, before any ScanFilter is applied.
setSegment(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the ID of the segment to be scanned.
setSegment(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.
setSelect(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
The attributes to be returned in the result.
setSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
The attributes to be returned in the result.
setSelect(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
The attributes to be returned in the result.
setSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
The attributes to be returned in the result.
setSelect(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The attributes to be returned in the result.
setSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The attributes to be returned in the result.
setSelect(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The attributes to be returned in the result.
setSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The attributes to be returned in the result.
setSizeEstimateRangeGB(Collection<Double>) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
An estimate of item collection size, in gigabytes.
setSS(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A String Set data type.
setTable(Capacity) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The amount of throughput consumed on the table affected by the operation.
setTable(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
Represents the properties of a table.
setTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
Represents the properties of a table.
setTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
Represents the properties of a table.
setTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
Represents the properties of a table.
setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The name of the table that was affected by the operation.
setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
The name of the table to create.
setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
The name of the table from which to delete the item.
setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
The name of the table to delete.
setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
The name of the table to describe.
setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
The name of the table containing the requested item.
setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
The name of the table to contain the item.
setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The name of the table containing the requested items.
setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.
setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The name of the table.
setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
The name of the table containing the item to update.
setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
The name of the table to be updated.
setTableNameOverride(DynamoDBMapperConfig.TableNameOverride) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
setTableNameResolver(DynamoDBMapperConfig.TableNameResolver) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
setTableNames(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
The names of the tables associated with the current account at the current endpoint.
setTableSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The total size of the specified table, in bytes.
setTableStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The current state of the table:
setTableStatus(TableStatus) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The current state of the table:
setTotalSegments(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the total number of segments into which the scan will be divided.
setTotalSegments(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided.
setUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
 
setUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
A map of tables and requests against those tables that were not processed.
setUnprocessedKeys(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
A map of tables and their respective keys that were not processed with the current response.
setUpdate(UpdateGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.
setUpdateExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.
setValue(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Represents the data for an attribute.
setValue(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
Represents the data for an attribute.
setWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
setWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
ShortSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java Shorts.
ShortUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java Shorts.
shutdown() - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
Shuts down and release all resources.
size() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
size() - Method in class com.amazonaws.services.dynamodbv2.document.Page
 
SS(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Creates a path operand that refers to a string-set attribute for the purpose of building expressions.
SS - Class in com.amazonaws.services.dynamodbv2.xspec
A path operand that refers to a string set attribute in DynamoDB; used for building expressions.
StringSetToStringSetMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals sets of Java Strings to DynamoDB StringSets.
StringSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB StringSets as sets of Java String objects.
StringToStringMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals Java String objects to DynamoDB Strings.
StringUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Strings as Java String objects.
subList(int, int) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Returns a sub-list in the range specified, loading more results as necessary.

T

Table - Class in com.amazonaws.services.dynamodbv2.document
A DynamoDB table.
Table(AmazonDynamoDB, String) - Constructor for class com.amazonaws.services.dynamodbv2.document.Table
 
Table(AmazonDynamoDB, String, TableDescription) - Constructor for class com.amazonaws.services.dynamodbv2.document.Table
 
TableCollection<R> - Class in com.amazonaws.services.dynamodbv2.document
A collection of Table's (initialized with the respective table names).
TableCollection() - Constructor for class com.amazonaws.services.dynamodbv2.document.TableCollection
 
TableDescription - Class in com.amazonaws.services.dynamodbv2.model
Represents the properties of a table.
TableDescription() - Constructor for class com.amazonaws.services.dynamodbv2.model.TableDescription
Default constructor for a new TableDescription object.
TableKeysAndAttributes - Class in com.amazonaws.services.dynamodbv2.document
Used to specify one or multiple primary keys of a specific table, the attributes to be retrieved from that table, and the consistency of the read operation in a BatchGetItem request.
TableKeysAndAttributes(String) - Constructor for class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
 
Tables - Class in com.amazonaws.services.dynamodbv2.util
Utility methods for working with AWS DynamoDB tables.
Tables() - Constructor for class com.amazonaws.services.dynamodbv2.util.Tables
 
TableStatus - Enum in com.amazonaws.services.dynamodbv2.model
Table Status
TableWriteItems - Class in com.amazonaws.services.dynamodbv2.document
Used to specify items to be put and/or primary keys to be deleted from a specific table in a BatchWriteItem request.
TableWriteItems(String) - Constructor for class com.amazonaws.services.dynamodbv2.document.TableWriteItems
 
toArray() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
toArray(X[]) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
toComparisonOperator() - Method in enum com.amazonaws.services.dynamodbv2.document.KeyConditions
 
toJson() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Serializes into a JSON string.
toJSON() - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns this item as a JSON string.
toJSONPretty() - Method in class com.amazonaws.services.dynamodbv2.document.Item
Returns this item as a pretty JSON string.
toString() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain
 
toString() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema.Dependencies
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.Attribute
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.GetItemOutcome
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.Item
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.Page
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.PrimaryKey
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.PutItemOutcome
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.QueryOutcome
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.ScanOutcome
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
toString() - Method in class com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome
 
toString() - Method in enum com.amazonaws.services.dynamodbv2.model.AttributeAction
 
toString() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ComparisonOperator
 
toString() - Method in class com.amazonaws.services.dynamodbv2.model.Condition
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ConditionalOperator
 
toString() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.dynamodbv2.model.IndexStatus
 
toString() - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.dynamodbv2.model.KeyType
 
toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.Projection
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ProjectionType
 
toString() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity
 
toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics
 
toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ReturnValue
 
toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ScalarAttributeType
 
toString() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.dynamodbv2.model.Select
 
toString() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.dynamodbv2.model.TableStatus
 
toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.dynamodbv2.xspec.PathOperand
 
transform(AttributeTransformer.Parameters<?>) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer
Transforms the input set of attribute values derived from the model object before writing them into DynamoDB.
transform(AttributeTransformer.Parameters<?>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain
 
typeCheck(AttributeValue, Method) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller
Asserts that the value given can be processed using the setter given.
typeCheck(AttributeValue, Method) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanSetUnmarshaller
 
typeCheck(AttributeValue, Method) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanUnmarshaller
 
typeCheck(AttributeValue, Method) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NullableUnmarshaller
 

U

unconvert(Method, Method, AttributeValue) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter
Reverses the ItemConverter.convert(Method, Object) method, turning a DynamoDB AttributeValue back into a Java object suitable for passing to the given setter.
unconvert(Class<T>, Map<String, AttributeValue>) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter
Reverses the ItemConverter.convert(Object) method, turning a map of attribute values back into a POJO of the given class.
unmarshall(AttributeValue) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller
Unmarshalls the AttributeValue given into an instance of the appropriate type, as determined by DynamoDBReflector and DynamoDBMapper
unmarshall(Class<T>, String) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller
Turns a String representation of an object of type T into an object.
unmarshall(Class<T>, String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.JsonMarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigDecimalSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigDecimalUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigIntegerSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigIntegerUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteArraySetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteArrayUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CalendarSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CalendarUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CustomUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DateSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DateUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DoubleSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DoubleUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.FloatSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.FloatUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.IntegerSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.IntegerUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ListUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LongSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LongUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.MapUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NullableUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.S3LinkUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ShortSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ShortUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.StringSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.StringUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.UUIDSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.UUIDUnmarshaller
 
untransform(AttributeTransformer.Parameters<?>) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer
Untransform the input set of attribute values read from DynamoDB before creating a model object from them.
untransform(AttributeTransformer.Parameters<?>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain
 
UpdateAction - Class in com.amazonaws.services.dynamodbv2.xspec
Represents an update action for building update expression.
UpdateGlobalSecondaryIndexAction - Class in com.amazonaws.services.dynamodbv2.model
Represents the new provisioned throughput settings to be applied to a global secondary index.
UpdateGlobalSecondaryIndexAction() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
 
updateGSI(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.document.Index
Updates the provisioned throughput for this global secondary index (GSI).
updateItem(UpdateItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
updateItem(UpdateItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
updateItem(PrimaryKey, AttributeUpdate...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
Updates an item with the attributes specified.
updateItem(String, Object, AttributeUpdate...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
 
updateItem(String, Object, String, Object, AttributeUpdate...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
 
updateItem(PrimaryKey, Collection<Expected>, AttributeUpdate...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
Updates an item with the attributes specified.
updateItem(String, Object, Collection<Expected>, AttributeUpdate...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
Updates an item with the specified hash-only key and attributes.
updateItem(String, Object, String, Object, Collection<Expected>, AttributeUpdate...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
Updates an item with the specified hash key, range key and attributes.
updateItem(PrimaryKey, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
Performs an update on an item in the table using the given update expression string.
updateItem(String, Object, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
 
updateItem(String, Object, String, Object, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
 
updateItem(PrimaryKey, String, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
Updates an item with the specified primary key using the given update expression provided the condition expression evaluates to true.
updateItem(String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
Updates an item with the specified hash key using the given update expression provided the condition expression evaluates to true.
updateItem(String, Object, String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
Updates an item with the specified hash key and range key using the given update expression provided the condition expression evaluates to true.
updateItem(UpdateItemSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
Performs an update on an item in the table by specifying all the details.
updateItem(PrimaryKey, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(PrimaryKey, Collection<Expected>, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(PrimaryKey, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(PrimaryKey, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(UpdateItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(String, Object, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(String, Object, String, Object, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(String, Object, Collection<Expected>, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(String, Object, String, Object, Collection<Expected>, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(String, Object, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(String, Object, String, Object, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(String, Object, UpdateItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(String, Object, String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
updateItem(String, Object, String, Object, UpdateItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
 
UpdateItemApi - Interface in com.amazonaws.services.dynamodbv2.document.api
A Table-centric UpdateItem API.
updateItemAsync(UpdateItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
updateItemAsync(UpdateItemRequest, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
updateItemAsync(UpdateItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
updateItemAsync(UpdateItemRequest, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
UpdateItemExpressionSpec - Class in com.amazonaws.services.dynamodbv2.xspec
Expression specification for making UpdateItem request to Amazon DynamoDB.
UpdateItemOutcome - Class in com.amazonaws.services.dynamodbv2.document
The outcome of updating an item in a DynamoDB table.
UpdateItemOutcome(UpdateItemResult) - Constructor for class com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome
 
UpdateItemRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the UpdateItem operation.
UpdateItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Default constructor for a new UpdateItemRequest object.
UpdateItemRequest(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Constructs a new UpdateItemRequest object.
UpdateItemRequest(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Constructs a new UpdateItemRequest object.
UpdateItemRequest(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, ReturnValue) - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Constructs a new UpdateItemRequest object.
UpdateItemResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of an UpdateItem operation.
UpdateItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
 
UpdateItemSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
Full parameter specification for the UpdateItem API.
UpdateItemSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
updateTable(UpdateTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Updates the provisioned throughput for the given table, or manages the global secondary indexes on the table.
updateTable(String, ProvisionedThroughput) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Updates the provisioned throughput for the given table, or manages the global secondary indexes on the table.
updateTable(UpdateTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Updates the provisioned throughput for the given table, or manages the global secondary indexes on the table.
updateTable(String, ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Updates the provisioned throughput for the given table, or manages the global secondary indexes on the table.
updateTable(UpdateTableSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
Updates the provisioned throughput for this table.
updateTable(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.document.Table
Updates the provisioned throughput for this table.
updateTableAsync(UpdateTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Updates the provisioned throughput for the given table, or manages the global secondary indexes on the table.
updateTableAsync(UpdateTableRequest, AsyncHandler<UpdateTableRequest, UpdateTableResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Updates the provisioned throughput for the given table, or manages the global secondary indexes on the table.
updateTableAsync(UpdateTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Updates the provisioned throughput for the given table, or manages the global secondary indexes on the table.
updateTableAsync(UpdateTableRequest, AsyncHandler<UpdateTableRequest, UpdateTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Updates the provisioned throughput for the given table, or manages the global secondary indexes on the table.
UpdateTableRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the UpdateTable operation.
UpdateTableRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
Default constructor for a new UpdateTableRequest object.
UpdateTableRequest(String, ProvisionedThroughput) - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
Constructs a new UpdateTableRequest object.
UpdateTableResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of an UpdateTable operation.
UpdateTableResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
 
UpdateTableSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
Full parameter specification for the UpdateTable API.
UpdateTableSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
 
uploadFrom(File) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Convenience method to synchronously upload from the given file to the Amazon S3 object represented by this S3Link.
uploadFrom(File, RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Same as S3Link.uploadFrom(File) but allows specifying a request metric collector.
uploadFrom(byte[]) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Convenience method to synchronously upload from the given buffer to the Amazon S3 object represented by this S3Link.
uploadFrom(byte[], RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
Same as S3Link.uploadFrom(byte[]) but allows specifying a request metric collector.
useClient(AmazonS3Client) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache
Force the client cache to provide a certain client for the region which that client is configured.
userProvidedConditionOperator - Variable in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Condition operator on the additional expected value conditions specified by the user.
userProvidedExpectedValueConditions - Variable in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
Additional expected value conditions specified by the user.
UUIDSetToStringSetMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
A marshaller that marshals sets of Java Object objects into DynamoDB StringSets.
UUIDSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals sets of UUIDs as sets of Java UUID objects.
UUIDUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
An unmarshaller that unmarshals UUIDs as Java UUID objects.

V

V1 - Static variable in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas
The V1 schema mapping, which retains strict backwards compatibility with the original DynamoDB data model.
V2 - Static variable in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas
The native V2 conversion schema.
V2_COMPATIBLE - Static variable in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas
A V2 conversion schema which retains backwards compatibility with the V1 conversion schema for existing DynamoDB types, but adds the ability to marshall recursive structures using the new List and Map types.
ValueList - Class in com.amazonaws.services.dynamodbv2.document.utils
Utility value list.
ValueList(int) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.ValueList
 
ValueList(Object...) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.ValueList
 
ValueList() - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.ValueList
 
ValueList(Collection<?>) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.ValueList
 
ValueMap - Class in com.amazonaws.services.dynamodbv2.document.utils
Utility class for value maps.
ValueMap() - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
 
valueOf(String) - Static method in enum com.amazonaws.auth.policy.actions.DynamoDBv2Actions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.ConsistentReads
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.PaginationLoadingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.SaveBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel.DynamoDBAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.document.KeyConditions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.metrics.DynamoDBRequestMetric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.AttributeAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ConditionalOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.IndexStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.KeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ProjectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ScalarAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.Select
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.TableStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.auth.policy.actions.DynamoDBv2Actions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.ConsistentReads
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.PaginationLoadingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.SaveBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel.DynamoDBAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.document.KeyConditions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.metrics.DynamoDBRequestMetric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.model.AttributeAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ConditionalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.model.IndexStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.model.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ProjectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ScalarAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.model.Select
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.dynamodbv2.model.TableStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForActive() - Method in class com.amazonaws.services.dynamodbv2.document.Index
A convenient blocking call that can be used, typically during index creation, to wait for the index to become active by polling the table every 5 seconds.
waitForActive() - Method in class com.amazonaws.services.dynamodbv2.document.Table
A convenient blocking call that can be used, typically during table creation, to wait for the table to become active by polling the table every 5 seconds.
waitForActiveOrDelete() - Method in class com.amazonaws.services.dynamodbv2.document.Index
A convenient blocking call that can be used to wait on an index until it has either become active or deleted (ie no longer exists) by polling the table every 5 seconds.
waitForActiveOrDelete() - Method in class com.amazonaws.services.dynamodbv2.document.Table
A convenient blocking call that can be used to wait on a table until it has either become active or deleted (ie no longer exists) by polling the table every 5 seconds.
waitForAllActiveOrDelete() - Method in class com.amazonaws.services.dynamodbv2.document.Table
A convenient blocking call that can be used to wait on a table and all it's indexes until both the table and it's indexes have either become active or deleted (ie no longer exists) by polling the table every 5 seconds.
waitForDelete() - Method in class com.amazonaws.services.dynamodbv2.document.Index
A convenient blocking call that can be used, typically during index deletion on an active table, to wait for the index to become deleted by polling the table every 5 seconds.
waitForDelete() - Method in class com.amazonaws.services.dynamodbv2.document.Table
A convenient blocking call that can be used, typically during table deletion, to wait for the table to become deleted by polling the table every 5 seconds.
waitForTableToBecomeActive(AmazonDynamoDB, String) - Static method in class com.amazonaws.services.dynamodbv2.util.Tables
waitForTableToBecomeActive(AmazonDynamoDB, String, int, int) - Static method in class com.amazonaws.services.dynamodbv2.util.Tables
with(Class<T>, T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema.Dependencies
 
with(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute to the given value.
with(E) - Method in class com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
Fluent method to add the specified element to this set.
with(String, String) - Method in class com.amazonaws.services.dynamodbv2.document.utils.NameMap
Fluent method to sets the given key (attribute name place holder) to the specified value (the actual attribute name.)
with(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key to the given value.
withAction(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Specifies how to perform the update.
withAction(AttributeAction) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Specifies how to perform the update.
withAll(Collection<? extends E>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
Fluent method to add the elements from the specified collection to this set.
withAll(E...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
Fluent method to add the elements to this set.
withAttrbuteNames(String...) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
withAttrbuteNames(List<String>) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
withAttributeDefinitions(AttributeDefinition...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
 
withAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
 
withAttributeDefinitions(AttributeDefinition...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
An array of attributes that describe the key schema for the table and indexes.
withAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
An array of attributes that describe the key schema for the table and indexes.
withAttributeDefinitions(AttributeDefinition...) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
An array of AttributeDefinition objects.
withAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
An array of AttributeDefinition objects.
withAttributeDefinitions(AttributeDefinition...) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
An array of attributes that describe the key schema for the table and indexes.
withAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
An array of attributes that describe the key schema for the table and indexes.
withAttributeName(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
A name for the attribute.
withAttributeName(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
The name of a key attribute.
withAttributeNames(String...) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
Used to specify the attributes to be retrieved in each item returned from the batch get-item operation.
withAttributeNames(List<String>) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
 
withAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation.
withAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request.
withAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
A map of attribute values as they appeared before the UpdateItem operation.
withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
withAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
One or more attributes to retrieve from the table or index.
withAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
One or more attributes to retrieve from the table or index.
withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
withAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
withAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
withAttributeType(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
The data type for the attribute.
withAttributeType(ScalarAttributeType) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
The data type for the attribute.
withAttributeUpdate(List<AttributeUpdate>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withAttributeUpdate(AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withAttributeUpdates(Map<String, AttributeValueUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
withAttributeValueList(AttributeValue...) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
One or more values to evaluate against the supplied attribute.
withAttributeValueList(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
One or more values to evaluate against the supplied attribute.
withAttributeValueList(AttributeValue...) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
One or more values to evaluate against the supplied attribute.
withAttributeValueList(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
One or more values to evaluate against the supplied attribute.
withB(ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Binary data type.
withBackfilling(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
Indicates whether the index is currently backfilling.
withBatchWriteRetryStrategy(DynamoDBMapperConfig.BatchWriteRetryStrategy) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
withBigDecimalSet(String, Set<BigDecimal>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBigDecimalSet(String, BigDecimal...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBigInteger(String, BigInteger) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBinary(String, byte[]) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBinary(String, ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBinary(String, byte[]) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withBinarySet(String, Set<byte[]>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBinarySet(String, byte[]...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBinarySet(String, ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBinarySet(String, Set<byte[]>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withBinarySet(String, byte[]...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withBOOL(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Boolean data type.
withBoolean(String, boolean) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the boolean value.
withBoolean(String, boolean) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the boolean value.
withBS(ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Binary Set data type.
withBS(Collection<ByteBuffer>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Binary Set data type.
withByteBufferSet(String, Set<ByteBuffer>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
The total number of capacity units consumed on a table or an index.
withCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The total number of capacity units consumed by the operation.
withComparisonOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
A comparator for evaluating attributes.
withComparisonOperator(ComparisonOperator) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
A comparator for evaluating attributes.
withComparisonOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
A comparator for evaluating attributes in the AttributeValueList.
withComparisonOperator(ComparisonOperator) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
A comparator for evaluating attributes in the AttributeValueList.
withCondition(Condition) - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
Fluent API to set the condition expression for a request.
withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
Sets the logical operator on the expected attribute conditions of this delete operation and returns a pointer to this object for method-chaining.
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
Sets the logical operator on the expected attribute conditions of this delete operation and returns a pointer to this object for method-chaining.
withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the logical operator on the query filter conditions.
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the logical operator on the query filter conditions.
withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
Sets the logical operator on the expected value conditions of this save operation and returns a pointer to this object for method-chaining.
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
Sets the logical operator on the expected value conditions of this save operation and returns a pointer to this object for method-chaining.
withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the logical operator on the filter conditions of this scan and returns a pointer to this object for method-chaining.
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the logical operator on the filter conditions of this scan and returns a pointer to this object for method-chaining.
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A condition that must be satisfied in order for a conditional PutItem operation to succeed.
withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A condition that must be satisfied in order for a conditional update to succeed.
withConsistentRead(boolean) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets whether this query uses consistent reads and returns a pointer to this object for method-chaining.
withConsistentRead(boolean) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
withConsistentRead(boolean) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withConsistentRead(boolean) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
 
withConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A value that if set to true, then the operation uses strongly consistent reads; otherwise, eventually consistent reads are used.
withConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
The consistency of a read operation.
withConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that if set to true, then the operation uses strongly consistent reads; otherwise, eventually consistent reads are used.
withConsistentReads(DynamoDBMapperConfig.ConsistentReads) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
withConsumedCapacity(ConsumedCapacity...) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
The read capacity units consumed by the operation.
withConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
The read capacity units consumed by the operation.
withConsumedCapacity(ConsumedCapacity...) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
The capacity units consumed by the operation.
withConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
The capacity units consumed by the operation.
withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
The capacity units consumed by an operation.
withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
The capacity units consumed by an operation.
withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
The capacity units consumed by an operation.
withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The capacity units consumed by an operation.
withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The capacity units consumed by an operation.
withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
The capacity units consumed by an operation.
withConversionSchema(ConversionSchema) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
withCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The number of items in the response.
withCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The number of items in the response.
withCreate(CreateGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
The parameters required for creating a global secondary index on an existing table:
withCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The date and time when the table was created, in UNIX epoch time format.
withDelete(DeleteGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
The name of an existing global secondary index to be removed.
withDeleteRequest(DeleteRequest) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
A request to perform a DeleteItem operation.
withDouble(String, double) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the exclusive start key for this query and returns a pointer to this object for method-chaining.
withExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the exclusive start key for this scan and returns a pointer to this object for method-chaining.
withExclusiveStartKey(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withExclusiveStartKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withExclusiveStartKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withExclusiveStartKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withExclusiveStartKey(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withExclusiveStartKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withExclusiveStartKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withExclusiveStartKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The primary key of the first item that this operation will evaluate.
withExclusiveStartKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The primary key of the first item that this operation will evaluate.
withExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The primary key of the first item that this operation will evaluate.
withExclusiveStartKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The primary key of the first item that this operation will evaluate.
withExclusiveStartTableName(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
 
withExclusiveStartTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
The first table name that this operation will evaluate.
withExists(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
Causes DynamoDB to evaluate the value before attempting a conditional operation:
withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
Sets the expected condition to the map of attribute names to expected attribute values given and returns a pointer to this object for method-chaining.
withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
Sets the expected condition to the map of attribute names to expected attribute values given and returns a pointer to this object for method-chaining.
withExpected(Expected...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withExpected(Collection<Expected>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withExpected(Expected...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
withExpected(Collection<Expected>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
withExpected(Expected...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withExpected(Collection<Expected>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
withExpectedEntry(String, ExpectedAttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
Adds one entry to the expected conditions and returns a pointer to this object for method-chaining.
withExpectedEntry(String, ExpectedAttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
Adds one entry to the expected conditions and returns a pointer to this object for method-chaining.
withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
One or more substitution variables for simplifying complex expressions.
withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
One or more substitution variables for simplifying complex expressions.
withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
One or more substitution variables for simplifying complex expressions.
withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
One or more substitution tokens for attribute names in an expression.
withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
One or more substitution tokens for attribute names in an expression.
withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
One or more substitution tokens for attribute names in an expression.
withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
One or more substitution tokens for attribute names in an expression.
withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
One or more substitution tokens for attribute names in an expression.
withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
One or more substitution tokens for attribute names in an expression.
withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
One or more substitution tokens for attribute names in an expression.
withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
One or more values that can be substituted in an expression.
withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
One or more values that can be substituted in an expression.
withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
One or more values that can be substituted in an expression.
withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
One or more values that can be substituted in an expression.
withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
One or more values that can be substituted in an expression.
withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
One or more values that can be substituted in an expression.
withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
One or more values that can be substituted in an expression.
withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
One or more values that can be substituted in an expression.
withExpressionSpec(DeleteItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
Convenient method to specify expressions (and the associated name map and value map) via DeleteItemExpressionSpec.
withExpressionSpec(GetItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
Convenient method to specify expressions (and the associated name map and value map) via GetItemExpressionSpec.
withExpressionSpec(PutItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
Convenient method to specify expressions (and the associated name map and value map) via PutItemExpressionSpec.
withExpressionSpec(QueryExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
Convenient method to specify expressions (and the associated name map and value map) via QueryExpressionSpec.
withExpressionSpec(ScanExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
Convenient method to specify expressions (and the associated name map and value map) via ScanExpressionSpec.
withExpressionSpec(UpdateItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
Convenient method to specify expressions (and the associated name map and value map) via UpdateItemExpressionSpec.
withFilterConditionEntry(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Adds a new filter condition to the current scan filter and returns a pointer to this object for method-chaining.
withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Evaluates the query results and returns only the desired values.
withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Evaluates the query results and returns only the desired values.
withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
When a filter expression is specified, the corresponding name-map and value-map can optionally be specified via QuerySpec.withNameMap(Map) and QuerySpec.withValueMap(Map).
withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you.
withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you.
withFloat(String, float) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withGlobalSecondaryIndexes(Map<String, Capacity>) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The amount of throughput consumed on each global index affected by the operation.
withGlobalSecondaryIndexes(GlobalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
One or more global secondary indexes (the maximum is five) to be created on the table.
withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
One or more global secondary indexes (the maximum is five) to be created on the table.
withGlobalSecondaryIndexes(GlobalSecondaryIndexDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The global secondary indexes, if any, on the table.
withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The global secondary indexes, if any, on the table.
withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
 
withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
 
withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate...) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
An array of one or more global secondary indexes for the table.
withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
An array of one or more global secondary indexes for the table.
withHashAndRangeKeys(String, String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
Used to specify multiple hash-and-range primary keys.
withHashAndRangeKeysToDelete(String, String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Used to specify multiple hash-and-range primary keys to be deleted from the current table.
withHashKey(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
 
withHashKey(KeyAttribute) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withHashKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withHashKeyValues(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the hash key value(s) for this query.
withHashOnlyKeys(String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
Used to specify multiple hash-only primary keys.
withHashOnlyKeysToDelete(String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Used to specify multiple hash-only primary keys to be deleted from the current table.
withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the name of the index to be used by this query.
withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the name of the index to be used by this scan.
withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
The name of the global secondary index to be created.
withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
The name of the global secondary index to be deleted.
withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
The name of the global secondary index.
withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The name of the global secondary index.
withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
The name of the local secondary index.
withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
Represents the name of the local secondary index.
withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The name of an index to query.
withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The name of a secondary index to scan.
withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
The name of the global secondary index to be updated.
withIndexSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The total size of the specified index, in bytes.
withIndexSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
The total size of the specified index, in bytes.
withIndexStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The current state of the global secondary index:
withIndexStatus(IndexStatus) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The current state of the global secondary index:
withInt(String, int) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withInt(String, int) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withItem(Item) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
withItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
A map of attribute names to AttributeValue objects, as specified by AttributesToGet.
withItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A map of attribute name/value pairs, one for each attribute.
withItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem.
withItemCollectionKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
The hash key value of the item collection.
withItemCollectionMetrics(Map<String, List<ItemCollectionMetrics>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.
withItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
Information about item collections, if any, that were affected by the operation.
withItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
Information about item collections, if any, that were affected by the operation.
withItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
Information about item collections, if any, that were affected by the operation.
withItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The number of items in the specified index.
withItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
The number of items in the specified index.
withItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The number of items in the specified table.
withItems(Map<String, AttributeValue>...) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
An array of item attributes that match the query criteria.
withItems(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
An array of item attributes that match the query criteria.
withItems(Map<String, AttributeValue>...) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
An array of item attributes that match the scan criteria.
withItems(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
An array of item attributes that match the scan criteria.
withItemsToPut(Item...) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Used to specify the items to be put in the current table in a batch write operation.
withItemsToPut(Collection<Item>) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Used to specify the collection of items to be put in the current table in a batch write operation.
withJSON(String, String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given JSON document in the form of a string.
withKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.
withKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.
withKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
A map of attribute name to attribute values, representing the primary key of the item to delete.
withKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
A map of attribute name to attribute values, representing the primary key of the item to delete.
withKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
withKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
withKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
The primary key of the item to be updated.
withKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
The primary key of the item to be updated.
withKeyComponent(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Convenient methods - sets an attribute of this item for the specified key attribute name and value.
withKeyComponents(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Convenient methods - sets the attributes of this item from the specified key components.
withKeyCondition(Condition) - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
 
withKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
 
withKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
When a key condition expression is specified, the corresponding name-map and value-map can optionally be specified via QuerySpec.withNameMap(Map) and QuerySpec.withValueMap(Map).
withKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The condition that specifies the key value(s) for items to be retrieved by the Query action.
withKeyConditions(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
withKeys(Map<String, AttributeValue>...) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
The primary key attribute values that define the items and the attributes associated with the items.
withKeys(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
The primary key attribute values that define the items and the attributes associated with the items.
withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
The key schema for the global secondary index.
withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
The key schema for the global secondary index.
withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Specifies the attributes that make up the primary key for a table or an index.
withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Specifies the attributes that make up the primary key for a table or an index.
withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The complete key schema for the global secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
The complete key schema for the global secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
The complete index key schema, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
The complete index key schema, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The primary key structure for the table.
withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The primary key structure for the table.
withKeyType(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
The attribute data, consisting of the data type and the attribute value itself.
withKeyType(KeyType) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
The attribute data, consisting of the data type and the attribute value itself.
withL(AttributeValue...) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A List of attribute values.
withL(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A List of attribute values.
withLastDecreaseDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The date and time of the last provisioned throughput decrease for this table.
withLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The primary key of the item where the operation stopped, inclusive of the previous result set.
withLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The primary key of the item where the operation stopped, inclusive of the previous result set.
withLastEvaluatedTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
The name of the last table in the current page of results.
withLastIncreaseDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The date and time of the last provisioned throughput increase for this table.
withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the maximum number of items to retrieve in each service request to DynamoDB and returns a pointer to this object for method-chaining.
withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the limit of items to scan and returns a pointer to this object for method-chaining.
withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
A maximum number of table names to return.
withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The maximum number of items to evaluate (not necessarily the number of matching items).
withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The maximum number of items to evaluate (not necessarily the number of matching items).
withList(String, List<?>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withList(String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given values as a list.
withList(String, List<?>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withList(String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given values as a list.
withLocalSecondaryIndexes(Map<String, Capacity>) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The amount of throughput consumed on each local index affected by the operation.
withLocalSecondaryIndexes(LocalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
One or more local secondary indexes (the maximum is five) to be created on the table.
withLocalSecondaryIndexes(Collection<LocalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
One or more local secondary indexes (the maximum is five) to be created on the table.
withLocalSecondaryIndexes(LocalSecondaryIndexDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
Represents one or more local secondary indexes on the table.
withLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
Represents one or more local secondary indexes on the table.
withLong(String, long) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withLong(String, long) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withM(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Map of attribute values.
withMap(String, Map<String, ?>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withMap(String, Map<String, ?>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withMaxPageSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
 
withMaxPageSize(int) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
 
withMaxPageSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withMaxPageSize(int) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withMaxPageSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withMaxPageSize(int) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withMaxResultSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
 
withMaxResultSize(int) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
 
withMaxResultSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withMaxResultSize(int) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withMaxResultSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withMaxResultSize(int) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withN(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Number data type.
withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
Applicable only when an expression has been specified.
withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
Applicable only when an expression has been specified.
withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
Applicable only when an expression has been specified.
withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
Applicable only when an expression has been specified.
withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
Applicable only when an expression has been specified.
withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
Applicable only when an expression has been specified.
withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
 
withNonKeyAttributes(String...) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
Represents the non-key attribute names which will be projected into the index.
withNonKeyAttributes(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
Represents the non-key attribute names which will be projected into the index.
withNS(String...) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Number Set data type.
withNS(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Number Set data type.
withNull(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute to null.
withNull(String) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key to null.
withNULL(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A Null data type.
withNumber(String, BigDecimal) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withNumber(String, Number) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withNumber(String, BigDecimal) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withNumber(String, Number) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withNumberOfDecreasesToday(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The number of provisioned throughput decreases for this table during this UTC calendar day.
withNumberSet(String, Number...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withNumberSet(String, Set<Number>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withNumberSet(String, Set<BigDecimal>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withNumberSet(String, BigDecimal...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withNumberSet(String, Number...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withObjectTableNameResolver(DynamoDBMapperConfig.ObjectTableNameResolver) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
withPaginationLoadingStrategy(DynamoDBMapperConfig.PaginationLoadingStrategy) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
withPrimaryKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Convenient methods - sets the attributes of this item from the given key attributes.
withPrimaryKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Convenient method to set the attributes of this item from the given hash-only primary key name and value.
withPrimaryKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Convenient method to set the attributes of this item from the given hash and range primary key.
withPrimaryKey(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
Sets the primary key with the specified key components.
withPrimaryKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
Sets the primary key.
withPrimaryKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
Sets the primary key with the specified hash-only key name and value.
withPrimaryKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
Sets the primary key with the specified hash key and range key.
withPrimaryKey(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withPrimaryKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withPrimaryKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withPrimaryKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withPrimaryKey(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
withPrimaryKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
withPrimaryKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
withPrimaryKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
withPrimaryKey(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withPrimaryKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withPrimaryKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withPrimaryKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withPrimaryKeys(PrimaryKey...) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
Used to specify multiple primary keys.
withPrimaryKeysToDelete(PrimaryKey...) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
Used to specify multiple primary keys to be deleted from the current table.
withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
 
withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
 
withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
 
withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
Represents attributes that are copied (projected) from the table into an index.
withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
Represents attributes that are copied (projected) from the table into an index.
withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
Represents attributes that are copied (projected) from the table into an index.
withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
Represents attributes that are copied (projected) from the table into an index.
withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
Represents attributes that are copied (projected) from the table into an index.
withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
A string that identifies one or more attributes to retrieve from the table.
withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
A string that identifies one or more attributes to retrieve from the table.
withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
When a projection expression is specified, the corresponding name-map can optionally be specified via { GetItemSpec.withNameMap(Map).
withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
When a projection expression is specified, the corresponding name-map and value-map can optionally be specified via QuerySpec.withNameMap(Map) and QuerySpec.withValueMap(Map).
withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
 
withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A string that identifies one or more attributes to retrieve from the table.
withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
A string that identifies one or more attributes to retrieve from the table.
withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A string that identifies one or more attributes to retrieve from the table.
withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
A string that identifies one or more attributes to retrieve from the specified table or index.
withProjectionType(String) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
The set of attributes that are projected into the index:
withProjectionType(ProjectionType) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
The set of attributes that are projected into the index:
withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
 
withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
Represents the provisioned throughput settings for a specified table or index.
withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Represents the provisioned throughput settings for a specified table or index.
withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
Represents the provisioned throughput settings for a specified table or index.
withProvisionedThroughput(ProvisionedThroughputDescription) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
withProvisionedThroughput(ProvisionedThroughputDescription) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
Represents the provisioned throughput settings for a specified table or index.
withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
Represents the provisioned throughput settings for a specified table or index.
withPutRequest(PutRequest) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
A request to perform a PutItem operation.
withQueryFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the query filter applied on this query.
withQueryFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
withQueryFilterEntry(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Adds a new condition to the the query filter.
withQueryFilters(QueryFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withRangeKey(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
 
withRangeKeyCondition(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets one range key condition for this query, using the attribute name of the range key.
withRangeKeyCondition(RangeKeyCondition) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withRangeKeyConditions(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets the range key condition for this query.
withReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
withReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
withRequestItems(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table.
withRequestItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest).
withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withResponses(Map<String, List<Map<String, AttributeValue>>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
A map of table name to a list of items.
withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
withReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
withReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
withReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
A value that if set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response.
withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
 
withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
 
withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
withReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
withReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated.
withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated.
withS(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A String data type.
withSaveBehavior(DynamoDBMapperConfig.SaveBehavior) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
withScanFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the scan filter to the map of attribute names to conditions given and returns a pointer to this object for method-chaining.
withScanFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
withScanFilters(ScanFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withScanIndexForward(boolean) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
Sets whether this query scans forward and returns a pointer to this object for method-chaining.
withScanIndexForward(boolean) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withScanIndexForward(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
A value that specifies ascending (true) or descending (false) traversal of the index.
withScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
The number of items evaluated, before any QueryFilter is applied.
withScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
The number of items evaluated, before any ScanFilter is applied.
withSegment(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the ID of the segment to be scanned and returns a pointer to this object for method-chaining.
withSegment(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withSegment(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.
withSelect(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
The attributes to be returned in the result.
withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
The attributes to be returned in the result.
withSelect(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
The attributes to be returned in the result.
withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
The attributes to be returned in the result.
withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
 
withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withSelect(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The attributes to be returned in the result.
withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The attributes to be returned in the result.
withSelect(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The attributes to be returned in the result.
withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The attributes to be returned in the result.
withShort(String, short) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withSizeEstimateRangeGB(Double...) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
An estimate of item collection size, in gigabytes.
withSizeEstimateRangeGB(Collection<Double>) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
An estimate of item collection size, in gigabytes.
withSS(String...) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A String Set data type.
withSS(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
A String Set data type.
withString(String, String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given string value.
withString(String, String) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withStringSet(String, Set<String>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withStringSet(String, String...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
Sets the value of the specified attribute in the current item to the given value.
withStringSet(String, Set<String>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withStringSet(String, String...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withTable(Capacity) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The amount of throughput consumed on the table affected by the operation.
withTable(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
Represents the properties of a table.
withTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
Represents the properties of a table.
withTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
Represents the properties of a table.
withTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
Represents the properties of a table.
withTableKeyAndAttributes(TableKeysAndAttributes...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
 
withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
The name of the table that was affected by the operation.
withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
The name of the table to create.
withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
The name of the table from which to delete the item.
withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
The name of the table to delete.
withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
The name of the table to describe.
withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
The name of the table containing the requested item.
withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
The name of the table to contain the item.
withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
The name of the table containing the requested items.
withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.
withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The name of the table.
withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
The name of the table containing the item to update.
withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
The name of the table to be updated.
withTableNameOverride(DynamoDBMapperConfig.TableNameOverride) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
withTableNamePrefix(String) - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameOverride
Returns a new DynamoDBMapperConfig.TableNameOverride object that will prepend the given string to every table name.
withTableNameReplacement(String) - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameOverride
Returns a new DynamoDBMapperConfig.TableNameOverride object that will replace every table name in requests with the given string.
withTableNameResolver(DynamoDBMapperConfig.TableNameResolver) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
 
withTableNames(String...) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
The names of the tables associated with the current account at the current endpoint.
withTableNames(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
The names of the tables associated with the current account at the current endpoint.
withTableSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The total size of the specified table, in bytes.
withTableStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The current state of the table:
withTableStatus(TableStatus) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
The current state of the table:
withTableWriteItems(TableWriteItems...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
 
withTotalSegments(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Sets the total number of segments into which the scan will be divided and returns a pointer to this object for method-chaining.
withTotalSegments(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
 
withTotalSegments(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided.
withUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
 
withUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
A map of tables and requests against those tables that were not processed.
withUnprocessedKeys(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
 
withUnprocessedKeys(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
A map of tables and their respective keys that were not processed with the current response.
withUpdate(UpdateGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.
withUpdateExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
 
withUpdateExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.
withValue(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Represents the data for an attribute.
withValue(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
Represents the data for an attribute.
withValueMap(Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
Applicable only when an expression has been specified.
withValueMap(Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
Applicable only when an expression has been specified.
withValueMap(Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
Applicable only when an expression has been specified.
withValueMap(Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
Applicable only when an expression has been specified.
withValueMap(Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
Applicable only when an expression has been specified.
withWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
withWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
WriteRequest - Class in com.amazonaws.services.dynamodbv2.model
Represents an operation to perform - either DeleteItem or PutItem .
WriteRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.WriteRequest
Default constructor for a new WriteRequest object.
WriteRequest(PutRequest) - Constructor for class com.amazonaws.services.dynamodbv2.model.WriteRequest
Constructs a new WriteRequest object.
WriteRequest(DeleteRequest) - Constructor for class com.amazonaws.services.dynamodbv2.model.WriteRequest
Constructs a new WriteRequest object.

_

_(Condition) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
A short hand for calling ExpressionSpecBuilder.parenthesize(Condition) to explicitly parenthesize a given condition for building condition expressions.
A B C D E F G H I J K L M N O P Q R S T U V W _ 

Copyright © 2015. All rights reserved.