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

A

AbstractConverter() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.AbstractConverter
 
AbstractDynamoDbMapper - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Abstract implementation of IDynamoDBMapper.
AbstractDynamoDbMapper(DynamoDbMapperConfig) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
AbstractDynamoDbMapper() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
AbstractEnumMarshaller<T extends Enum<T>> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Deprecated.
AbstractEnumMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractEnumMarshaller
Deprecated.
 
AbstractGenerator(DynamoDbAutoGenerateStrategy) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbAutoGenerator.AbstractGenerator
 
AbstractSpecWithPrimaryKey<T extends AmazonWebServiceRequest> - Class in software.amazon.awssdk.services.dynamodb.document.spec
Common base class for parameter specification that involves a primary key.
AbstractSpecWithPrimaryKey(T) - Constructor for class software.amazon.awssdk.services.dynamodb.document.spec.AbstractSpecWithPrimaryKey
 
accountMaxReadCapacityUnits() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
accountMaxReadCapacityUnits(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse.Builder
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
accountMaxWriteCapacityUnits() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
accountMaxWriteCapacityUnits(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse.Builder
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
accumulateStats(ConsumedCapacity, Integer, Integer) - Method in class software.amazon.awssdk.services.dynamodb.document.ItemCollection
 
action() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate
Specifies how to perform the update.
action(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate.Builder
Specifies how to perform the update.
action(AttributeAction) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate.Builder
Specifies how to perform the update.
add(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
add(int, T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
addAll(Collection<? extends T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
addAll(int, Collection<? extends T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
addAttributeUpdate(AttributeUpdate) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
addComponent(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.PrimaryKey
Add a key component to this primary key.
addComponents(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.PrimaryKey
Add one or multiple key components to this primary key.
addElements(Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.AttributeUpdate
 
addExpressionAttributeNamesEntry(String, String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
One or more substitution variables for simplifying complex expressions.
addExpressionAttributeNamesEntry(String, String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
One or more substitution variables for simplifying complex expressions.
addExpressionAttributeNamesEntry(String, String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
One or more substitution variables for simplifying complex expressions.
addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
One or more values that can be substituted in an expression.
addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
One or more values that can be substituted in an expression.
addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
One or more values that can be substituted in an expression.
addFilterCondition(String, Condition) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Adds a new filter condition to the current scan filter.
addFirstSetType(Class<?>, ArgumentMarshaller, ArgumentUnmarshaller) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchemas.Builder
Adds marshaling of a Set of a type to the schema.
addFirstType(Class<?>, ArgumentMarshaller, ArgumentUnmarshaller) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchemas.Builder
Adds marshaling of a type to the schema.
addHashAndRangePrimaryKey(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
Adds a hash-only primary key to be included in the batch get-item operation.
addHashOnlyPrimaryKeys(String, Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
Adds multiple hash-only primary keys to be included in the batch get-item operation.
addHashOnlyPrimaryKeysToDelete(String, Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.TableWriteItems
Adds multiple hash-only primary keys to be deleted in a batch write operation.
addHashOnlyPrimaryKeyToDelete(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.TableWriteItems
Adds a hash-only primary key to be deleted in a batch write operation.
addItemToPut(Item) - Method in class software.amazon.awssdk.services.dynamodb.document.TableWriteItems
Adds an item to be put to the current table in a batch write operation.
addNumeric(Number) - Method in class software.amazon.awssdk.services.dynamodb.document.AttributeUpdate
 
addPrimaryKey(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
Adds a primary key to be included in the batch get-item operation.
addPrimaryKeyToDelete(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.TableWriteItems
Adds a primary key to be deleted in a batch write-item operation.
allResults - Variable in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
All currently loaded results for this list.
allResultsLoaded - Variable in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Tracks if all results have been loaded yet or not.
append(E) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.FluentArrayList
Fluent method to add the specified element to this list.
append(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendAll(Collection<? extends E>) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.FluentArrayList
Fluent method to add the elements from the specified collection to this list.
appendAll(E...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.FluentArrayList
Fluent method to add the elements to this list.
appendAll(Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
 
appendBinary(byte[]) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendBinarySet(Set<byte[]>) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendBinarySet(byte[]...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given values to this list as a set of byte arrays.
appendBoolean(boolean) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendInt(int) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendList(List<?>) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendList(Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given values to this list as a list.
appendLong(long) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendMap(Map<String, ?>) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendNull() - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends a null value to this list.
appendNumber(BigDecimal) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendNumber(Number) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendNumberSet(Set<BigDecimal>) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendNumberSet(BigDecimal...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list as a set of BigDecimals.
appendNumberSet(Number...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given values to this list as a number set.
appendString(String) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendStringSet(Set<String>) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given value to this list.
appendStringSet(String...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
Appends the given values to this list as a string set.
apply(DescribeTableRequest) - Method in class software.amazon.awssdk.services.dynamodb.waiters.DescribeTableFunction
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the corresponding result
applyUserAgent(X) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Append the custom user-agent string.
approximateCreationDateTime() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
The approximate date and time when the stream record was created, in UNIX epoch time format.
approximateCreationDateTime(Instant) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamRecord.Builder
The approximate date and time when the stream record was created, in UNIX epoch time format.
ArgumentMarshaller - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
Interface to make it possible to cache the expensive type determination behavior.
ArgumentMarshaller.BinaryAttributeMarshaller - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
 
ArgumentMarshaller.BinarySetAttributeMarshaller - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
 
ArgumentMarshaller.BooleanAttributeMarshaller - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
 
ArgumentMarshaller.ListAttributeMarshaller - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
 
ArgumentMarshaller.MapAttributeMarshaller - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
 
ArgumentMarshaller.NumberAttributeMarshaller - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
 
ArgumentMarshaller.NumberSetAttributeMarshaller - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
 
ArgumentMarshaller.StringAttributeMarshaller - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
 
ArgumentMarshaller.StringSetAttributeMarshaller - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
 
ArgumentUnmarshaller - Interface in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.Item
Returns all attributes of the current item as a map.
atEndOfResults() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Returns whether we have reached the end of the result set.
atEndOfResults() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedParallelScanList
 
atEndOfResults() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedQueryList
 
atEndOfResults() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedScanList
 
Attribute - Class in software.amazon.awssdk.services.dynamodb.document
A key/value pair.
Attribute(String, Object) - Constructor for class software.amazon.awssdk.services.dynamodb.document.Attribute
 
AttributeAction - Enum in software.amazon.awssdk.services.dynamodb.model
 
AttributeDefinition - Class in software.amazon.awssdk.services.dynamodb.model
Represents an attribute for describing the key schema for the table and indexes.
AttributeDefinition.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
AttributeDefinitionMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
AttributeDefinitionMarshaller
AttributeDefinitionMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.AttributeDefinitionMarshaller
 
attributeDefinitions() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
An array of attributes that describe the key schema for the table and indexes.
attributeDefinitions(Collection<AttributeDefinition>) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateTableRequest.Builder
An array of attributes that describe the key schema for the table and indexes.
attributeDefinitions(AttributeDefinition...) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateTableRequest.Builder
An array of attributes that describe the key schema for the table and indexes.
attributeDefinitions() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
An array of AttributeDefinition objects.
attributeDefinitions(Collection<AttributeDefinition>) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
An array of AttributeDefinition objects.
attributeDefinitions(AttributeDefinition...) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
An array of AttributeDefinition objects.
attributeDefinitions() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
An array of attributes that describe the key schema for the table and indexes.
attributeDefinitions(Collection<AttributeDefinition>) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest.Builder
An array of attributes that describe the key schema for the table and indexes.
attributeDefinitions(AttributeDefinition...) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest.Builder
An array of attributes that describe the key schema for the table and indexes.
AttributeDefinitionUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
AttributeDefinition JSON Unmarshaller
AttributeDefinitionUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.AttributeDefinitionUnmarshaller
 
attributeName() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
A name for the attribute.
attributeName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeDefinition.Builder
A name for the attribute.
attributeName() - Method in class software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
The name of a key attribute.
attributeName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.KeySchemaElement.Builder
The name of a key attribute.
attributeName() - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription
The name of the Time to Live attribute for items in the table.
attributeName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription.Builder
The name of the Time to Live attribute for items in the table.
attributeName() - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
The name of the Time to Live attribute used to store the expiration time for items in the table.
attributeName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification.Builder
The name of the Time to Live attribute used to store the expiration time for items in the table.
attributes() - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Returns all attributes of the current item.
attributes() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse
A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation.
attributes(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse.Builder
A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation.
attributes() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemResponse
The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request.
attributes(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemResponse.Builder
The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request.
attributes() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse
A map of attribute values as they appeared before the UpdateItem operation.
attributes(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse.Builder
A map of attribute values as they appeared before the UpdateItem operation.
attributesToGet() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
This is a legacy parameter.
attributesToGet(Collection<String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetItemRequest.Builder
This is a legacy parameter.
attributesToGet(String...) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetItemRequest.Builder
This is a legacy parameter.
attributesToGet() - Method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
This is a legacy parameter.
attributesToGet(Collection<String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes.Builder
This is a legacy parameter.
attributesToGet(String...) - Method in interface software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes.Builder
This is a legacy parameter.
attributesToGet() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
This is a legacy parameter.
attributesToGet(Collection<String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
This is a legacy parameter.
attributesToGet(String...) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
This is a legacy parameter.
attributesToGet() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
This is a legacy parameter.
attributesToGet(Collection<String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
This is a legacy parameter.
attributesToGet(String...) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
This is a legacy parameter.
AttributeTransformer - Interface in software.amazon.awssdk.services.dynamodb.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 DynamoDBClient level.
AttributeTransformer.Parameters<T> - Interface in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformerChain
Creates a new transformer chain from the given array of transformers.
AttributeTransformerChain(List<AttributeTransformer>) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformerChain
Creates a new transformer chain from the given list of transformers.
attributeType() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Gets the DynamoDB attribute type.
attributeType() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
The data type for the attribute, where:
attributeType(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeDefinition.Builder
The data type for the attribute, where:
attributeType(ScalarAttributeType) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeDefinition.Builder
The data type for the attribute, where:
AttributeUpdate - Class in software.amazon.awssdk.services.dynamodb.document
Used to update an attribute.
AttributeUpdate(String) - Constructor for class software.amazon.awssdk.services.dynamodb.document.AttributeUpdate
Used to update an attribute.
attributeUpdates() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
This is a legacy parameter.
attributeUpdates(Map<String, AttributeValueUpdate>) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
This is a legacy parameter.
AttributeValue - Class in software.amazon.awssdk.services.dynamodb.model
Represents the data for an attribute.
AttributeValue.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
attributeValueList() - Method in class software.amazon.awssdk.services.dynamodb.model.Condition
One or more values to evaluate against the supplied attribute.
attributeValueList(Collection<AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.Condition.Builder
One or more values to evaluate against the supplied attribute.
attributeValueList(AttributeValue...) - Method in interface software.amazon.awssdk.services.dynamodb.model.Condition.Builder
One or more values to evaluate against the supplied attribute.
attributeValueList() - Method in class software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
One or more values to evaluate against the supplied attribute.
attributeValueList(Collection<AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue.Builder
One or more values to evaluate against the supplied attribute.
attributeValueList(AttributeValue...) - Method in interface software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue.Builder
One or more values to evaluate against the supplied attribute.
AttributeValueMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
AttributeValueMarshaller
AttributeValueMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.AttributeValueMarshaller
 
AttributeValueUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
AttributeValue JSON Unmarshaller
AttributeValueUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.AttributeValueUnmarshaller
 
AttributeValueUpdate - Class in software.amazon.awssdk.services.dynamodb.model
For the UpdateItem operation, represents the attributes to be modified, the action to perform on each, and the new value for each.
AttributeValueUpdate.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
AttributeValueUpdateMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
AttributeValueUpdateMarshaller
AttributeValueUpdateMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.AttributeValueUpdateMarshaller
 
AttributeValueUpdateUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
AttributeValueUpdate JSON Unmarshaller
AttributeValueUpdateUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.AttributeValueUpdateUnmarshaller
 
awsRegion() - Method in class software.amazon.awssdk.services.dynamodb.model.Record
The region in which the GetRecords request was received.
awsRegion(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Record.Builder
The region in which the GetRecords request was received.

B

b() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
An attribute of type Binary.
b(ByteBuffer) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type Binary.
backfilling() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
Indicates whether the index is currently backfilling.
backfilling(Boolean) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription.Builder
Indicates whether the index is currently backfilling.
base64Decode(String...) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Utility method to decode the designated binary attributes from base-64 encoding; converting binary lists into binary sets.
BATCH_GET_MAX_RETRY_COUNT_ALL_KEYS - Static variable in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
This retry count is applicable only when every batch get item request results in no data retrieved from server and the un processed keys is same as request items
batchDelete(Iterable<? extends Object>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
batchDelete(Object...) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
batchDelete(Iterable<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Deletes the objects given using one or more calls to the batchWtiteItem API.
batchDelete(Iterable<? extends Object>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Deletes the objects given using one or more calls to the DynamoDBClient.batchWriteItem(BatchWriteItemRequest) API.
batchDelete(Object...) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Deletes the objects given using one or more calls to the DynamoDBClient.batchWriteItem(BatchWriteItemRequest) API.
batchGetItem(ReturnConsumedCapacity, TableKeysAndAttributes...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.BatchGetItemApi
Used to perform a batch get-item operation from DynamoDB.
batchGetItem(TableKeysAndAttributes...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.BatchGetItemApi
Used to perform a batch get-item operation from DynamoDB.
batchGetItem(BatchGetItemSpec) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.BatchGetItemApi
Used to perform a batch get-item operation from DynamoDB with full parameter specification.
batchGetItem(ReturnConsumedCapacity, TableKeysAndAttributes...) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
batchGetItem(TableKeysAndAttributes...) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
batchGetItem(BatchGetItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
batchGetItem(ReturnConsumedCapacity, TableKeysAndAttributes...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.BatchGetItemImpl
 
batchGetItem(TableKeysAndAttributes...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.BatchGetItemImpl
 
batchGetItem(BatchGetItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.BatchGetItemImpl
 
batchGetItem(BatchGetItemRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
batchGetItem(BatchGetItemRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
BatchGetItemApi - Interface in software.amazon.awssdk.services.dynamodb.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.
BatchGetItemException(String, Map<String, KeysAndAttributes>, Map<String, List<Object>>) - Constructor for exception software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.BatchGetItemException
 
BatchGetItemImpl - Class in software.amazon.awssdk.services.dynamodb.document.internal
The implementation for BatchGetItemApi.
BatchGetItemImpl(DynamoDBClient) - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.BatchGetItemImpl
 
BatchGetItemOutcome - Class in software.amazon.awssdk.services.dynamodb.document
The outcome of a batch get-item operation from DynamoDB.
BatchGetItemOutcome(BatchGetItemResponse) - Constructor for class software.amazon.awssdk.services.dynamodb.document.BatchGetItemOutcome
 
batchGetItemRequest() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.BatchLoadContext
 
BatchGetItemRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a BatchGetItem operation.
BatchGetItemRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
BatchGetItemRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
BatchGetItemRequest Marshaller
BatchGetItemRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.BatchGetItemRequestMarshaller
 
BatchGetItemRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
BatchGetItemRequestMarshaller
BatchGetItemRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.BatchGetItemRequestModelMarshaller
 
batchGetItemResponse() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.BatchLoadContext
 
batchGetItemResponse() - Method in class software.amazon.awssdk.services.dynamodb.document.BatchGetItemOutcome
Returns a non-null low-level result returned from the server side.
BatchGetItemResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a BatchGetItem operation.
BatchGetItemResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
BatchGetItemResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
BatchGetItemResponse JSON Unmarshaller
BatchGetItemResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.BatchGetItemResponseUnmarshaller
 
BatchGetItemSpec - Class in software.amazon.awssdk.services.dynamodb.document.spec
Full parameter specification for the BatchGetItem API.
BatchGetItemSpec() - Constructor for class software.amazon.awssdk.services.dynamodb.document.spec.BatchGetItemSpec
 
batchGetItemUnprocessed(ReturnConsumedCapacity, Map<String, KeysAndAttributes>) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
batchGetItemUnprocessed(Map<String, KeysAndAttributes>) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
batchGetItemUnprocessed(ReturnConsumedCapacity, Map<String, KeysAndAttributes>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.BatchGetItemImpl
 
batchGetItemUnprocessed(Map<String, KeysAndAttributes>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.BatchGetItemImpl
 
batchLoad(Iterable<? extends Object>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
batchLoad(Iterable<? extends Object>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
batchLoad(Map<Class<?>, List<KeyPair>>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
batchLoad(Map<Class<?>, List<KeyPair>>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
batchLoad(Iterable<? extends Object>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
batchLoad(Map<Class<?>, List<KeyPair>>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
batchLoad(Iterable<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Retrieves multiple items from the table using their primary keys.
batchLoad(Iterable<? extends Object>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Retrieves multiple items from multiple tables using their primary keys.
batchLoad(Iterable<? extends Object>, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Retrieves multiple items from multiple tables using their primary keys.
batchLoad(Map<Class<?>, List<KeyPair>>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Retrieves the attributes for multiple items from multiple tables using their primary keys.
batchLoad(Map<Class<?>, List<KeyPair>>, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Retrieves multiple items from multiple tables using their primary keys.
BatchLoadContext - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Container object that has information about the batch load request made to DynamoDB.
BatchLoadContext(BatchGetItemRequest) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.BatchLoadContext
Instantiates a new BatchLoadContext.
batchLoadRetryStrategy() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
 
batchLoadRetryStrategy() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
batchSave(Iterable<? extends Object>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
batchSave(Object...) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
batchSave(Iterable<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Saves the objects given using one or more calls to the batchWriteItem API.
batchSave(Iterable<? extends Object>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Saves the objects given using one or more calls to the DynamoDBClient.batchWriteItem(BatchWriteItemRequest) API.
batchSave(Object...) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Saves the objects given using one or more calls to the DynamoDBClient.batchWriteItem(BatchWriteItemRequest) API.
batchWrite(Iterable<? extends Object>, Iterable<? extends Object>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
batchWrite(Iterable<? extends Object>, Iterable<? extends Object>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
batchWrite(Iterable<? extends Object>, Iterable<? extends Object>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
batchWrite(Iterable<T>, Iterable<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Saves and deletes the objects given using one or more calls to the batchWriteItem API.
batchWrite(Iterable<? extends Object>, Iterable<? extends Object>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Saves and deletes the objects given using one or more calls to the DynamoDBClient.batchWriteItem(BatchWriteItemRequest) API.
batchWrite(Iterable<? extends Object>, Iterable<? extends Object>, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Saves and deletes the objects given using one or more calls to the DynamoDBClient.batchWriteItem(BatchWriteItemRequest) API.
batchWriteItem(TableWriteItems...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.BatchWriteItemApi
Used to perform a batch write operation to DynamoDB.
batchWriteItem(BatchWriteItemSpec) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.BatchWriteItemApi
Used to perform a batch write operation to DynamoDB with full parameter specification.
batchWriteItem(TableWriteItems...) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
batchWriteItem(BatchWriteItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
batchWriteItem(TableWriteItems...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.BatchWriteItemImpl
 
batchWriteItem(BatchWriteItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.BatchWriteItemImpl
 
batchWriteItem(BatchWriteItemRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
The BatchWriteItem operation puts or deletes multiple items in one or more tables.
batchWriteItem(BatchWriteItemRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
The BatchWriteItem operation puts or deletes multiple items in one or more tables.
BatchWriteItemApi - Interface in software.amazon.awssdk.services.dynamodb.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.
BatchWriteItemImpl - Class in software.amazon.awssdk.services.dynamodb.document.internal
The implementation for BatchWriteItemApi.
BatchWriteItemImpl(DynamoDBClient) - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.BatchWriteItemImpl
 
BatchWriteItemOutcome - Class in software.amazon.awssdk.services.dynamodb.document
The outcome of a batch write-item operation from DynamoDB.
BatchWriteItemOutcome(BatchWriteItemResponse) - Constructor for class software.amazon.awssdk.services.dynamodb.document.BatchWriteItemOutcome
 
BatchWriteItemRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a BatchWriteItem operation.
BatchWriteItemRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
BatchWriteItemRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
BatchWriteItemRequest Marshaller
BatchWriteItemRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.BatchWriteItemRequestMarshaller
 
BatchWriteItemRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
BatchWriteItemRequestMarshaller
BatchWriteItemRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.BatchWriteItemRequestModelMarshaller
 
BatchWriteItemResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a BatchWriteItem operation.
BatchWriteItemResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
BatchWriteItemResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
BatchWriteItemResponse JSON Unmarshaller
BatchWriteItemResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.BatchWriteItemResponseUnmarshaller
 
batchWriteItemResult() - Method in class software.amazon.awssdk.services.dynamodb.document.BatchWriteItemOutcome
Returns a non-null low-level result returned from the server side.
BatchWriteItemSpec - Class in software.amazon.awssdk.services.dynamodb.document.spec
Full parameter specification for the BatchWriteItem API.
BatchWriteItemSpec() - Constructor for class software.amazon.awssdk.services.dynamodb.document.spec.BatchWriteItemSpec
 
batchWriteItemUnprocessed(Map<String, List<WriteRequest>>) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
batchWriteItemUnprocessed(Map<String, List<WriteRequest>>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.BatchWriteItemImpl
 
batchWriteRetryStrategy() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
 
batchWriteRetryStrategy() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
beginsWith(V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified value.
beginsWith(String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.internal.Filter
Creates and returns a condition of the range key with a value that begins with the given value.
beginsWith(String) - Method in class software.amazon.awssdk.services.dynamodb.document.RangeKeyCondition
Creates and returns a condition of the range key with a value that begins with the given value.
between(V, V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified values.
between(Object, Object) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.internal.Filter
Creates and returns a condition of the range key that has a value between the given values.
between(Object, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.RangeKeyCondition
Creates and returns a condition of the range key that has a value between the given values.
betweenAny(V, V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on any non-null argument; if lo is null a LE condition is applied on hi, if hi is null a GE condition is applied on lo.
BigDecimalSetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java BigDecimals.
BigDecimalUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java BigDecimals.
BigIntegerSetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java BigIntegers.
BigIntegerUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java BigIntegers.
bool() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
An attribute of type Boolean.
bool(Boolean) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type Boolean.
BooleanSetToNumberSetMarshaller - Class in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that marshals Java Boolean objects to Dynamodb-native BOOL attribute values.
BooleanToNumberMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A legacy marshaller that marshals Java Booleans into DynamoDB Numbers, representing true as '1' and false as '0'.
BooleanUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Bools (or Numbers) into Java Booleans.
bs() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
An attribute of type Binary Set.
bs(Collection<ByteBuffer>) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type Binary Set.
bs(ByteBuffer...) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type Binary Set.
bucketName() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
 
build() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchemas.Builder
 
build() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
Builds a new DynamoDBMapperConfig object.
build() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverterFactory.Builder
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Creates a new empty builder.
Builder() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
Creates a new builder initialized with the DynamoDbMapperConfig.DEFAULT values.
builder() - Static method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Create a builder that can be used to configure and create a DynamoDBAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Create a builder that can be used to configure and create a DynamoDBClient.
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.Capacity
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.Condition
 
builder() - Static method in exception software.amazon.awssdk.services.dynamodb.model.ConditionalCheckFailedException
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.CreateTableResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DeleteRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
 
builder() - Static method in exception software.amazon.awssdk.services.dynamodb.model.ExpiredIteratorException
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.GetItemResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.Identity
 
builder() - Static method in exception software.amazon.awssdk.services.dynamodb.model.InternalServerErrorException
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics
 
builder() - Static method in exception software.amazon.awssdk.services.dynamodb.model.ItemCollectionSizeLimitExceededException
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
 
builder() - Static method in exception software.amazon.awssdk.services.dynamodb.model.LimitExceededException
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ListTablesRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ListTablesResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.Projection
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
 
builder() - Static method in exception software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputExceededException
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.PutItemResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.PutRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.QueryResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.Record
 
builder() - Static method in exception software.amazon.awssdk.services.dynamodb.model.ResourceInUseException
 
builder() - Static method in exception software.amazon.awssdk.services.dynamodb.model.ResourceNotFoundException
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.ScanResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.SequenceNumberRange
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.Shard
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.Stream
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.StreamSpecification
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.Tag
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.TagResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.TagResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
 
builder() - Static method in exception software.amazon.awssdk.services.dynamodb.model.TrimmedDataAccessException
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveRequest
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveResponse
 
builder() - Static method in class software.amazon.awssdk.services.dynamodb.model.WriteRequest
 
builder() - Static method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsAsyncClient
Create a builder that can be used to configure and create a DynamoDBStreamsAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsClient
Create a builder that can be used to configure and create a DynamoDBStreamsClient.
ByteArraySetToBinarySetMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that marshals sets of Java byte[]s into DynamoDB BinarySet attributes.
ByteArraySetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals BinarySet values as sets of Java byte[]s.
ByteArrayToBinaryMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that marshals Java byte[]s into DynamoDB Binary attributes.
ByteArrayUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals Binary values as Java byte[]s.
ByteBufferSetToBinarySetMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that marshals sets of Java ByteBuffers into DynamoDB BinarySet attributes.
ByteBufferSetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals BinarySet values as sets of Java ByteBuffers.
ByteBufferToBinaryMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that marshals Java ByteBuffers into DynamoDB Binary attributes.
ByteBufferUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals Binary values as Java ByteBuffers.
ByteSetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java Bytes.
ByteUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java Bytes.

C

CalendarSetToStringSetMarshaller - Class in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals sets of ISO-8601-formatted dates as sets of Java Calendar objects.
CalendarToStringMarshaller - Class in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals ISO-8601-formatted dates as Java Calendar objects.
Capacity - Class in software.amazon.awssdk.services.dynamodb.model
Represents the amount of provisioned throughput capacity consumed on a table or an index.
Capacity.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
CapacityMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
CapacityMarshaller
CapacityMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.CapacityMarshaller
 
capacityUnits(Double) - Method in interface software.amazon.awssdk.services.dynamodb.model.Capacity.Builder
The total number of capacity units consumed on a table or an index.
capacityUnits() - Method in class software.amazon.awssdk.services.dynamodb.model.Capacity
The total number of capacity units consumed on a table or an index.
capacityUnits(Double) - Method in interface software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity.Builder
The total number of capacity units consumed by the operation.
capacityUnits() - Method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
The total number of capacity units consumed by the operation.
CapacityUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
Capacity JSON Unmarshaller
CapacityUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.CapacityUnmarshaller
 
checkInvalidAttribute(String, Object) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
 
checkInvalidAttrName(String) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
 
clazz - Variable in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
 
clazz - Variable in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
The class annotated with DynamoDB tags declaring how to load/store objects into DynamoDB
clear() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
clearAttributeUpdate() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
clearExpressionAttributeNamesEntries() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeNamesEntries() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeNamesEntries() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Removes all the entries added into ExpressionAttributeNames.
clearExpressionAttributeValuesEntries() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
Removes all the entries added into ExpressionAttributeValues.
clearExpressionAttributeValuesEntries() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Removes all the entries added into ExpressionAttributeValues.
clearExpressionAttributeValuesEntries() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Removes all the entries added into ExpressionAttributeValues.
CollectionToListMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
 
CollectionToListMarshaller(ArgumentMarshaller) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.CollectionToListMarshaller
 
ComparisonOperator - Enum in software.amazon.awssdk.services.dynamodb.model
 
comparisonOperator(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Condition.Builder
A comparator for evaluating attributes.
comparisonOperator(ComparisonOperator) - Method in interface software.amazon.awssdk.services.dynamodb.model.Condition.Builder
A comparator for evaluating attributes.
comparisonOperator() - Method in class software.amazon.awssdk.services.dynamodb.model.Condition
A comparator for evaluating attributes.
comparisonOperator(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue.Builder
A comparator for evaluating attributes in the AttributeValueList.
comparisonOperator(ComparisonOperator) - Method in interface software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue.Builder
A comparator for evaluating attributes in the AttributeValueList.
comparisonOperator() - Method in class software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
A comparator for evaluating attributes in the AttributeValueList.
Condition - Class in software.amazon.awssdk.services.dynamodb.model
Represents the selection criteria for a Query or Scan operation:
Condition.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ConditionalCheckFailedException - Exception in software.amazon.awssdk.services.dynamodb.model
A condition specified in the operation could not be evaluated.
ConditionalCheckFailedException.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ConditionalOperator - Enum in software.amazon.awssdk.services.dynamodb.model
 
conditionalOperator(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
This is a legacy parameter.
conditionalOperator(ConditionalOperator) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
This is a legacy parameter.
conditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
This is a legacy parameter.
conditionalOperator(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
This is a legacy parameter.
conditionalOperator(ConditionalOperator) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
This is a legacy parameter.
conditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
This is a legacy parameter.
conditionalOperator(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
This is a legacy parameter.
conditionalOperator(ConditionalOperator) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
This is a legacy parameter.
conditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
This is a legacy parameter.
conditionalOperator(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
This is a legacy parameter.
conditionalOperator(ConditionalOperator) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
This is a legacy parameter.
conditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
This is a legacy parameter.
conditionalOperator(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
This is a legacy parameter.
conditionalOperator(ConditionalOperator) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
This is a legacy parameter.
conditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
This is a legacy parameter.
conditionExpression(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
conditionExpression() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
conditionExpression(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
A condition that must be satisfied in order for a conditional PutItem operation to succeed.
conditionExpression() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
A condition that must be satisfied in order for a conditional PutItem operation to succeed.
conditionExpression(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
A condition that must be satisfied in order for a conditional update to succeed.
conditionExpression() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
A condition that must be satisfied in order for a conditional update to succeed.
ConditionMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ConditionMarshaller
ConditionMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ConditionMarshaller
 
ConditionUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
Condition JSON Unmarshaller
ConditionUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ConditionUnmarshaller
 
config() - Method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.ConsistentReads
 
config() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultBatchLoadRetryStrategy
 
config() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultBatchWriteRetryStrategy
 
config() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultTableNameResolver
 
config() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.NoRetryBatchLoadRetryStrategy
 
config() - Method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.PaginationLoadingStrategy
 
config() - Method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.SaveBehavior
 
config() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.TableNameOverride
 
consistentRead(Boolean) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetItemRequest.Builder
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.
consistentRead() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.
consistentRead(Boolean) - Method in interface software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes.Builder
The consistency of a read operation.
consistentRead() - Method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
The consistency of a read operation.
consistentRead(Boolean) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.
consistentRead() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.
consistentRead(Boolean) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
A Boolean value that determines the read consistency model during the scan:
consistentRead() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
A Boolean value that determines the read consistency model during the scan:
consumedCapacity(Collection<ConsumedCapacity>) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse.Builder
The read capacity units consumed by the entire BatchGetItem operation.
consumedCapacity(ConsumedCapacity...) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse.Builder
The read capacity units consumed by the entire BatchGetItem operation.
consumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse
The read capacity units consumed by the entire BatchGetItem operation.
consumedCapacity(Collection<ConsumedCapacity>) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse.Builder
The capacity units consumed by the entire BatchWriteItem operation.
consumedCapacity(ConsumedCapacity...) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse.Builder
The capacity units consumed by the entire BatchWriteItem operation.
consumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse
The capacity units consumed by the entire BatchWriteItem operation.
ConsumedCapacity - Class in software.amazon.awssdk.services.dynamodb.model
The capacity units consumed by an operation.
consumedCapacity(ConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse.Builder
The capacity units consumed by the DeleteItem operation.
consumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse
The capacity units consumed by the DeleteItem operation.
consumedCapacity(ConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetItemResponse.Builder
The capacity units consumed by the GetItem operation.
consumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemResponse
The capacity units consumed by the GetItem operation.
consumedCapacity(ConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemResponse.Builder
The capacity units consumed by the PutItem operation.
consumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemResponse
The capacity units consumed by the PutItem operation.
consumedCapacity(ConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryResponse.Builder
The capacity units consumed by the Query operation.
consumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryResponse
The capacity units consumed by the Query operation.
consumedCapacity(ConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanResponse.Builder
The capacity units consumed by the Scan operation.
consumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanResponse
The capacity units consumed by the Scan operation.
consumedCapacity(ConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse.Builder
The capacity units consumed by the UpdateItem operation.
consumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse
The capacity units consumed by the UpdateItem operation.
ConsumedCapacity.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ConsumedCapacityMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ConsumedCapacityMarshaller
ConsumedCapacityMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ConsumedCapacityMarshaller
 
ConsumedCapacityUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ConsumedCapacity JSON Unmarshaller
ConsumedCapacityUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ConsumedCapacityUnmarshaller
 
contains(V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified value.
contains(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Returns whether the collection contains the given element.
contains(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Expected
 
contains(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
 
containsAll(Collection<?>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
ConversionSchema - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
A strategy for mapping between Java types and DynamoDB types.
ConversionSchema.Dependencies - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Dependency injection for the ItemConverters that this ConversionSchema generates.
ConversionSchemas - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Pre-defined strategies for mapping between Java types and DynamoDB types.
ConversionSchemas.Builder - Class in software.amazon.awssdk.services.dynamodb.datamodeling
 
convert(Boolean) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbConvertedBool.Converter
 
convert(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDelimited.Converter
 
convert(V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Turns an object of type T into an object of type S.
convert(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Turns an object of type T into an object of type S.
convert(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMarshalling.Converter
Deprecated.
 
convert(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConvertedJson.Converter
 
convert(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConvertedTimestamp.Converter
 
convert(T) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter
Turns an object of type T into an object of type S.
convert(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.DelegateConverter
 
convert(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.ExtendedConverter
 
convert(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.NullSafeConverter
 
convert(Method, Object) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.ItemConverter
Converts a Java object into a DynamoDB AttributeValue.
convert(Object) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.ItemConverter
Converts an appropriately-annotated POJO into a Map of AttributeValues.
convert(S3Link) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link.Factory
 
convertKey(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Creates a new key map from the specified object.
convertKey(H, R) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Creates a new key map from the specified hash and range key.
convertListsToSets(String...) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
count(Class<?>, DynamoDbScanExpression, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
count(Class<T>, DynamoDbQueryExpression<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
count(Class<T>, DynamoDbQueryExpression<T>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
count(Class<?>, DynamoDbScanExpression, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
count(Class<T>, DynamoDbQueryExpression<T>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
count(DynamoDbQueryExpression<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Evaluates the specified query expression and returns the count of matching items, without returning any of the actual item data
count(DynamoDbScanExpression) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Evaluates the specified scan expression and returns the count of matching items, without returning any of the actual item data.
count(Class<?>, DynamoDbScanExpression) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
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 interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
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 interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
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 interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Evaluates the specified query expression and returns the count of matching items, without returning any of the actual item data.
count(Integer) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryResponse.Builder
The number of items in the response.
count() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryResponse
The number of items in the response.
count(Integer) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanResponse.Builder
The number of items in the response.
count() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanResponse
The number of items in the response.
create() - Static method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Create a DynamoDBAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Create a DynamoDBClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create(CreateGlobalSecondaryIndexAction) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate.Builder
The parameters required for creating a global secondary index on an existing table:
create() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate
The parameters required for creating a global secondary index on an existing table:
create() - Static method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsAsyncClient
Create a DynamoDBStreamsAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsClient
Create a DynamoDBStreamsClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
CreateGlobalSecondaryIndexAction - Class in software.amazon.awssdk.services.dynamodb.model
Represents a new global secondary index to be added to an existing table.
CreateGlobalSecondaryIndexAction.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
CreateGlobalSecondaryIndexActionMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
CreateGlobalSecondaryIndexActionMarshaller
CreateGlobalSecondaryIndexActionMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.CreateGlobalSecondaryIndexActionMarshaller
 
CreateGlobalSecondaryIndexActionUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
CreateGlobalSecondaryIndexAction JSON Unmarshaller
CreateGlobalSecondaryIndexActionUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.CreateGlobalSecondaryIndexActionUnmarshaller
 
createGsi(CreateGlobalSecondaryIndexAction, AttributeDefinition) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
Creates a global secondary index (GSI) with only a hash key on this table.
createGsi(CreateGlobalSecondaryIndexAction, AttributeDefinition, AttributeDefinition) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
Creates a global secondary index (GSI) with both a hash key and a range key on this table.
createKey(H, R) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Creates a new object instance with the keys populated.
createS3Link(String, String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
createS3Link(Region, String, String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
createS3Link(String, String, String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
createS3Link(Region, String, String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
createS3Link(String, String, String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
createS3Link(String, String) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Creates an S3Link with the specified bucket name and key using the default S3 region.
createS3Link(Region, String, String) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Creates an S3Link with the specified region, bucket name and key.
createS3Link(String, String, String) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Creates an S3Link with the specified region, bucket name and key.
createS3Link(Region, String, String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link.Factory
 
createS3Link(String, String, String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link.Factory
 
createTable(ProvisionedThroughput) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Creates the table with the specified throughput; also populates the same throughput for all global secondary indexes.
createTable(CreateTableRequest) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
Creates the specified table in DynamoDB.
createTable(String, List<KeySchemaElement>, List<AttributeDefinition>, ProvisionedThroughput) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
Creates the specified table in DynamoDB.
createTable(CreateTableRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
The CreateTable operation adds a new table to your account.
createTable(CreateTableRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
The CreateTable operation adds a new table to your account.
createTableIfNotExists(ProvisionedThroughput) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Creates the table and ignores the ResourceInUseException if it ialready exists.
createTableIfNotExists(DynamoDBClient, CreateTableRequest) - Static method in class software.amazon.awssdk.services.dynamodb.util.TableUtils
Creates the table and ignores any errors if it already exists.
CreateTableRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a CreateTable operation.
CreateTableRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
CreateTableRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
CreateTableRequest Marshaller
CreateTableRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.CreateTableRequestMarshaller
 
CreateTableRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
CreateTableRequestMarshaller
CreateTableRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.CreateTableRequestModelMarshaller
 
CreateTableResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a CreateTable operation.
CreateTableResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
CreateTableResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
CreateTableResponse JSON Unmarshaller
CreateTableResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.CreateTableResponseUnmarshaller
 
creationDateTime(Instant) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The date and time when the table was created, in UNIX epoch time format.
creationDateTime() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
The date and time when the table was created, in UNIX epoch time format.
creationRequestDateTime(Instant) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
The date and time when the request to create this stream was issued.
creationRequestDateTime() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
The date and time when the request to create this stream was issued.
CustomMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that delegates to an instance of a DynamoDBMarshalling-derived custom marshaler.
CustomMarshaller(Class<? extends DynamoDbMarshaller<?>>) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.CustomMarshaller
 
CustomUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that delegates to an instance of a DynamoDBMarshaller-derived custom marshaler.
CustomUnmarshaller(Class<?>, Class<? extends DynamoDbMarshaller<?>>) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.CustomUnmarshaller
 

D

DateSetToStringSetMarshaller - Class in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals sets of ISO-8601-formatted dates as sets of Java Date objects.
DateToStringMarshaller - Class in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals ISO-8601-formatted dates as Java Date objects.
DEFAULT - Static variable in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Default configuration; these defaults are also applied by the mapper when only partial configurations are specified.
DefaultBatchLoadRetryStrategy() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultBatchLoadRetryStrategy
 
DefaultBatchWriteRetryStrategy() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultBatchWriteRetryStrategy
Keep retrying until success, with default backoff.
DefaultBatchWriteRetryStrategy(int) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultBatchWriteRetryStrategy
 
DefaultTableNameResolver() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultTableNameResolver
 
DelegateConverter(DynamoDbTypeConverter<S, T>) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.DelegateConverter
 
DelegateFactory(DynamoDbTypeConverterFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverterFactory.DelegateFactory
 
delete(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
delete(Object, DynamoDbDeleteExpression) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
delete(Object, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
delete(T, DynamoDbDeleteExpression, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
delete(T, DynamoDbDeleteExpression, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
delete(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Deletes the given object from its DynamoDB table.
delete(T, DynamoDbDeleteExpression) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Deletes the given object from its DynamoDB table using the specified deleteExpression.
delete(Object) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Deletes the given object from its DynamoDB table using the default configuration.
delete(Object, DynamoDbDeleteExpression) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Deletes the given object from its DynamoDB table using the specified deleteExpression and default configuration.
delete(Object, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Deletes the given object from its DynamoDB table using the specified configuration.
delete(T, DynamoDbDeleteExpression, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Deletes the given object from its DynamoDB table using the provided deleteExpression and provided configuration.
delete() - Method in class software.amazon.awssdk.services.dynamodb.document.AttributeUpdate
 
delete() - Method in class software.amazon.awssdk.services.dynamodb.document.Table
Deletes the table from DynamoDB.
delete(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.FluentArrayList
Fluent method to remove the specified element from this list.
delete(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.FluentHashMap
Fluent method to remove the specified key from this map.
delete(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.FluentHashSet
Fluent method to remove the specified element from this set.
delete(DeleteGlobalSecondaryIndexAction) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate.Builder
The name of an existing global secondary index to be removed.
delete() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate
The name of an existing global secondary index to be removed.
DeleteGlobalSecondaryIndexAction - Class in software.amazon.awssdk.services.dynamodb.model
Represents a global secondary index to be deleted from an existing table.
DeleteGlobalSecondaryIndexAction.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DeleteGlobalSecondaryIndexActionMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DeleteGlobalSecondaryIndexActionMarshaller
DeleteGlobalSecondaryIndexActionMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DeleteGlobalSecondaryIndexActionMarshaller
 
DeleteGlobalSecondaryIndexActionUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DeleteGlobalSecondaryIndexAction JSON Unmarshaller
DeleteGlobalSecondaryIndexActionUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DeleteGlobalSecondaryIndexActionUnmarshaller
 
deleteGsi() - Method in class software.amazon.awssdk.services.dynamodb.document.Index
Deletes this global secondary index (GSI) from the DynamoDB table.
deleteIfExists(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Deletes the given object from its DynamoDB table with the condition that the hash and, if applicable, the range key, already exist.
deleteItem(KeyAttribute...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.DeleteItemApi
Deletes an item by primary key.
deleteItem(PrimaryKey) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.DeleteItemApi
Deletes an item by primary key.
deleteItem(String, Object) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.DeleteItemApi
Deletes an item by hash-only primary key.
deleteItem(String, Object, String, Object) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.DeleteItemApi
Deletes an item by hash key-and-range primary key.
deleteItem(PrimaryKey, Expected...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.DeleteItemApi
Conditional delete with the specified primary key and expected conditions.
deleteItem(String, Object, Expected...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.DeleteItemApi
Conditional delete with the specified hash-only primary key and expected conditions.
deleteItem(String, Object, String, Object, Expected...) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.api.DeleteItemApi
Conditional delete with the specified hash-and-range primary key and condition expression.
deleteItem(DeleteItemSpec) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.DeleteItemApi
Deletes an item by specifying all the details.
deleteItem(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.DeleteItemImpl
 
deleteItem(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.DeleteItemImpl
 
deleteItem(PrimaryKey, Expected...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.DeleteItemImpl
 
deleteItem(PrimaryKey, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.DeleteItemImpl
 
deleteItem(DeleteItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.DeleteItemImpl
 
deleteItem(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.DeleteItemImpl
 
deleteItem(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.DeleteItemImpl
 
deleteItem(String, Object, Expected...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.DeleteItemImpl
 
deleteItem(String, Object, String, Object, Expected...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.DeleteItemImpl
 
deleteItem(String, Object, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.DeleteItemImpl
 
deleteItem(String, Object, String, Object, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.DeleteItemImpl
 
deleteItem(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
deleteItem(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
deleteItem(PrimaryKey, Expected...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
deleteItem(PrimaryKey, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
deleteItem(DeleteItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
deleteItem(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
deleteItem(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
deleteItem(String, Object, Expected...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
deleteItem(String, Object, String, Object, Expected...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
deleteItem(String, Object, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
deleteItem(String, Object, String, Object, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
deleteItem(DeleteItemRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Deletes a single item in a table by primary key.
deleteItem(DeleteItemRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Deletes a single item in a table by primary key.
DeleteItemApi - Interface in software.amazon.awssdk.services.dynamodb.document.api
A Table-centric DeleteItem API.
DeleteItemImpl - Class in software.amazon.awssdk.services.dynamodb.document.internal
The implementation for DeleteItemApi.
DeleteItemImpl(DynamoDBClient, Table) - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.DeleteItemImpl
 
DeleteItemOutcome - Class in software.amazon.awssdk.services.dynamodb.document
The outcome of deleting an item from a DynamoDB table.
DeleteItemOutcome(DeleteItemResponse) - Constructor for class software.amazon.awssdk.services.dynamodb.document.DeleteItemOutcome
 
DeleteItemRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a DeleteItem operation.
DeleteItemRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DeleteItemRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DeleteItemRequest Marshaller
DeleteItemRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DeleteItemRequestMarshaller
 
DeleteItemRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DeleteItemRequestMarshaller
DeleteItemRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DeleteItemRequestModelMarshaller
 
DeleteItemResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a DeleteItem operation.
DeleteItemResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DeleteItemResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DeleteItemResponse JSON Unmarshaller
DeleteItemResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DeleteItemResponseUnmarshaller
 
DeleteItemSpec - Class in software.amazon.awssdk.services.dynamodb.document.spec
Full parameter specification for the DeleteItem API.
DeleteItemSpec() - Constructor for class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
DeleteRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents a request to perform a DeleteItem operation on an item.
deleteRequest(DeleteRequest) - Method in interface software.amazon.awssdk.services.dynamodb.model.WriteRequest.Builder
A request to perform a DeleteItem operation.
deleteRequest() - Method in class software.amazon.awssdk.services.dynamodb.model.WriteRequest
A request to perform a DeleteItem operation.
DeleteRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DeleteRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DeleteRequestMarshaller
DeleteRequestMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DeleteRequestMarshaller
 
DeleteRequestUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DeleteRequest JSON Unmarshaller
DeleteRequestUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DeleteRequestUnmarshaller
 
deleteTable() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Deletes the table.
deleteTable(DeleteTableRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
The DeleteTable operation deletes a table and all of its items.
deleteTable(DeleteTableRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
The DeleteTable operation deletes a table and all of its items.
deleteTableIfExists() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Deletes the table and ignores the ResourceNotFoundException if it does not already exist.
deleteTableIfExists(DynamoDBClient, DeleteTableRequest) - Static method in class software.amazon.awssdk.services.dynamodb.util.TableUtils
Deletes the table and ignores any errors if it doesn't exist.
DeleteTableRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a DeleteTable operation.
DeleteTableRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DeleteTableRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DeleteTableRequest Marshaller
DeleteTableRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DeleteTableRequestMarshaller
 
DeleteTableRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DeleteTableRequestMarshaller
DeleteTableRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DeleteTableRequestModelMarshaller
 
DeleteTableResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a DeleteTable operation.
DeleteTableResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DeleteTableResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DeleteTableResponse JSON Unmarshaller
DeleteTableResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DeleteTableResponseUnmarshaller
 
Dependencies() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchema.Dependencies
 
describe() - Method in class software.amazon.awssdk.services.dynamodb.document.Table
Retrieves the table description from DynamoDB.
describeLimits() - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Returns the current provisioned-capacity limits for your AWS account in a region, both for the region as a whole and for any one DynamoDB table that you create there.
describeLimits(DescribeLimitsRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Returns the current provisioned-capacity limits for your AWS account in a region, both for the region as a whole and for any one DynamoDB table that you create there.
describeLimits() - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Returns the current provisioned-capacity limits for your AWS account in a region, both for the region as a whole and for any one DynamoDB table that you create there.
describeLimits(DescribeLimitsRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Returns the current provisioned-capacity limits for your AWS account in a region, both for the region as a whole and for any one DynamoDB table that you create there.
DescribeLimitsRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a DescribeLimits operation.
DescribeLimitsRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DescribeLimitsRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DescribeLimitsRequest Marshaller
DescribeLimitsRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DescribeLimitsRequestMarshaller
 
DescribeLimitsRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DescribeLimitsRequestMarshaller
DescribeLimitsRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DescribeLimitsRequestModelMarshaller
 
DescribeLimitsResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a DescribeLimits operation.
DescribeLimitsResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DescribeLimitsResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DescribeLimitsResponse JSON Unmarshaller
DescribeLimitsResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DescribeLimitsResponseUnmarshaller
 
describeStream(DescribeStreamRequest) - Method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsAsyncClient
Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.
describeStream(DescribeStreamRequest) - Method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsClient
Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.
DescribeStreamRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a DescribeStream operation.
DescribeStreamRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DescribeStreamRequestMarshaller - Class in software.amazon.awssdk.services.dynamodbstreams.transform
DescribeStreamRequest Marshaller
DescribeStreamRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodbstreams.transform.DescribeStreamRequestMarshaller
 
DescribeStreamRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DescribeStreamRequestMarshaller
DescribeStreamRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DescribeStreamRequestModelMarshaller
 
DescribeStreamResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a DescribeStream operation.
DescribeStreamResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DescribeStreamResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DescribeStreamResponse JSON Unmarshaller
DescribeStreamResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DescribeStreamResponseUnmarshaller
 
describeTable() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
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 interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
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 interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
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.
DescribeTableFunction - Class in software.amazon.awssdk.services.dynamodb.waiters
 
DescribeTableFunction(DynamoDBClient) - Constructor for class software.amazon.awssdk.services.dynamodb.waiters.DescribeTableFunction
Constructs a new DescribeTableFunction with the given client
DescribeTableRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a DescribeTable operation.
DescribeTableRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DescribeTableRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DescribeTableRequest Marshaller
DescribeTableRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DescribeTableRequestMarshaller
 
DescribeTableRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DescribeTableRequestMarshaller
DescribeTableRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DescribeTableRequestModelMarshaller
 
DescribeTableResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a DescribeTable operation.
DescribeTableResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DescribeTableResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DescribeTableResponse JSON Unmarshaller
DescribeTableResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DescribeTableResponseUnmarshaller
 
describeTimeToLive(DescribeTimeToLiveRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Gives a description of the Time to Live (TTL) status on the specified table.
describeTimeToLive(DescribeTimeToLiveRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Gives a description of the Time to Live (TTL) status on the specified table.
DescribeTimeToLiveRequest - Class in software.amazon.awssdk.services.dynamodb.model
 
DescribeTimeToLiveRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DescribeTimeToLiveRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DescribeTimeToLiveRequest Marshaller
DescribeTimeToLiveRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DescribeTimeToLiveRequestMarshaller
 
DescribeTimeToLiveRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DescribeTimeToLiveRequestMarshaller
DescribeTimeToLiveRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DescribeTimeToLiveRequestModelMarshaller
 
DescribeTimeToLiveResponse - Class in software.amazon.awssdk.services.dynamodb.model
 
DescribeTimeToLiveResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
DescribeTimeToLiveResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
DescribeTimeToLiveResponse JSON Unmarshaller
DescribeTimeToLiveResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.DescribeTimeToLiveResponseUnmarshaller
 
doPutItem() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
Save the item using a PutItem request.
doQuery(QuerySpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.IndexQueryImpl
 
doQuery(QuerySpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
doScan(ScanSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.IndexScanImpl
 
doScan(ScanSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.ScanImpl
 
DoubleSetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java Doubles.
DoubleUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java Doubles.
doUpdateItem() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
Save the item using a UpdateItem request.
downloadTo(File) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
Same as S3Link.downloadTo(File) but allows specifying a request metric collector.
downloadTo(OutputStream) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
Downloads the data from the object represented by this S3Link to the specified output stream.
downloadTo(OutputStream, RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
Same as S3Link.downloadTo(OutputStream) but allows specifying a request metric collector.
dynamo - Variable in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
The client for working with DynamoDB.
DynamoDb - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation to mark other annotations as being part of DynamoDB.
DynamoDb - Class in software.amazon.awssdk.services.dynamodb.document
DynamoDB Document API.
DynamoDb(DynamoDBClient) - Constructor for class software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
DynamoDb(Region) - Constructor for class software.amazon.awssdk.services.dynamodb.document.DynamoDb
Create a DynamoDB object that talks to the specified AWS region.
dynamodb(StreamRecord) - Method in interface software.amazon.awssdk.services.dynamodb.model.Record.Builder
The main body of the stream record, containing all of the DynamoDB-specific fields.
dynamodb() - Method in class software.amazon.awssdk.services.dynamodb.model.Record
The main body of the stream record, containing all of the DynamoDB-specific fields.
DynamoDBAsyncClient - Interface in software.amazon.awssdk.services.dynamodb
Service client for accessing DynamoDB asynchronously.
DynamoDBAsyncClientBuilder - Interface in software.amazon.awssdk.services.dynamodb
A builder for creating an instance of DynamoDBAsyncClient.
DynamoDbAttribute - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Interface for marking a class property as an attribute in a DynamoDB table.
DynamoDbAutoGenerated - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation to mark a property as using a custom auto-generator.
DynamoDbAutoGeneratedDefault - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation to assign a default value on creation if value is null.
DynamoDbAutoGeneratedDefault.Generator<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Default generator.
DynamoDbAutoGeneratedKey - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation for marking a hash key or range key property in a class to auto-generate this key.
DynamoDbAutoGeneratedTimestamp - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation for auto-generating a date/timestamp.
DynamoDbAutoGeneratedTimestamp.Generator<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Default generator.
DynamoDbAutoGenerateStrategy - Enum in software.amazon.awssdk.services.dynamodb.datamodeling
Enumeration of possible auto-generation strategies.
DynamoDbAutoGenerator<T> - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
Generator interface for auto-generating attribute values.
DynamoDbAutoGenerator.AbstractGenerator<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
A generator which holds the DynamoDbAutoGenerateStrategy.
DynamoDBBaseClientBuilder<B extends DynamoDBBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.dynamodb
This includes configuration specific to DynamoDB that is supported by both DynamoDBClientBuilder and DynamoDBAsyncClientBuilder.
DynamoDBClient - Interface in software.amazon.awssdk.services.dynamodb
Service client for accessing DynamoDB.
DynamoDBClientBuilder - Interface in software.amazon.awssdk.services.dynamodb
A builder for creating an instance of DynamoDBClient.
DynamoDBClientWaiters - Class in software.amazon.awssdk.services.dynamodb.waiters
 
DynamoDBClientWaiters(DynamoDBClient) - Constructor for class software.amazon.awssdk.services.dynamodb.waiters.DynamoDBClientWaiters
Constructs a new DynamoDBClientWaiters with the given client
DynamoDbConvertedBool - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation to convert a Boolean to the DynamoDB S type.
DynamoDbConvertedBool.Converter - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Boolean type converter.
DynamoDbConvertedBool.Format - Enum in software.amazon.awssdk.services.dynamodb.datamodeling
Enumeration of the supported format options.
DynamoDbDeleteExpression - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Enables adding options to a delete operation.
DynamoDbDeleteExpression() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
 
DynamoDbDelimited - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation to convert an object into a single delimited String attribute.
DynamoDbDelimited.Converter<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Type converter for string delimited attributes.
DynamoDbDocument - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
An annotation that marks a class which can be serialized to a DynamoDB document or sub-document.
DynamoDBException - Exception in software.amazon.awssdk.services.dynamodb.model
Base exception for all service exceptions thrown by Amazon DynamoDB
DynamoDBException(String) - Constructor for exception software.amazon.awssdk.services.dynamodb.model.DynamoDBException
Constructs a new DynamoDBException with the specified error message.
DynamoDbFlattened - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation for flattening a complex type.
DynamoDbGeneratedUuid - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation for auto-generating a UUID.
DynamoDbGeneratedUuid.Generator<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Default generator.
DynamoDbHashKey - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation for marking a property as the hash key for a modeled class.
DynamoDbIgnore - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation for marking a class property as non-modeled.
DynamoDbIndexHashKey - Annotation Type in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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.
DynamoDbKeyed - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation for marking a property a key for a modeled class.
DynamoDbMapper - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Object mapper for domain-object interaction with DynamoDB.
DynamoDbMapper(DynamoDBClient) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
Constructs a new mapper with the service object given, using the default configuration.
DynamoDbMapper(DynamoDBClient, DynamoDbMapperConfig) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
Constructs a new mapper with the service object and configuration given.
DynamoDbMapper(DynamoDBClient, AwsCredentialsProvider) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
Constructs a new mapper with the service object and S3 client cache given, using the default configuration.
DynamoDbMapper(DynamoDBClient, DynamoDbMapperConfig, AttributeTransformer) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
Constructs a new mapper with the given service object, configuration, and transform hook.
DynamoDbMapper(DynamoDBClient, DynamoDbMapperConfig, AwsCredentialsProvider) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
Constructs a new mapper with the service object, configuration, and S3 client cache given.
DynamoDbMapper(DynamoDBClient, DynamoDbMapperConfig, AttributeTransformer, AwsCredentialsProvider) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
Constructor with all parameters.
DynamoDbMapper.BatchGetItemException - Exception in software.amazon.awssdk.services.dynamodb.datamodeling
 
DynamoDbMapper.FailedBatch - Class in software.amazon.awssdk.services.dynamodb.datamodeling
The return type of batchWrite, batchDelete and batchSave.
DynamoDbMapper.SaveObjectHandler - Class in software.amazon.awssdk.services.dynamodb.datamodeling
The handler for saving object using DynamoDBMapper.
DynamoDbMapperConfig - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Immutable configuration object for service call behavior.
DynamoDbMapperConfig(DynamoDbMapperConfig.SaveBehavior, DynamoDbMapperConfig.ConsistentReads, DynamoDbMapperConfig.TableNameOverride) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Deprecated.
in favor of the fluent DynamoDbMapperConfig.Builder
DynamoDbMapperConfig(DynamoDbMapperConfig.SaveBehavior, DynamoDbMapperConfig.ConsistentReads, DynamoDbMapperConfig.TableNameOverride, DynamoDbMapperConfig.PaginationLoadingStrategy) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Deprecated.
in favor of the fluent Builder
DynamoDbMapperConfig(DynamoDbMapperConfig.SaveBehavior, DynamoDbMapperConfig.ConsistentReads, DynamoDbMapperConfig.TableNameOverride, DynamoDbMapperConfig.PaginationLoadingStrategy, RequestMetricCollector) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Deprecated.
in favor of the fluent Builder
DynamoDbMapperConfig(DynamoDbMapperConfig.SaveBehavior) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Deprecated.
DynamoDbMapperConfig(DynamoDbMapperConfig.ConsistentReads) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Deprecated.
DynamoDbMapperConfig(DynamoDbMapperConfig.TableNameOverride) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Deprecated.
DynamoDbMapperConfig(DynamoDbMapperConfig.TableNameResolver) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Deprecated.
DynamoDbMapperConfig(DynamoDbMapperConfig.ObjectTableNameResolver) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Deprecated.
DynamoDbMapperConfig(DynamoDbMapperConfig.TableNameResolver, DynamoDbMapperConfig.ObjectTableNameResolver) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Deprecated.
DynamoDbMapperConfig(DynamoDbMapperConfig.PaginationLoadingStrategy) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Deprecated.
DynamoDbMapperConfig(ConversionSchema) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Deprecated.
DynamoDbMapperConfig(DynamoDbMapperConfig, DynamoDbMapperConfig) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Deprecated.
DynamoDbMapperConfig.BatchLoadRetryStrategy - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
DynamoDbMapper#batchLoad(List) breaks the requested items in batches of maximum size 100.
DynamoDbMapperConfig.BatchWriteRetryStrategy - Interface in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling
A fluent builder for DynamoDBMapperConfig objects.
DynamoDbMapperConfig.ConsistentReads - Enum in software.amazon.awssdk.services.dynamodb.datamodeling
Enumeration of consistent read behavior.
DynamoDbMapperConfig.DefaultBatchLoadRetryStrategy - Class in software.amazon.awssdk.services.dynamodb.datamodeling
This is the default strategy.
DynamoDbMapperConfig.DefaultBatchWriteRetryStrategy - Class in software.amazon.awssdk.services.dynamodb.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.DefaultTableNameResolver - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Default implementation of DynamoDbMapperConfig.TableNameResolver that mimics the behavior of DynamoDBMapper before the addition of DynamoDbMapperConfig.TableNameResolver.
DynamoDbMapperConfig.NoRetryBatchLoadRetryStrategy - Class in software.amazon.awssdk.services.dynamodb.datamodeling
This strategy, like name suggests will not attempt any retries on Unprocessed keys
DynamoDbMapperConfig.ObjectTableNameResolver - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
Interface for a strategy used to determine the table name of an object based on it's class.
DynamoDbMapperConfig.PaginationLoadingStrategy - Enum in software.amazon.awssdk.services.dynamodb.datamodeling
Enumeration of pagination loading strategy.
DynamoDbMapperConfig.SaveBehavior - Enum in software.amazon.awssdk.services.dynamodb.datamodeling
Enumeration of behaviors for the save operation.
DynamoDbMapperConfig.TableNameOverride - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Allows overriding the table name declared on a domain class by the DynamoDbTable annotation.
DynamoDbMapperConfig.TableNameResolver - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
Interface for a strategy used to determine the table name of an object based on it's class.
DynamoDbMapperFieldModel<T,V> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Field model.
DynamoDbMapperFieldModel.DynamoDbAttributeType - Enum in software.amazon.awssdk.services.dynamodb.datamodeling
 
DynamoDbMapperModelFactory - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
DynamoDbMapper table model factory.
DynamoDbMapperModelFactory.TableFactory - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
DynamoDbMapperTableModel<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Table model.
DynamoDbMappingException - Exception in software.amazon.awssdk.services.dynamodb.datamodeling
Generic exception for problems occuring when mapping DynamoDB items to Java objects or vice versa.
DynamoDbMappingException() - Constructor for exception software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMappingException
 
DynamoDbMappingException(String, Throwable) - Constructor for exception software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMappingException
 
DynamoDbMappingException(String) - Constructor for exception software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMappingException
 
DynamoDbMappingException(Throwable) - Constructor for exception software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMappingException
 
DynamoDbMarshaller<T> - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
Deprecated.
Replaced by DynamoDbTypeConverter

A DynamoDbTypeConverted with String as source would perform the same conversion. Please consider, if your marshaller is thread safe before replacing. In the new implementation, a single instance of DynamoDbTypeConverted is created per field/attribute. In the old, an new instance of the marshaller was created for each call to marshall and unmarshall. If your marshaller/converter is not thread safe, it is recomended to specify a converter which will instantiate a new marshaller per call.

 public class CustomConverter<T> implements DynamoDBTypeConverter<String,T> {
     @Override
     public final String convert(final T object) {
         return ...
     }
     @Override
     public final T unconvert(final String object) {
         return ...
     }
 }
 
DynamoDbMarshalling - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Deprecated.
Replaced by DynamoDbTypeConverted

A DynamoDbTypeConverted with String as source would perform the same conversion. Please consider, if your marshaller is thread safe before replacing. In the new implementation, a single instance of DynamoDbTypeConverted is created per field/attribute. In the old, an new instance of the marshaller was created for each call to marshall and unmarshall. If your marshaller/converter is not thread safe, it is recomended to specify a converter which will instantiate a new marshaller per call.

 public class CustomConverter<T> implements DynamoDBTypeConverter<String,T> {
     @Override
     public final String convert(final T object) {
         return ...
     }
     @Override
     public final T unconvert(final String object) {
         return ...
     }
 }
 
DynamoDbMarshalling.Converter<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Deprecated.
Marshalling type converter.
DynamoDbNamed - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation for overriding a property's DynamoDB attribute name.
DynamoDbNativeBoolean - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Deprecated.
- Replaced by DynamoDbTyped
DynamoDbQueryExpression<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
A query expression.
DynamoDbQueryExpression() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
 
DynamoDbRangeKey - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation for marking a property in a class as the range key for a DynamoDB table.
DynamoDbRequestMetric - Enum in software.amazon.awssdk.services.dynamodb.metrics
DynamoDB specific request metric type.
DynamoDbSaveExpression - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Enables adding options to a save operation.
DynamoDbSaveExpression() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbSaveExpression
 
DynamoDbScalarAttribute - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Deprecated.
DynamoDbScanExpression - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Options for filtering results from a scan operation.
DynamoDbScanExpression() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
 
DynamoDBStreamsAsyncClient - Interface in software.amazon.awssdk.services.dynamodbstreams
Service client for accessing null asynchronously.
DynamoDBStreamsAsyncClientBuilder - Interface in software.amazon.awssdk.services.dynamodbstreams
A builder for creating an instance of DynamoDBStreamsAsyncClient.
DynamoDBStreamsBaseClientBuilder<B extends DynamoDBStreamsBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.dynamodbstreams
This includes configuration specific to null that is supported by both DynamoDBStreamsClientBuilder and DynamoDBStreamsAsyncClientBuilder.
DynamoDBStreamsClient - Interface in software.amazon.awssdk.services.dynamodbstreams
Service client for accessing null.
DynamoDBStreamsClientBuilder - Interface in software.amazon.awssdk.services.dynamodbstreams
A builder for creating an instance of DynamoDBStreamsClient.
DynamoDbTable - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation to mark a class as a DynamoDB table.
DynamoDbTableMapper<T,H,R> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
A wrapper for DynamoDBMapper which operates only on a specified class/table.
DynamoDbTableMapper(DynamoDBClient, DynamoDbMapper, DynamoDbMapperConfig, DynamoDbMapperTableModel<T>) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Constructs a new table mapper for the given class.
DynamoDbTypeConverted - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation to mark a property as using a custom type-converter.
DynamoDbTypeConvertedEnum - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation to convert the enumeration value to a string.
DynamoDbTypeConvertedJson - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
A simple JSON converter that uses the Jackson JSON processor.
DynamoDbTypeConvertedJson.Converter<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
JSON type converter.
DynamoDbTypeConvertedTimestamp - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation to format a timestamp object using Java's standard date and time patterns.
DynamoDbTypeConvertedTimestamp.Converter<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Timestamp format converter.
DynamoDbTypeConverter<S,T> - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
Interface for converting types.
DynamoDbTypeConverter.AbstractConverter<S,T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
An abstract converter with additional general purpose functions.
DynamoDbTypeConverter.DelegateConverter<S,T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
A general purpose delegating converter.
DynamoDbTypeConverter.ExtendedConverter<S,U,T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
A converter which wraps a source and target converter.
DynamoDbTypeConverter.NullSafeConverter<S,T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
A converter which evaluates nullability before convert/unconvert.
DynamoDbTypeConverterFactory - Class in software.amazon.awssdk.services.dynamodb.datamodeling
DynamoDbTypeConverter factory and supporting classes.
DynamoDbTypeConverterFactory() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverterFactory
 
DynamoDbTypeConverterFactory.Builder - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Builder for overriding type-converters.
DynamoDbTypeConverterFactory.DelegateFactory - Class in software.amazon.awssdk.services.dynamodb.datamodeling
DynamoDbTyped - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation to override the standard attribute type binding.
DynamoDbVersionAttribute - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation for marking a property as an optimistic locking version attribute.
DynamoDbVersioned - Annotation Type in software.amazon.awssdk.services.dynamodb.datamodeling
Annotation for marking a property as an optimistic locking version attribute.
DynamoDbVersioned.Generator<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Version auto-generator.

E

enabled(Boolean) - Method in interface software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification.Builder
Indicates whether Time To Live is to be enabled (true) or disabled (false) on the table.
enabled() - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
Indicates whether Time To Live is to be enabled (true) or disabled (false) on the table.
endingSequenceNumber(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.SequenceNumberRange.Builder
The last sequence number.
endingSequenceNumber() - Method in class software.amazon.awssdk.services.dynamodb.model.SequenceNumberRange
The last sequence number.
eq(V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified value.
eq(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Expected
Creates and returns a condition of the range key being equal to the given value.
eq(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
Creates and returns a condition of the range key being equal to the given value.
eq(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.RangeKeyCondition
Creates and returns a condition of the range key being equal to the given value.
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Attribute
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.PrimaryKey
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.Capacity
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.Condition
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.Identity
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.Projection
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.PutRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.QueryResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.Record
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.ScanResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.SequenceNumberRange
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.Shard
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.Stream
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.StreamSpecification
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.Tag
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.TagResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.TagResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.dynamodb.model.WriteRequest
 
eventID(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Record.Builder
A globally unique identifier for the event that was recorded in this stream record.
eventID() - Method in class software.amazon.awssdk.services.dynamodb.model.Record
A globally unique identifier for the event that was recorded in this stream record.
eventName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Record.Builder
The type of data modification that was performed on the DynamoDB table:
eventName(OperationType) - Method in interface software.amazon.awssdk.services.dynamodb.model.Record.Builder
The type of data modification that was performed on the DynamoDB table:
eventName() - Method in class software.amazon.awssdk.services.dynamodb.model.Record
The type of data modification that was performed on the DynamoDB table:
eventSource(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Record.Builder
The AWS service from which the stream record originated.
eventSource() - Method in class software.amazon.awssdk.services.dynamodb.model.Record
The AWS service from which the stream record originated.
eventVersion(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Record.Builder
The version number of the stream record format.
eventVersion() - Method in class software.amazon.awssdk.services.dynamodb.model.Record
The version number of the stream record format.
exclusiveStartKey(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
The primary key of the first item that this operation will evaluate.
exclusiveStartKey() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
The primary key of the first item that this operation will evaluate.
exclusiveStartKey(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
The primary key of the first item that this operation will evaluate.
exclusiveStartKey() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
The primary key of the first item that this operation will evaluate.
exclusiveStartShardId(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest.Builder
The shard ID of the first item that this operation will evaluate.
exclusiveStartShardId() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest
The shard ID of the first item that this operation will evaluate.
exclusiveStartStreamArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest.Builder
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.
exclusiveStartStreamArn() - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.
exclusiveStartTableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListTablesRequest.Builder
The first table name that this operation will evaluate.
exclusiveStartTableName() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesRequest
The first table name that this operation will evaluate.
execute() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
The general workflow of a save operation.
executeLowLevelRequest() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
Implement this method to send the low-level request that is necessary to complete the save operation.
exists() - Method in class software.amazon.awssdk.services.dynamodb.document.Expected
Expects the attribute be an existing attribute.
exists() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
Expects the attribute be an existing attribute.
exists(Boolean) - Method in interface software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue.Builder
Causes DynamoDB to evaluate the value before attempting a conditional operation:
exists() - Method in class software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
Causes DynamoDB to evaluate the value before attempting a conditional operation:
Expected - Class in software.amazon.awssdk.services.dynamodb.document
Represents a condition to be compared with an attribute value.
Expected(String) - Constructor for class software.amazon.awssdk.services.dynamodb.document.Expected
 
expected(Map<String, ExpectedAttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
This is a legacy parameter.
expected() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
This is a legacy parameter.
expected(Map<String, ExpectedAttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
This is a legacy parameter.
expected() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
This is a legacy parameter.
expected(Map<String, ExpectedAttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
This is a legacy parameter.
expected() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
This is a legacy parameter.
ExpectedAttributeValue - Class in software.amazon.awssdk.services.dynamodb.model
Represents a condition to be compared with an attribute value.
ExpectedAttributeValue.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ExpectedAttributeValueMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ExpectedAttributeValueMarshaller
ExpectedAttributeValueMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ExpectedAttributeValueMarshaller
 
ExpectedAttributeValueUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ExpectedAttributeValue JSON Unmarshaller
ExpectedAttributeValueUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ExpectedAttributeValueUnmarshaller
 
ExpiredIteratorException - Exception in software.amazon.awssdk.services.dynamodb.model
The shard iterator has expired and can no longer be used to retrieve stream records.
ExpiredIteratorException.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
expressionAttributeNames(Map<String, String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames(Map<String, String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetItemRequest.Builder
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames(Map<String, String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes.Builder
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames() - Method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames(Map<String, String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames(Map<String, String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames(Map<String, String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames(Map<String, String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
One or more substitution tokens for attribute names in an expression.
expressionAttributeNames() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
One or more substitution tokens for attribute names in an expression.
expressionAttributeValues(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
One or more values that can be substituted in an expression.
expressionAttributeValues() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
One or more values that can be substituted in an expression.
expressionAttributeValues(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
One or more values that can be substituted in an expression.
expressionAttributeValues() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
One or more values that can be substituted in an expression.
expressionAttributeValues(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
One or more values that can be substituted in an expression.
expressionAttributeValues() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
One or more values that can be substituted in an expression.
expressionAttributeValues(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
One or more values that can be substituted in an expression.
expressionAttributeValues() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
One or more values that can be substituted in an expression.
expressionAttributeValues(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
One or more values that can be substituted in an expression.
expressionAttributeValues() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
One or more values that can be substituted in an expression.
ExtendedConverter(DynamoDbTypeConverter<S, U>, DynamoDbTypeConverter<U, T>) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.ExtendedConverter
 

F

Factory(S3ClientCache) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link.Factory
 
FailedBatch() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.FailedBatch
 
fetchNextPage() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Fetches the next page of results (which may be empty) and returns any items found.
fetchNextPage() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedParallelScanList
 
fetchNextPage() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedQueryList
 
fetchNextPage() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedScanList
 
field(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Gets the field model for a given attribute.
field(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Gets the field model for a given attribute.
fields() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Gets all the field models for the given class.
Filter<T extends Filter<T>> - Class in software.amazon.awssdk.services.dynamodb.document.internal
Abstract base class for both query filters and scan filters.
Filter(String) - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.Filter
Create a filter for the specified top-level attribute.
filterExpression(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you.
filterExpression() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you.
filterExpression(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you.
filterExpression() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you.
firstPage() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.PageBasedCollection
 
FloatSetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java Floats.
FloatUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java Floats.
FluentArrayList<E> - Class in software.amazon.awssdk.services.dynamodb.document.utils
Utility subclass of ArrayList that supports fluent API.
FluentArrayList(int) - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.FluentArrayList
 
FluentArrayList() - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.FluentArrayList
 
FluentArrayList(E...) - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.FluentArrayList
 
FluentArrayList(Collection<? extends E>) - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.FluentArrayList
 
FluentHashMap<K,V> - Class in software.amazon.awssdk.services.dynamodb.document.utils
Utility subclass of LinkedHashMap that supports fluent API.
FluentHashMap() - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.FluentHashMap
 
FluentHashSet<E> - Class in software.amazon.awssdk.services.dynamodb.document.utils
Utility subclass of LinkedHashSet that supports fluent API.
FluentHashSet() - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.FluentHashSet
 
FluentHashSet(Collection<? extends E>) - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.FluentHashSet
 
FluentHashSet(E...) - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.FluentHashSet
 
FluentHashSet(int, float) - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.FluentHashSet
 
FluentHashSet(int) - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.FluentHashSet
 
fromJson(S3ClientCache, String) - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
Deserializes from a JSON string.
fromJson(String) - Static method in class software.amazon.awssdk.services.dynamodb.document.Item
Convenient factory method - instantiates an Item from the given JSON string.
fromMap(Map<String, Object>) - Static method in class software.amazon.awssdk.services.dynamodb.document.Item
Convenient factory method - instantiates an Item from the given map.
fromSimpleMap(Map<String, Object>) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Converts a map of string to simple objects into the low-level representation; or null if the input is null.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.AttributeAction
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ComparisonOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ConditionalOperator
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.IndexStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.KeyType
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.OperationType
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ProjectionType
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnConsumedCapacity
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnItemCollectionMetrics
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnValue
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ScalarAttributeType
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.Select
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ShardIteratorType
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.StreamStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.StreamViewType
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.TableStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.TimeToLiveStatus
Use this in place of valueOf.

G

ge(V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified value.
ge(Object) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.internal.Filter
Creates and returns a condition of the range key being greater than or equal to the given value.
ge(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.RangeKeyCondition
Creates and returns a condition of the range key being greater than or equal to the given value.
generate(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbAutoGeneratedDefault.Generator
 
generate(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbAutoGeneratedTimestamp.Generator
 
generate(T) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbAutoGenerator
Generates a new value given the current value (or null) if applicable.
generate(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbGeneratedUuid.Generator
 
generate(V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Generates a new value given the current value (or null) if applicable.
generate(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbVersioned.Generator
 
generateCreateTableRequest(Class<?>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
generateCreateTableRequest(Class<T>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
generateCreateTableRequest(Class<T>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
generateCreateTableRequest(Class<?>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Parse the given POJO class and return the CreateTableRequest for the DynamoDB table it represents.
generateDeleteTableRequest(Class<?>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
generateDeleteTableRequest(Class<T>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
generateDeleteTableRequest(Class<T>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
generateDeleteTableRequest(Class<?>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Parse the given POJO class and return the DeleteTableRequest for the DynamoDB table it represents.
get(Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchema.Dependencies
 
get(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Gets the value from the object instance.
get(int) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Returns the Nth element of the list.
get(String) - Method in class software.amazon.awssdk.services.dynamodb.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.
getAccumulatedConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.document.ItemCollection
Returns the consumed capacity accumulated so far.
getAccumulatedItemCount() - Method in class software.amazon.awssdk.services.dynamodb.document.ItemCollection
Returns the count of items accumulated so far.
getAccumulatedScannedCount() - Method in class software.amazon.awssdk.services.dynamodb.document.ItemCollection
Returns the scanned count accumulated so far.
getAction() - Method in class software.amazon.awssdk.services.dynamodb.document.AttributeUpdate
 
getAmazonS3Client() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
 
getAndConvert(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Get the current value from the object and convert it.
getAttribute() - Method in class software.amazon.awssdk.services.dynamodb.document.Expected
Returns the attribute.
getAttribute() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
Returns the attribute name.
getAttributeDefinitions() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateTableSpec
 
getAttributeName() - Method in class software.amazon.awssdk.services.dynamodb.document.AttributeUpdate
 
getAttributeNames() - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
 
getAttributesToGet() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
getAttributesToGet() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
getAttributesToGet() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
getAttributeUpdate() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
getAttributeValues() - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformer.Parameters
Returns the raw attribute values to be transformed or untransformed.
getAttributeValues() - Method in class software.amazon.awssdk.services.dynamodb.document.AttributeUpdate
 
getAttributeValueUpdates() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
Get the map of AttributeValueUpdate on each modeled attribute.
getAttrName() - Method in class software.amazon.awssdk.services.dynamodb.document.RangeKeyCondition
 
getBatchGetItemRequest() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.BatchLoadContext
 
getBigInteger(String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.Item
Returns the value of the specified attribute in the current item as a non-null Boolean.
getBoolean(String) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Returns the value of the specified attribute in the current item as a primitive boolean.
getByteBuffer(String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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.
getClient(Region) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3ClientCache
Returns a client for the requested region, or throws an exception when unable.
getClient(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3ClientCache
Returns a client for the requested region, or throws an exception when unable.
getComparisonOperator() - Method in class software.amazon.awssdk.services.dynamodb.document.Expected
 
getComparisonOperator() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
 
getComponentNameSet() - Method in class software.amazon.awssdk.services.dynamodb.document.PrimaryKey
Returns all the key component names of this primary key as a set.
getComponents() - Method in class software.amazon.awssdk.services.dynamodb.document.PrimaryKey
Returns all the key components of this primary key.
getConditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
Returns the logical operator on the expected attribute conditions of this delete operation.
getConditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Returns the logical operator on the query filter conditions.
getConditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbSaveExpression
Returns the logical operator on the expected value conditions of this save operation.
getConditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Returns the logical operator on the filter conditions of this scan.
getConditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
getConditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
getConditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
getConditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
AND|OR that applies to all the conditions in the ScanFilters.
getConditionalOperator() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
getConditionExpression() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
getConditionExpression() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
getConditionExpression() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
getConditionExpression() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
getConsistentReads() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
Returns the consistent read behavior.
getConsistentReads() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Returns the consistent read behavior for this configuration.
getConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.QueryResultPage
The capacity units consumed by an operation.
getConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ScanResultPage
The capacity units consumed by an operation.
getConversionSchema() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
getConversionSchema() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
 
getConverter(ConversionSchema.Dependencies) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchema
Creates an ItemConverter, injecting dependencies from the DynamoDBMapper that needs it.
getConverter(Class<S>, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverterFactory.DelegateFactory
 
getConverter(Class<S>, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverterFactory
Gets the type-converter matching the target conversion type.
getCount() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.QueryResultPage
The number of items in the response.
getCount() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ScanResultPage
The number of items in the response.
getDelayBeforeNextRetry(BatchLoadContext) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.BatchLoadRetryStrategy
Returns delay(in milliseconds) before retrying Unprocessed keys
getDelayBeforeNextRetry(BatchLoadContext) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultBatchLoadRetryStrategy
 
getDelayBeforeNextRetry(BatchLoadContext) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.NoRetryBatchLoadRetryStrategy
 
getDelayBeforeRetryUnprocessedItems(Map<String, List<WriteRequest>>, int) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.BatchWriteRetryStrategy
Returns the delay (in milliseconds) before retrying on UnprocessedItems.
getDelayBeforeRetryUnprocessedItems(Map<String, List<WriteRequest>>, int) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultBatchWriteRetryStrategy
 
getDeleteItemResponse() - Method in class software.amazon.awssdk.services.dynamodb.document.DeleteItemOutcome
Returns a non-null low-level result returned from the server side.
getDescription() - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.Item
Returns the value of the specified attribute in the current item as a double.
getDynamoDbAttributeName() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Deprecated.
getDynamoDbAttributeType() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
getException() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.FailedBatch
 
getExclusiveStartKey() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Returns the exclusive start key for this query.
getExclusiveStartKey() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Returns the exclusive start key for this scan.
getExclusiveStartKey() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
getExclusiveStartKey() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
getExclusiveStartTableName() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ListTablesSpec
 
getExpected() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
Gets the map of attribute names to expected attribute values to check on delete.
getExpected() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbSaveExpression
Gets the map of attribute names to expected attribute values to check on save.
getExpected() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
getExpected() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
getExpected() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
getExpressionAttributeNames() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
One or more substitution variables for simplifying complex expressions.
getExpressionAttributeNames() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
One or more substitution variables for simplifying complex expressions.
getExpressionAttributeNames() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
One or more substitution variables for simplifying complex expressions.
getExpressionAttributeValues() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
One or more values that can be substituted in an expression.
getExpressionAttributeValues() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
One or more values that can be substituted in an expression.
getExpressionAttributeValues() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
One or more values that can be substituted in an expression.
getFieldModel(Method) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.ItemConverter
Returns the metadata (e.g.
getFilterExpression() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Evaluates the query results and returns only the desired values.
getFilterExpression() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Evaluates the query results and returns only the desired values.
getFilterExpression() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
getFilterExpression() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
Any query filters will be ignored if a filter expression has been specified.
getFloat(String) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Returns the value of the specified attribute in the current item as a float.
getGenerateStrategy() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbAutoGenerator.AbstractGenerator
 
getGenerateStrategy() - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbAutoGenerator
Gets the auto-generate strategy.
getGenerateStrategy() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Gets the auto-generate strategy.
getGetItemResponse() - Method in class software.amazon.awssdk.services.dynamodb.document.GetItemOutcome
Returns a non-null low-level result returned from the server side.
getHashKey() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.KeyPair
 
getHashKey() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
getHashKeyName() - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformer.Parameters
 
getHashKeyValues() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Gets the hash key value(s) for this query.
getIndex(String) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
Gets a reference to the specified index.
getIndexName() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Returns the name of the index to be used by this query.
getIndexName() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Returns the name of the index to be used by this scan; or null if there is none.
getIndexName() - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
getInMemoryUpdates() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
Get the list of all the necessary in-memory update on the object.
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.AttributeDefinitionMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.AttributeDefinitionUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.AttributeValueMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.AttributeValueUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.AttributeValueUpdateMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.AttributeValueUpdateUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.BatchGetItemRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.BatchGetItemResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.BatchWriteItemRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.BatchWriteItemResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.CapacityMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.CapacityUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ConditionMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ConditionUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ConsumedCapacityMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ConsumedCapacityUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.CreateGlobalSecondaryIndexActionMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.CreateGlobalSecondaryIndexActionUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.CreateTableRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.CreateTableResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DeleteGlobalSecondaryIndexActionMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DeleteGlobalSecondaryIndexActionUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DeleteItemRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DeleteItemResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DeleteRequestMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DeleteRequestUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DeleteTableRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DeleteTableResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DescribeLimitsRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DescribeLimitsResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DescribeStreamRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DescribeStreamResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DescribeTableRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DescribeTableResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DescribeTimeToLiveRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.DescribeTimeToLiveResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ExpectedAttributeValueMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ExpectedAttributeValueUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.GetItemRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.GetItemResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.GetRecordsRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.GetRecordsResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.GetShardIteratorRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.GetShardIteratorResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexDescriptionMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexDescriptionUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexUpdateMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexUpdateUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.IdentityMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.IdentityUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ItemCollectionMetricsMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ItemCollectionMetricsUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.KeysAndAttributesMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.KeysAndAttributesUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.KeySchemaElementMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.KeySchemaElementUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ListStreamsRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ListStreamsResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ListTablesRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ListTablesResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ListTagsOfResourceRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ListTagsOfResourceResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexDescriptionMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexDescriptionUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ProjectionMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ProjectionUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ProvisionedThroughputDescriptionMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ProvisionedThroughputDescriptionUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ProvisionedThroughputMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ProvisionedThroughputUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.PutItemRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.PutItemResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.PutRequestMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.PutRequestUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.QueryRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.QueryResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.RecordMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.RecordUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ScanRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ScanResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.SequenceNumberRangeMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.SequenceNumberRangeUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ShardMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.ShardUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.StreamDescriptionMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.StreamDescriptionUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.StreamMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.StreamRecordMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.StreamRecordUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.StreamSpecificationMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.StreamSpecificationUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.StreamUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.TableDescriptionMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.TableDescriptionUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.TagMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.TagResourceRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.TagResourceResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.TagUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.TimeToLiveDescriptionMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.TimeToLiveDescriptionUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.TimeToLiveSpecificationMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.TimeToLiveSpecificationUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.UntagResourceRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.UntagResourceResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.UpdateGlobalSecondaryIndexActionMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.UpdateGlobalSecondaryIndexActionUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.UpdateItemRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.UpdateItemResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.UpdateTableRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.UpdateTableResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.UpdateTimeToLiveRequestModelMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.UpdateTimeToLiveResponseUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.WriteRequestMarshaller
 
getInstance() - Static method in class software.amazon.awssdk.services.dynamodb.transform.WriteRequestUnmarshaller
 
getInt(String) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Returns the value of the specified attribute in the current item as an int.
getItem(String, Object, String, Map<String, String>) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.api.GetItemApi
Retrieves an item via the specified hash key and range key using projection expression.
getItem(PrimaryKey) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.GetItemApi
Retrieves an item by primary key; or null if the item doesn't exist.
getItem(KeyAttribute...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.GetItemApi
Retrieves an item by primary key.
getItem(String, Object) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.api.GetItemApi
Retrieves an item using projection expression.
getItem(GetItemSpec) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.GetItemApi
Retrieves an item by specifying all the details.
getItem() - Method in class software.amazon.awssdk.services.dynamodb.document.DeleteItemOutcome
Returns all the returned attributes as a (non-null) Item.
getItem() - Method in class software.amazon.awssdk.services.dynamodb.document.GetItemOutcome
Returns all the returned attributes as an Item; or null if the item doesn't exist.
getItem(GetItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItem(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItem(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItem(PrimaryKey, String, Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItem(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItem(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItem(String, Object, String, Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItem(String, Object, String, Object, String, Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItem() - Method in class software.amazon.awssdk.services.dynamodb.document.PutItemOutcome
Returns all the returned attributes as a (non-null) Item.
getItem() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
getItem(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItem(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItem(PrimaryKey, String, Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItem(GetItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItem(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItem(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItem(String, Object, String, Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItem(String, Object, String, Object, String, Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItem() - Method in class software.amazon.awssdk.services.dynamodb.document.UpdateItemOutcome
Returns all the returned attributes as a (non-null) Item.
getItem(GetItemRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
The GetItem operation returns a set of attributes for the item with the given primary key.
getItem(GetItemRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
The GetItem operation returns a set of attributes for the item with the given primary key.
GetItemApi - Interface in software.amazon.awssdk.services.dynamodb.document.api
A Table-centric GetItem API.
GetItemImpl - Class in software.amazon.awssdk.services.dynamodb.document.internal
The implementation for GetItemApi.
GetItemImpl(DynamoDBClient, Table) - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItemOutcome(PrimaryKey) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.GetItemApi
Retrieves an item and the associated information by primary key.
getItemOutcome(KeyAttribute...) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.api.GetItemApi
Retrieves an item and the associated information using projection expression.
getItemOutcome(String, Object, String, Map<String, String>) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.api.GetItemApi
Retrieves an item and the associated information by specifying all the details.
GetItemOutcome - Class in software.amazon.awssdk.services.dynamodb.document
The outcome of getting an item from DynamoDB table.
GetItemOutcome(GetItemResponse) - Constructor for class software.amazon.awssdk.services.dynamodb.document.GetItemOutcome
 
getItemOutcome(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItemOutcome(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItemOutcome(PrimaryKey, String, Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItemOutcome(GetItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItemOutcome(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItemOutcome(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItemOutcome(String, Object, String, Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItemOutcome(String, Object, String, Object, String, Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.GetItemImpl
 
getItemOutcome(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItemOutcome(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItemOutcome(PrimaryKey, String, Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItemOutcome(GetItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItemOutcome(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItemOutcome(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItemOutcome(String, Object, String, Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getItemOutcome(String, Object, String, Object, String, Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
GetItemRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a GetItem operation.
GetItemRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
GetItemRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GetItemRequest Marshaller
GetItemRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GetItemRequestMarshaller
 
GetItemRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GetItemRequestMarshaller
GetItemRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GetItemRequestModelMarshaller
 
GetItemResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a GetItem operation.
GetItemResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
GetItemResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GetItemResponse JSON Unmarshaller
GetItemResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GetItemResponseUnmarshaller
 
getItems() - Method in class software.amazon.awssdk.services.dynamodb.document.QueryOutcome
Returns a non-null list of the returned items; can be empty.
getItems() - Method in class software.amazon.awssdk.services.dynamodb.document.ScanOutcome
Returns a non-null list of the returned items; can be empty.
GetItemSpec - Class in software.amazon.awssdk.services.dynamodb.document.spec
Full parameter specification for the GetItem API.
GetItemSpec() - Constructor for class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
getItemsToPut() - Method in class software.amazon.awssdk.services.dynamodb.document.TableWriteItems
Returns the collection of items to be put in the current table in a batch write operation.
getJson(String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
 
getKeyComponents() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.AbstractSpecWithPrimaryKey
Returns the primary key components that has been specified.
getKeyCondition() - Method in class software.amazon.awssdk.services.dynamodb.document.RangeKeyCondition
 
getKeyConditionExpression() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Returns the condition that specifies the key value(s) for items to be retrieved by the Query action.
getKeyConditionExpression() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
getLastLowLevelResult() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.PageBasedCollection
Returns the low-level result last retrieved (for the current page) from the server side; or null if there has yet no calls to the server.
getLastLowLevelResult() - Method in class software.amazon.awssdk.services.dynamodb.document.ItemCollection
Returns the low-level result last retrieved (for the current page) from the server side; or null if there has yet no calls to the server.
getLastLowLevelResult() - Method in class software.amazon.awssdk.services.dynamodb.document.TableCollection
Returns the low-level result last retrieved (for the current page) from the server side; or null if there has yet no calls to the server.
getList(String) - Method in class software.amazon.awssdk.services.dynamodb.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.
getLong(String) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Returns the value of the specified attribute in the current item as an long.
getMap(String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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.
getMaxResultSize() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.PageBasedCollection
Returns the maximum number of resources to be retrieved in this collection; or null if there is no limit.
getMaxResultSize() - Method in class software.amazon.awssdk.services.dynamodb.document.ItemCollection
Returns the maximum number of resources to be retrieved in this collection; or null if there is no limit.
getMaxResultSize() - Method in class software.amazon.awssdk.services.dynamodb.document.TableCollection
Returns the maximum number of resources to be retrieved in this collection; or null if there is no limit.
getNumber(String) - Method in class software.amazon.awssdk.services.dynamodb.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.
getNumberSet(String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
getObjectTableNameResolver() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Returns the object table name resolver for this configuration.
getPaginationLoadingStrategy() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
getPaginationLoadingStrategy() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Returns the pagination loading strategy for this configuration.
getPrimaryKeyAttributeValues() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
Get the map of all the specified primamry keys of the saved object.
getPrimaryKeys() - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.TableWriteItems
Return the list of primary keys (of the current table) to be deleted in a batch write operation.
getProjectionExpression() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
A string that identifies one or more attributes to retrieve from the table.
getProjectionExpression() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
A string that identifies one or more attributes to retrieve from the table.
getProjectionExpression() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
getProjectionExpression() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
getProjectionExpression() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
getProjectionExpression() - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
 
getProvisionedThroughput() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateTableSpec
 
getPutItemResponse() - Method in class software.amazon.awssdk.services.dynamodb.document.PutItemOutcome
Returns a non-null low-level result returned from the server side.
getQueryFilter() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Returns the query filter applied on this query.
getQueryFilters() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
getQueryResponse() - Method in class software.amazon.awssdk.services.dynamodb.document.QueryOutcome
Returns a non-null low-level result returned from the server side.
getRangeKey() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.KeyPair
 
getRangeKeyCondition() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
getRangeKeyConditions() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Gets the range key condition for this query.
getRangeKeyName() - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformer.Parameters
 
getRawMap(String) - Method in class software.amazon.awssdk.services.dynamodb.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.
getRecords(GetRecordsRequest) - Method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsAsyncClient
Retrieves the stream records from a given shard.
getRecords(GetRecordsRequest) - Method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsClient
Retrieves the stream records from a given shard.
GetRecordsRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a GetRecords operation.
GetRecordsRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
GetRecordsRequestMarshaller - Class in software.amazon.awssdk.services.dynamodbstreams.transform
GetRecordsRequest Marshaller
GetRecordsRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodbstreams.transform.GetRecordsRequestMarshaller
 
GetRecordsRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GetRecordsRequestMarshaller
GetRecordsRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GetRecordsRequestModelMarshaller
 
GetRecordsResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a GetRecords operation.
GetRecordsResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
GetRecordsResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GetRecordsResponse JSON Unmarshaller
GetRecordsResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GetRecordsResponseUnmarshaller
 
getRegion() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
Returns the S3 region as string.
getRequestMetricCollector() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
getRequestMetricCollector() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Returns the request metric collector or null if not specified.
getResponses() - Method in exception software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.BatchGetItemException
Returns a map of the loaded objects.
getResults() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.QueryResultPage
Returns all matching items for this page of query results.
getResults() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ScanResultPage
Returns all matching items for this page of scan results, which may be empty.
getRetriesAttempted() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.BatchLoadContext
Gets the retriesAttempted.
getReturnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
getReturnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
getReturnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchGetItemSpec
 
getReturnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchWriteItemSpec
 
getReturnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
getReturnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
getReturnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
getReturnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
getReturnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
getReturnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
getReturnItemCollectionMetrics() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
getReturnItemCollectionMetrics() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
getReturnItemCollectionMetrics() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
getReturnValues() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
getReturnValues() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
getReturnValues() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
getShardIterator(GetShardIteratorRequest) - Method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsAsyncClient
Returns a shard iterator.
getShardIterator(GetShardIteratorRequest) - Method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsClient
Returns a shard iterator.
GetShardIteratorRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a GetShardIterator operation.
GetShardIteratorRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
GetShardIteratorRequestMarshaller - Class in software.amazon.awssdk.services.dynamodbstreams.transform
GetShardIteratorRequest Marshaller
GetShardIteratorRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodbstreams.transform.GetShardIteratorRequestMarshaller
 
GetShardIteratorRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GetShardIteratorRequestMarshaller
GetShardIteratorRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GetShardIteratorRequestModelMarshaller
 
GetShardIteratorResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a GetShardIterator operation.
GetShardIteratorResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
GetShardIteratorResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GetShardIteratorResponse JSON Unmarshaller
GetShardIteratorResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GetShardIteratorResponseUnmarshaller
 
getShort(String) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Returns the value of the specified attribute in the current item as a short.
getString(String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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(Class<T>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperModelFactory.TableFactory
Gets the table model for the given type and configuration.
getTable(String) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
Returns the specified DynamoDB table.
getTable() - Method in class software.amazon.awssdk.services.dynamodb.document.Index
Returns the owning table.
getTableFactory(DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperModelFactory
Gets/creates the mapper's model factory.
getTableItems() - Method in class software.amazon.awssdk.services.dynamodb.document.BatchGetItemOutcome
Returns a map of table name to the list of retrieved items
getTableKeysAndAttributes() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchGetItemSpec
 
getTableModel(Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
getTableModel(Class<T>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
getTableModel(Class<T>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
getTableModel(Class<T>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Get the table model for the class, using the default configuration.
getTableModel(Class<T>, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Get the table model for the class using the provided configuration override.
getTableName(Class<?>, Object, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
getTableName(Class<?>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
getTableName() - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformer.Parameters
 
getTableName() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
Get the table name
getTableName(Class<?>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultTableNameResolver
 
getTableName(Object, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.ObjectTableNameResolver
Get the table name for an object.
getTableName() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.TableNameOverride
Returns the table name to use for all requests.
getTableName(Class<?>, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.TableNameResolver
Get the table name for a class.
getTableName() - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
getTableName() - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
 
getTableName() - Method in class software.amazon.awssdk.services.dynamodb.document.TableWriteItems
 
getTableNameOverride() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
getTableNameOverride() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Returns the table name override for this configuration.
getTableNamePrefix() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.TableNameOverride
Returns the table name prefix to prepend the table name for all requests.
getTableNameResolver() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
getTableNameResolver() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Returns the table name resolver for this configuration.
getTableWriteItems() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchWriteItemSpec
 
getTotalConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.document.ItemCollection
Deprecated.
This method returns the accumulated consumed capacity and not the total. Use ItemCollection.getAccumulatedScannedCount() instead.
getTotalCount() - Method in class software.amazon.awssdk.services.dynamodb.document.ItemCollection
Deprecated.
This method returns the accumulated count and not the total count. Use ItemCollection.getAccumulatedItemCount() instead.
getTotalScannedCount() - Method in class software.amazon.awssdk.services.dynamodb.document.ItemCollection
Deprecated.
This method returns the accumulated count and not the total count. Use ItemCollection.getAccumulatedScannedCount() instead.
getTotalSegments() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Returns the total number of segments into which the scan will be divided.
getTotalSegments() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
getTransformers() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformerChain
 
getTypeConverterFactory() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
getTypeConverterFactory() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
 
getTypeOf(String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.FailedBatch
 
getUnprocessedItems() - Method in class software.amazon.awssdk.services.dynamodb.document.BatchWriteItemOutcome
Convenient method to return the low-level unprocessed items.
getUnprocessedItems() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchWriteItemSpec
 
getUnprocessedKeys() - Method in exception software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.BatchGetItemException
Returns a map of tables and their respective keys that were not processed during the operation..
getUnprocessedKeys() - Method in class software.amazon.awssdk.services.dynamodb.document.BatchGetItemOutcome
Convenient method to return the low-level unprocessed keys.
getUnprocessedKeys() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchGetItemSpec
 
getUpdateExpression() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
getUpdateItemResponse() - Method in class software.amazon.awssdk.services.dynamodb.document.UpdateItemOutcome
Returns a non-null low-level result returned from the server side.
globalSecondaryIndex(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Gets the global secondary index.
GlobalSecondaryIndex - Class in software.amazon.awssdk.services.dynamodb.model
Represents the properties of a global secondary index.
GlobalSecondaryIndex.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
GlobalSecondaryIndexDescription - Class in software.amazon.awssdk.services.dynamodb.model
Represents the properties of a global secondary index.
GlobalSecondaryIndexDescription.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
GlobalSecondaryIndexDescriptionMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GlobalSecondaryIndexDescriptionMarshaller
GlobalSecondaryIndexDescriptionMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexDescriptionMarshaller
 
GlobalSecondaryIndexDescriptionUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GlobalSecondaryIndexDescription JSON Unmarshaller
GlobalSecondaryIndexDescriptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexDescriptionUnmarshaller
 
globalSecondaryIndexes() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Gets the global secondary indexes for the given class.
globalSecondaryIndexes(Map<String, Capacity>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity.Builder
The amount of throughput consumed on each global index affected by the operation.
globalSecondaryIndexes() - Method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
The amount of throughput consumed on each global index affected by the operation.
globalSecondaryIndexes(Collection<GlobalSecondaryIndex>) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateTableRequest.Builder
One or more global secondary indexes (the maximum is five) to be created on the table.
globalSecondaryIndexes(GlobalSecondaryIndex...) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateTableRequest.Builder
One or more global secondary indexes (the maximum is five) to be created on the table.
globalSecondaryIndexes() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
One or more global secondary indexes (the maximum is five) to be created on the table.
globalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription>) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The global secondary indexes, if any, on the table.
globalSecondaryIndexes(GlobalSecondaryIndexDescription...) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The global secondary indexes, if any, on the table.
globalSecondaryIndexes() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
The global secondary indexes, if any, on the table.
GlobalSecondaryIndexMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GlobalSecondaryIndexMarshaller
GlobalSecondaryIndexMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexMarshaller
 
globalSecondaryIndexNames(KeyType) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Gets the global secondary indexes.
GlobalSecondaryIndexUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GlobalSecondaryIndex JSON Unmarshaller
GlobalSecondaryIndexUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexUnmarshaller
 
GlobalSecondaryIndexUpdate - Class in software.amazon.awssdk.services.dynamodb.model
Represents one of the following:
GlobalSecondaryIndexUpdate.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
GlobalSecondaryIndexUpdateMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GlobalSecondaryIndexUpdateMarshaller
GlobalSecondaryIndexUpdateMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexUpdateMarshaller
 
globalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate>) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest.Builder
An array of one or more global secondary indexes for the table.
globalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate...) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest.Builder
An array of one or more global secondary indexes for the table.
globalSecondaryIndexUpdates() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
An array of one or more global secondary indexes for the table.
GlobalSecondaryIndexUpdateUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
GlobalSecondaryIndexUpdate JSON Unmarshaller
GlobalSecondaryIndexUpdateUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexUpdateUnmarshaller
 
gt(V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified value.
gt(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Expected
Creates and returns a condition of the range key being greater than the given value.
gt(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
Creates and returns a condition of the range key being greater than the given value.
gt(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.RangeKeyCondition
Creates and returns a condition of the range key being greater than the given value.

H

hasAttribute(String) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Returns true if this item has the specified attribute; false otherwise.
hasComponent(String) - Method in class software.amazon.awssdk.services.dynamodb.document.PrimaryKey
Returns true if this primary has the specified key attribute name; false otherwise.
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.document.Attribute
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.document.Item
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.document.PrimaryKey
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.Capacity
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.Condition
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.Identity
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.Projection
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.PutRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.Record
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.SequenceNumberRange
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.Shard
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.Stream
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamSpecification
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.Tag
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.TagResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.TagResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveRequest
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveResponse
 
hashCode() - Method in class software.amazon.awssdk.services.dynamodb.model.WriteRequest
 
hashKey() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Gets the hash key field model for the specified type.
hashKey() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Gets the hash key field model for the specified type.
hasNext() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.IteratorSupport
 
hasNextPage() - Method in class software.amazon.awssdk.services.dynamodb.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

Identity - Class in software.amazon.awssdk.services.dynamodb.model
Contains details about the type of identity that made the request.
Identity.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
IdentityMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
IdentityMarshaller
IdentityMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.IdentityMarshaller
 
IdentityUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
Identity JSON Unmarshaller
IdentityUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.IdentityUnmarshaller
 
IDynamoDbMapper - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
Interface for DynamoDBMapper.
in(Collection<V>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified values.
in(V...) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified values.
in(Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.Expected
 
in(Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
 
IncompatibleTypeException - Exception in software.amazon.awssdk.services.dynamodb.document
Thrown upon incompatible type during data conversion.
IncompatibleTypeException(String) - Constructor for exception software.amazon.awssdk.services.dynamodb.document.IncompatibleTypeException
 
Index - Class in software.amazon.awssdk.services.dynamodb.document
Represents a secondary index on a DynamoDB table.
indexArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription.Builder
The Amazon Resource Name (ARN) that uniquely identifies the index.
indexArn() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
The Amazon Resource Name (ARN) that uniquely identifies the index.
indexArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription.Builder
The Amazon Resource Name (ARN) that uniquely identifies the index.
indexArn() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
The Amazon Resource Name (ARN) that uniquely identifies the index.
indexed() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Returns true if the field has any indexes.
indexName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction.Builder
The name of the global secondary index to be created.
indexName() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction
The name of the global secondary index to be created.
indexName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction.Builder
The name of the global secondary index to be deleted.
indexName() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction
The name of the global secondary index to be deleted.
indexName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex.Builder
The name of the global secondary index.
indexName() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
The name of the global secondary index.
indexName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription.Builder
The name of the global secondary index.
indexName() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
The name of the global secondary index.
indexName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex.Builder
The name of the local secondary index.
indexName() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
The name of the local secondary index.
indexName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription.Builder
Represents the name of the local secondary index.
indexName() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
Represents the name of the local secondary index.
indexName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
The name of an index to query.
indexName() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
The name of an index to query.
indexName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
The name of a secondary index to scan.
indexName() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
The name of a secondary index to scan.
indexName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction.Builder
The name of the global secondary index to be updated.
indexName() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction
The name of the global secondary index to be updated.
indexOf(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Returns the first index of the object given in the list.
IndexQueryImpl - Class in software.amazon.awssdk.services.dynamodb.document.internal
The implementation for QueryApi for an index.
IndexQueryImpl(DynamoDBClient, Index) - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.IndexQueryImpl
 
IndexScanImpl - Class in software.amazon.awssdk.services.dynamodb.document.internal
The implementation for ScanApi for an index.
IndexScanImpl(DynamoDBClient, Index) - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.IndexScanImpl
 
indexSizeBytes(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription.Builder
The total size of the specified index, in bytes.
indexSizeBytes() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
The total size of the specified index, in bytes.
indexSizeBytes(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription.Builder
The total size of the specified index, in bytes.
indexSizeBytes() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
The total size of the specified index, in bytes.
indexStatus(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription.Builder
The current state of the global secondary index:
indexStatus(IndexStatus) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription.Builder
The current state of the global secondary index:
indexStatus() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
The current state of the global secondary index:
IndexStatus - Enum in software.amazon.awssdk.services.dynamodb.model
 
INSTANCE - Static variable in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultBatchLoadRetryStrategy
 
INSTANCE - Static variable in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultBatchWriteRetryStrategy
 
INSTANCE - Static variable in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultTableNameResolver
 
INSTANCE - Static variable in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.NoRetryBatchLoadRetryStrategy
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.BooleanSetToNumberSetMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.BooleanToBooleanMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.BooleanToNumberMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ByteArraySetToBinarySetMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ByteArrayToBinaryMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ByteBufferSetToBinarySetMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ByteBufferToBinaryMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.CalendarSetToStringSetMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.CalendarToStringMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.CollectionToListMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.DateSetToStringSetMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.DateToStringMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.MapToMapMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.NumberSetToNumberSetMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.NumberToNumberMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ObjectSetToStringSetMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ObjectToMapMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ObjectToStringMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.S3LinkToStringMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.StringSetToStringSetMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.StringToStringMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.UuidSetToStringSetMarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BigDecimalSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BigDecimalUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BigIntegerSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BigIntegerUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BooleanSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BooleanUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ByteArraySetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ByteArrayUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ByteBufferSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ByteBufferUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ByteSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ByteUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.CalendarSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.CalendarUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.DateSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.DateUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.DoubleSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.DoubleUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.FloatSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.FloatUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.IntegerSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.IntegerUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ListUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.LongSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.LongUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.MapUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ObjectSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ObjectUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.S3LinkUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ShortSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ShortUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.StringSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.StringUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.UuidSetUnmarshaller
 
instance() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.UuidUnmarshaller
 
IntegerSetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java Integers.
IntegerUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java Integers.
InternalServerErrorException - Exception in software.amazon.awssdk.services.dynamodb.model
An error occurred on the server side.
InternalServerErrorException.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
InternalUtils - Enum in software.amazon.awssdk.services.dynamodb.document.internal
Internal utilities.
isAllSegmentScanFinished() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ParallelScanTask
 
isConsistentRead() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Returns whether this query uses consistent reads.
isConsistentRead() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Returns whether this scan uses consistent reads.
isConsistentRead() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
isConsistentRead() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
isConsistentRead() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
isConsistentRead() - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
 
isEmpty() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Returns whether the collection is empty.
isNull() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified value.
isNull(String) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Returns true if the specified attribute exists with a null value; false otherwise.
isPartialUpdate() - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformer.Parameters
Returns true if this transformation is being called as part of a partial update operation.
isPresent(String) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Returns true if this item contains the specified attribute; false otherwise.
isScanIndexForward() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Returns whether this query scans forward.
isScanIndexForward() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
Item - Class in software.amazon.awssdk.services.dynamodb.document
An item in DynamoDB.
Item() - Constructor for class software.amazon.awssdk.services.dynamodb.document.Item
 
item(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetItemResponse.Builder
A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.
item() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemResponse
A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.
item(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
A map of attribute name/value pairs, one for each attribute.
item() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
A map of attribute name/value pairs, one for each attribute.
item(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutRequest.Builder
A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem.
item() - Method in class software.amazon.awssdk.services.dynamodb.model.PutRequest
A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem.
ItemCollection<R> - Class in software.amazon.awssdk.services.dynamodb.document
A collection of Item's.
ItemCollection() - Constructor for class software.amazon.awssdk.services.dynamodb.document.ItemCollection
 
itemCollectionKey(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics.Builder
The partition key value of the item collection.
itemCollectionKey() - Method in class software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics
The partition key value of the item collection.
itemCollectionMetrics(Map<String, ? extends Collection<ItemCollectionMetrics>>) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse.Builder
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.
itemCollectionMetrics() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse
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.
itemCollectionMetrics(ItemCollectionMetrics) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse.Builder
Information about item collections, if any, that were affected by the DeleteItem operation.
itemCollectionMetrics() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse
Information about item collections, if any, that were affected by the DeleteItem operation.
ItemCollectionMetrics - Class in software.amazon.awssdk.services.dynamodb.model
Information about item collections, if any, that were affected by the operation.
itemCollectionMetrics(ItemCollectionMetrics) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemResponse.Builder
Information about item collections, if any, that were affected by the PutItem operation.
itemCollectionMetrics() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemResponse
Information about item collections, if any, that were affected by the PutItem operation.
itemCollectionMetrics(ItemCollectionMetrics) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse.Builder
Information about item collections, if any, that were affected by the UpdateItem operation.
itemCollectionMetrics() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse
Information about item collections, if any, that were affected by the UpdateItem operation.
ItemCollectionMetrics.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ItemCollectionMetricsMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ItemCollectionMetricsMarshaller
ItemCollectionMetricsMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ItemCollectionMetricsMarshaller
 
ItemCollectionMetricsUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ItemCollectionMetrics JSON Unmarshaller
ItemCollectionMetricsUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ItemCollectionMetricsUnmarshaller
 
ItemCollectionSizeLimitExceededException - Exception in software.amazon.awssdk.services.dynamodb.model
An item collection is too large.
ItemCollectionSizeLimitExceededException.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ItemConverter - Interface in software.amazon.awssdk.services.dynamodb.datamodeling
The concrete realization of a strategy for converting between Java objects and DynamoDB AttributeValues.
itemCount(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription.Builder
The number of items in the specified index.
itemCount() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
The number of items in the specified index.
itemCount(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription.Builder
The number of items in the specified index.
itemCount() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
The number of items in the specified index.
itemCount(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The number of items in the specified table.
itemCount() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
The number of items in the specified table.
items(Collection<Map<String, AttributeValue>>) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryResponse.Builder
An array of item attributes that match the query criteria.
items(Map<String, AttributeValue>...) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryResponse.Builder
An array of item attributes that match the query criteria.
items() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryResponse
An array of item attributes that match the query criteria.
items(Collection<Map<String, AttributeValue>>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanResponse.Builder
An array of item attributes that match the scan criteria.
items(Map<String, AttributeValue>...) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanResponse.Builder
An array of item attributes that match the scan criteria.
items() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanResponse
An array of item attributes that match the scan criteria.
ItemValueConformer - Class in software.amazon.awssdk.services.dynamodb.document.internal
Used to standardize a given Item's value into a standard internal representation (for purposes such as equality comparison.)
ItemValueConformer() - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.ItemValueConformer
 
iterator() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Returns an iterator over this list that lazily initializes results as necessary.
iterator() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.PageBasedCollection
 
iterator() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.PageIterable
 
iterator() - Method in class software.amazon.awssdk.services.dynamodb.document.Page
 
IteratorSupport<T,R> - Class in software.amazon.awssdk.services.dynamodb.document.internal
An internal iterator implementation for PageBasedCollection.

J

join(DynamoDbTypeConverter<S, U>, DynamoDbTypeConverter<U, T>) - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.AbstractConverter
 
join(DynamoDbTypeConverter<T, U>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.AbstractConverter
 
joinAll(DynamoDbTypeConverter<T, U>...) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.AbstractConverter
 
JsonMarshaller<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Deprecated.
JsonMarshaller(Class<T>) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.JsonMarshaller
Deprecated.
Constructs the JSON marshaller instance.
JsonMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.JsonMarshaller
Deprecated.
Constructs the JSON marshaller instance.

K

key(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.
key() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.
key(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteRequest.Builder
A map of attribute name to attribute values, representing the primary key of the item to delete.
key() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteRequest
A map of attribute name to attribute values, representing the primary key of the item to delete.
key(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetItemRequest.Builder
A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
key() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
key(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Tag.Builder
The key of the tag.Tag keys are case sensitive.
key() - Method in class software.amazon.awssdk.services.dynamodb.model.Tag
The key of the tag.Tag keys are case sensitive.
key(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
The primary key of the item to be updated.
key() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
The primary key of the item to be updated.
KeyAttribute - Class in software.amazon.awssdk.services.dynamodb.document
A key attribute which consists of an attribute name and value.
KeyAttribute(String, Object) - Constructor for class software.amazon.awssdk.services.dynamodb.document.KeyAttribute
A key attribute which consists of an attribute name and value.
keyConditionExpression(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
The condition that specifies the key value(s) for items to be retrieved by the Query action.
keyConditionExpression() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
The condition that specifies the key value(s) for items to be retrieved by the Query action.
KeyConditions - Enum in software.amazon.awssdk.services.dynamodb.document
Simple key conditions.
keyConditions(Map<String, Condition>) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
This is a legacy parameter.
keyConditions() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
This is a legacy parameter.
KeyPair - Class in software.amazon.awssdk.services.dynamodb.datamodeling
 
KeyPair() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.KeyPair
 
keys() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Gets all the key field models for the given class.
keys(Collection<Map<String, AttributeValue>>) - Method in interface software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes.Builder
The primary key attribute values that define the items and the attributes associated with the items.
keys(Map<String, AttributeValue>...) - Method in interface software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes.Builder
The primary key attribute values that define the items and the attributes associated with the items.
keys() - Method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
The primary key attribute values that define the items and the attributes associated with the items.
keys(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamRecord.Builder
The primary key attribute(s) for the DynamoDB item that was modified.
keys() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
The primary key attribute(s) for the DynamoDB item that was modified.
KeysAndAttributes - Class in software.amazon.awssdk.services.dynamodb.model
Represents a set of primary keys and, for each key, the attributes to retrieve from the table.
KeysAndAttributes.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
KeysAndAttributesMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
KeysAndAttributesMarshaller
KeysAndAttributesMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.KeysAndAttributesMarshaller
 
KeysAndAttributesUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
KeysAndAttributes JSON Unmarshaller
KeysAndAttributesUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.KeysAndAttributesUnmarshaller
 
keySchema(Collection<KeySchemaElement>) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction.Builder
The key schema for the global secondary index.
keySchema(KeySchemaElement...) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction.Builder
The key schema for the global secondary index.
keySchema() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction
The key schema for the global secondary index.
keySchema(Collection<KeySchemaElement>) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateTableRequest.Builder
Specifies the attributes that make up the primary key for a table or an index.
keySchema(KeySchemaElement...) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateTableRequest.Builder
Specifies the attributes that make up the primary key for a table or an index.
keySchema() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
Specifies the attributes that make up the primary key for a table or an index.
keySchema(Collection<KeySchemaElement>) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex.Builder
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:
keySchema(KeySchemaElement...) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex.Builder
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:
keySchema() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:
keySchema(Collection<KeySchemaElement>) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription.Builder
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:
keySchema(KeySchemaElement...) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription.Builder
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:
keySchema() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:
keySchema(Collection<KeySchemaElement>) - Method in interface software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex.Builder
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:
keySchema(KeySchemaElement...) - Method in interface software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex.Builder
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:
keySchema() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:
keySchema(Collection<KeySchemaElement>) - Method in interface software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription.Builder
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:
keySchema(KeySchemaElement...) - Method in interface software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription.Builder
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:
keySchema() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:
keySchema(Collection<KeySchemaElement>) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
The key attribute(s) of the stream's DynamoDB table.
keySchema(KeySchemaElement...) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
The key attribute(s) of the stream's DynamoDB table.
keySchema() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
The key attribute(s) of the stream's DynamoDB table.
keySchema(Collection<KeySchemaElement>) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The primary key structure for the table.
keySchema(KeySchemaElement...) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The primary key structure for the table.
keySchema() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
The primary key structure for the table.
KeySchemaElement - Class in software.amazon.awssdk.services.dynamodb.model
Represents a single element of a key schema.
KeySchemaElement.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
KeySchemaElementMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
KeySchemaElementMarshaller
KeySchemaElementMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.KeySchemaElementMarshaller
 
KeySchemaElementUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
KeySchemaElement JSON Unmarshaller
KeySchemaElementUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.KeySchemaElementUnmarshaller
 
keyType() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Gets the key type.
keyType(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.KeySchemaElement.Builder
The role that this key attribute will assume:
keyType(KeyType) - Method in interface software.amazon.awssdk.services.dynamodb.model.KeySchemaElement.Builder
The role that this key attribute will assume:
keyType() - Method in class software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
The role that this key attribute will assume:
KeyType - Enum in software.amazon.awssdk.services.dynamodb.model
 

L

l(Collection<AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type List.
l(AttributeValue...) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type List.
l() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
An attribute of type List.
lastDecreaseDateTime(Instant) - Method in interface software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription.Builder
The date and time of the last provisioned throughput decrease for this table.
lastDecreaseDateTime() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
The date and time of the last provisioned throughput decrease for this table.
lastEvaluatedKey() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.QueryResultPage
Returns the last evaluated key, which can be used as the exclusiveStartKey to fetch the next page of results.
lastEvaluatedKey() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ScanResultPage
Returns the last evaluated key, which can be used as the exclusiveStartKey to fetch the next page of results.
lastEvaluatedKey(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryResponse.Builder
The primary key of the item where the operation stopped, inclusive of the previous result set.
lastEvaluatedKey() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryResponse
The primary key of the item where the operation stopped, inclusive of the previous result set.
lastEvaluatedKey(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanResponse.Builder
The primary key of the item where the operation stopped, inclusive of the previous result set.
lastEvaluatedKey() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanResponse
The primary key of the item where the operation stopped, inclusive of the previous result set.
lastEvaluatedShardId(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
The shard ID of the item where the operation stopped, inclusive of the previous result set.
lastEvaluatedShardId() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
The shard ID of the item where the operation stopped, inclusive of the previous result set.
lastEvaluatedStreamArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse.Builder
The stream ARN of the item where the operation stopped, inclusive of the previous result set.
lastEvaluatedStreamArn() - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse
The stream ARN of the item where the operation stopped, inclusive of the previous result set.
lastEvaluatedTableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListTablesResponse.Builder
The name of the last table in the current page of results.
lastEvaluatedTableName() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesResponse
The name of the last table in the current page of results.
lastIncreaseDateTime(Instant) - Method in interface software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription.Builder
The date and time of the last provisioned throughput increase for this table.
lastIncreaseDateTime() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
The date and time of the last provisioned throughput increase for this table.
lastIndexOf(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
latestStreamArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.
latestStreamArn() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.
latestStreamLabel(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
A timestamp, in ISO 8601 format, for this stream.
latestStreamLabel() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
A timestamp, in ISO 8601 format, for this stream.
le(V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified value.
le(Object) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.internal.Filter
Creates and returns a condition of the range key being less than or equal to the given value.
le(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.RangeKeyCondition
Creates and returns a condition of the range key being less than or equal to the given value.
limit() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Returns the maximum number of items to retrieve in each service request to DynamoDB.
limit() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Returns the limit of items to scan during this scan.
limit(Integer) - Method in interface software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest.Builder
The maximum number of shard objects to return.
limit() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest
The maximum number of shard objects to return.
limit(Integer) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest.Builder
The maximum number of records to return from the shard.
limit() - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest
The maximum number of records to return from the shard.
limit(Integer) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest.Builder
The maximum number of streams to return.
limit() - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest
The maximum number of streams to return.
limit(Integer) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListTablesRequest.Builder
A maximum number of table names to return.
limit() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesRequest
A maximum number of table names to return.
limit(Integer) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
The maximum number of items to evaluate (not necessarily the number of matching items).
limit() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
The maximum number of items to evaluate (not necessarily the number of matching items).
limit(Integer) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
The maximum number of items to evaluate (not necessarily the number of matching items).
limit() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
The maximum number of items to evaluate (not necessarily the number of matching items).
LimitExceededException - Exception in software.amazon.awssdk.services.dynamodb.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.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
listIterator() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
listIterator(int) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
listStreams() - Method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsAsyncClient
Returns an array of stream ARNs associated with the current account and endpoint.
listStreams(ListStreamsRequest) - Method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsAsyncClient
Returns an array of stream ARNs associated with the current account and endpoint.
listStreams() - Method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsClient
Returns an array of stream ARNs associated with the current account and endpoint.
listStreams(ListStreamsRequest) - Method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsClient
Returns an array of stream ARNs associated with the current account and endpoint.
ListStreamsRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a ListStreams operation.
ListStreamsRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ListStreamsRequestMarshaller - Class in software.amazon.awssdk.services.dynamodbstreams.transform
ListStreamsRequest Marshaller
ListStreamsRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodbstreams.transform.ListStreamsRequestMarshaller
 
ListStreamsRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ListStreamsRequestMarshaller
ListStreamsRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ListStreamsRequestModelMarshaller
 
ListStreamsResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a ListStreams operation.
ListStreamsResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ListStreamsResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ListStreamsResponse JSON Unmarshaller
ListStreamsResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ListStreamsResponseUnmarshaller
 
listTables() - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.api.ListTablesApi
List tables by specifying all the details.
listTables() - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
listTables(String) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
listTables(String, int) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
listTables(int) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
listTables(ListTablesSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
 
listTables(ListTablesSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.ListTablesImpl
 
listTables() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.ListTablesImpl
 
listTables(String) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.ListTablesImpl
 
listTables(String, int) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.ListTablesImpl
 
listTables(int) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.ListTablesImpl
 
listTables() - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Returns an array of table names associated with the current account and endpoint.
listTables(ListTablesRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Returns an array of table names associated with the current account and endpoint.
listTables() - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Returns an array of table names associated with the current account and endpoint.
listTables(ListTablesRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Returns an array of table names associated with the current account and endpoint.
ListTablesApi - Interface in software.amazon.awssdk.services.dynamodb.document.api
DynamoDB ListTables API.
ListTablesImpl - Class in software.amazon.awssdk.services.dynamodb.document.internal
The implementation for ListTablesApi.
ListTablesImpl(DynamoDBClient) - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.ListTablesImpl
 
ListTablesRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a ListTables operation.
ListTablesRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ListTablesRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ListTablesRequest Marshaller
ListTablesRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ListTablesRequestMarshaller
 
ListTablesRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ListTablesRequestMarshaller
ListTablesRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ListTablesRequestModelMarshaller
 
ListTablesResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a ListTables operation.
ListTablesResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ListTablesResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ListTablesResponse JSON Unmarshaller
ListTablesResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ListTablesResponseUnmarshaller
 
ListTablesSpec - Class in software.amazon.awssdk.services.dynamodb.document.spec
Full parameter specification for the ListTables API.
ListTablesSpec() - Constructor for class software.amazon.awssdk.services.dynamodb.document.spec.ListTablesSpec
 
listTagsOfResource(ListTagsOfResourceRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
List all tags on an Amazon DynamoDB resource.
listTagsOfResource(ListTagsOfResourceRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
List all tags on an Amazon DynamoDB resource.
ListTagsOfResourceRequest - Class in software.amazon.awssdk.services.dynamodb.model
 
ListTagsOfResourceRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ListTagsOfResourceRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ListTagsOfResourceRequest Marshaller
ListTagsOfResourceRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ListTagsOfResourceRequestMarshaller
 
ListTagsOfResourceRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ListTagsOfResourceRequestMarshaller
ListTagsOfResourceRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ListTagsOfResourceRequestModelMarshaller
 
ListTagsOfResourceResponse - Class in software.amazon.awssdk.services.dynamodb.model
 
ListTagsOfResourceResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ListTagsOfResourceResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ListTagsOfResourceResponse JSON Unmarshaller
ListTagsOfResourceResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ListTagsOfResourceResponseUnmarshaller
 
ListUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals Lists into Java Lists.
ListUnmarshaller(ArgumentUnmarshaller) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ListUnmarshaller
 
load(Class<T>, Object, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
load(Class<T>, Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
load(Class<T>, Object, Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
load(Class<T>, Object, Object, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
load(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
load(T, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
load(T, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
load(Class<T>, Object, Object, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
load(H) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Loads an object with the hash key given.
load(H, R) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Loads an object with the hash and range key.
load(Class<T>, Object, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Loads an object with the hash key given and a configuration override.
load(Class<T>, Object) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Loads an object with the hash key given, using the default configuration.
load(Class<T>, Object, Object) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Loads an object with a hash and range key, using the default configuration.
load(T) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
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 interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
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 interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Returns an object with the given hash key, or null if no such object exists.
loadAllResults() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Eagerly loads all results for this list.
localSaveBehavior() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
Get the SaveBehavior used locally for this save operation.
localSecondaryIndex(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Gets the local secondary index by name.
LocalSecondaryIndex - Class in software.amazon.awssdk.services.dynamodb.model
Represents the properties of a local secondary index.
LocalSecondaryIndex.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
LocalSecondaryIndexDescription - Class in software.amazon.awssdk.services.dynamodb.model
Represents the properties of a local secondary index.
LocalSecondaryIndexDescription.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
LocalSecondaryIndexDescriptionMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
LocalSecondaryIndexDescriptionMarshaller
LocalSecondaryIndexDescriptionMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexDescriptionMarshaller
 
LocalSecondaryIndexDescriptionUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
LocalSecondaryIndexDescription JSON Unmarshaller
LocalSecondaryIndexDescriptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexDescriptionUnmarshaller
 
localSecondaryIndexes() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Gets the local secondary indexes for the given class.
localSecondaryIndexes(Map<String, Capacity>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity.Builder
The amount of throughput consumed on each local index affected by the operation.
localSecondaryIndexes() - Method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
The amount of throughput consumed on each local index affected by the operation.
localSecondaryIndexes(Collection<LocalSecondaryIndex>) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateTableRequest.Builder
One or more local secondary indexes (the maximum is five) to be created on the table.
localSecondaryIndexes(LocalSecondaryIndex...) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateTableRequest.Builder
One or more local secondary indexes (the maximum is five) to be created on the table.
localSecondaryIndexes() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
One or more local secondary indexes (the maximum is five) to be created on the table.
localSecondaryIndexes(Collection<LocalSecondaryIndexDescription>) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
Represents one or more local secondary indexes on the table.
localSecondaryIndexes(LocalSecondaryIndexDescription...) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
Represents one or more local secondary indexes on the table.
localSecondaryIndexes() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
Represents one or more local secondary indexes on the table.
LocalSecondaryIndexMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
LocalSecondaryIndexMarshaller
LocalSecondaryIndexMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexMarshaller
 
localSecondaryIndexNames() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Gets the local secondary indexes.
LocalSecondaryIndexUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
LocalSecondaryIndex JSON Unmarshaller
LocalSecondaryIndexUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexUnmarshaller
 
LongSetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java Longs.
LongUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java Longs.
lowLevelResult() - Method in class software.amazon.awssdk.services.dynamodb.document.Page
 
LowLevelResultListener<R> - Class in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.LowLevelResultListener
 
lt(V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified value.
lt(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Expected
Creates and returns a condition of the range key being less than the given value.
lt(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
Creates and returns a condition of the range key being less than the given value.
lt(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.RangeKeyCondition
Creates and returns a condition of the range key being less than the given value.

M

m(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type Map.
m() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
An attribute of type Map.
mapper - Variable in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Reference to the DynamoDB mapper for marshalling DynamoDB attributes back into objects
mapperConfig() - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformer.Parameters
 
MapToMapMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
 
MapToMapMarshaller(ArgumentMarshaller) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.MapToMapMarshaller
 
MapUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
 
MapUnmarshaller(ArgumentUnmarshaller) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.MapUnmarshaller
 
marshall(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractEnumMarshaller
Deprecated.
 
marshall(Object) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.ArgumentMarshaller
Marshalls the object given into an AttributeValue.
marshall(T) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMarshaller
Deprecated.
Turns an object of type T into its String representation.
marshall(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.JsonMarshaller
Deprecated.
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.BooleanSetToNumberSetMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.BooleanToBooleanMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.BooleanToNumberMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ByteArraySetToBinarySetMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ByteArrayToBinaryMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ByteBufferSetToBinarySetMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ByteBufferToBinaryMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.CalendarSetToStringSetMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.CalendarToStringMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.CollectionToListMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.CustomMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.DateSetToStringSetMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.DateToStringMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.MapToMapMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.NumberSetToNumberSetMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.NumberToNumberMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ObjectSetToStringSetMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ObjectToMapMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ObjectToStringMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.S3LinkToStringMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.StringSetToStringSetMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.StringToStringMarshaller
 
marshall(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.UuidSetToStringSetMarshaller
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.Capacity
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.Condition
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteRequest
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.Identity
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.Projection
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.PutRequest
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.Record
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.SequenceNumberRange
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.Shard
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.Stream
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.StreamSpecification
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.Tag
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction
 
marshall(ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.model.WriteRequest
 
marshall(AttributeDefinition, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.AttributeDefinitionMarshaller
Marshall the given parameter object.
marshall(AttributeValue, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.AttributeValueMarshaller
Marshall the given parameter object.
marshall(AttributeValueUpdate, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.AttributeValueUpdateMarshaller
Marshall the given parameter object.
marshall(BatchGetItemRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.BatchGetItemRequestMarshaller
 
marshall(BatchGetItemRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.BatchGetItemRequestModelMarshaller
Marshall the given parameter object.
marshall(BatchWriteItemRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.BatchWriteItemRequestMarshaller
 
marshall(BatchWriteItemRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.BatchWriteItemRequestModelMarshaller
Marshall the given parameter object.
marshall(Capacity, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.CapacityMarshaller
Marshall the given parameter object.
marshall(Condition, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.ConditionMarshaller
Marshall the given parameter object.
marshall(ConsumedCapacity, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.ConsumedCapacityMarshaller
Marshall the given parameter object.
marshall(CreateGlobalSecondaryIndexAction, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.CreateGlobalSecondaryIndexActionMarshaller
Marshall the given parameter object.
marshall(CreateTableRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.CreateTableRequestMarshaller
 
marshall(CreateTableRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.CreateTableRequestModelMarshaller
Marshall the given parameter object.
marshall(DeleteGlobalSecondaryIndexAction, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.DeleteGlobalSecondaryIndexActionMarshaller
Marshall the given parameter object.
marshall(DeleteItemRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.DeleteItemRequestMarshaller
 
marshall(DeleteItemRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.DeleteItemRequestModelMarshaller
Marshall the given parameter object.
marshall(DeleteRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.DeleteRequestMarshaller
Marshall the given parameter object.
marshall(DeleteTableRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.DeleteTableRequestMarshaller
 
marshall(DeleteTableRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.DeleteTableRequestModelMarshaller
Marshall the given parameter object.
marshall(DescribeLimitsRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.DescribeLimitsRequestMarshaller
 
marshall(DescribeLimitsRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.DescribeLimitsRequestModelMarshaller
Marshall the given parameter object.
marshall(DescribeStreamRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.DescribeStreamRequestModelMarshaller
Marshall the given parameter object.
marshall(DescribeTableRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.DescribeTableRequestMarshaller
 
marshall(DescribeTableRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.DescribeTableRequestModelMarshaller
Marshall the given parameter object.
marshall(DescribeTimeToLiveRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.DescribeTimeToLiveRequestMarshaller
 
marshall(DescribeTimeToLiveRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.DescribeTimeToLiveRequestModelMarshaller
Marshall the given parameter object.
marshall(ExpectedAttributeValue, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.ExpectedAttributeValueMarshaller
Marshall the given parameter object.
marshall(GetItemRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.GetItemRequestMarshaller
 
marshall(GetItemRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.GetItemRequestModelMarshaller
Marshall the given parameter object.
marshall(GetRecordsRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.GetRecordsRequestModelMarshaller
Marshall the given parameter object.
marshall(GetShardIteratorRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.GetShardIteratorRequestModelMarshaller
Marshall the given parameter object.
marshall(GlobalSecondaryIndexDescription, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexDescriptionMarshaller
Marshall the given parameter object.
marshall(GlobalSecondaryIndex, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexMarshaller
Marshall the given parameter object.
marshall(GlobalSecondaryIndexUpdate, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexUpdateMarshaller
Marshall the given parameter object.
marshall(Identity, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.IdentityMarshaller
Marshall the given parameter object.
marshall(ItemCollectionMetrics, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.ItemCollectionMetricsMarshaller
Marshall the given parameter object.
marshall(KeysAndAttributes, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.KeysAndAttributesMarshaller
Marshall the given parameter object.
marshall(KeySchemaElement, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.KeySchemaElementMarshaller
Marshall the given parameter object.
marshall(ListStreamsRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.ListStreamsRequestModelMarshaller
Marshall the given parameter object.
marshall(ListTablesRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.ListTablesRequestMarshaller
 
marshall(ListTablesRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.ListTablesRequestModelMarshaller
Marshall the given parameter object.
marshall(ListTagsOfResourceRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.ListTagsOfResourceRequestMarshaller
 
marshall(ListTagsOfResourceRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.ListTagsOfResourceRequestModelMarshaller
Marshall the given parameter object.
marshall(LocalSecondaryIndexDescription, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexDescriptionMarshaller
Marshall the given parameter object.
marshall(LocalSecondaryIndex, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexMarshaller
Marshall the given parameter object.
marshall(Projection, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.ProjectionMarshaller
Marshall the given parameter object.
marshall(ProvisionedThroughputDescription, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.ProvisionedThroughputDescriptionMarshaller
Marshall the given parameter object.
marshall(ProvisionedThroughput, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.ProvisionedThroughputMarshaller
Marshall the given parameter object.
marshall(PutItemRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.PutItemRequestMarshaller
 
marshall(PutItemRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.PutItemRequestModelMarshaller
Marshall the given parameter object.
marshall(PutRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.PutRequestMarshaller
Marshall the given parameter object.
marshall(QueryRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.QueryRequestMarshaller
 
marshall(QueryRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.QueryRequestModelMarshaller
Marshall the given parameter object.
marshall(Record, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.RecordMarshaller
Marshall the given parameter object.
marshall(ScanRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.ScanRequestMarshaller
 
marshall(ScanRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.ScanRequestModelMarshaller
Marshall the given parameter object.
marshall(SequenceNumberRange, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.SequenceNumberRangeMarshaller
Marshall the given parameter object.
marshall(Shard, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.ShardMarshaller
Marshall the given parameter object.
marshall(StreamDescription, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.StreamDescriptionMarshaller
Marshall the given parameter object.
marshall(Stream, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.StreamMarshaller
Marshall the given parameter object.
marshall(StreamRecord, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.StreamRecordMarshaller
Marshall the given parameter object.
marshall(StreamSpecification, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.StreamSpecificationMarshaller
Marshall the given parameter object.
marshall(TableDescription, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.TableDescriptionMarshaller
Marshall the given parameter object.
marshall(Tag, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.TagMarshaller
Marshall the given parameter object.
marshall(TagResourceRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.TagResourceRequestMarshaller
 
marshall(TagResourceRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.TagResourceRequestModelMarshaller
Marshall the given parameter object.
marshall(TimeToLiveDescription, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.TimeToLiveDescriptionMarshaller
Marshall the given parameter object.
marshall(TimeToLiveSpecification, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.TimeToLiveSpecificationMarshaller
Marshall the given parameter object.
marshall(UntagResourceRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.UntagResourceRequestMarshaller
 
marshall(UntagResourceRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.UntagResourceRequestModelMarshaller
Marshall the given parameter object.
marshall(UpdateGlobalSecondaryIndexAction, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.UpdateGlobalSecondaryIndexActionMarshaller
Marshall the given parameter object.
marshall(UpdateItemRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.UpdateItemRequestMarshaller
 
marshall(UpdateItemRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.UpdateItemRequestModelMarshaller
Marshall the given parameter object.
marshall(UpdateTableRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.UpdateTableRequestMarshaller
 
marshall(UpdateTableRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.UpdateTableRequestModelMarshaller
Marshall the given parameter object.
marshall(UpdateTimeToLiveRequest) - Method in class software.amazon.awssdk.services.dynamodb.transform.UpdateTimeToLiveRequestMarshaller
 
marshall(UpdateTimeToLiveRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.UpdateTimeToLiveRequestModelMarshaller
Marshall the given parameter object.
marshall(WriteRequest, ProtocolMarshaller) - Method in class software.amazon.awssdk.services.dynamodb.transform.WriteRequestMarshaller
Marshall the given parameter object.
marshall(DescribeStreamRequest) - Method in class software.amazon.awssdk.services.dynamodbstreams.transform.DescribeStreamRequestMarshaller
 
marshall(GetRecordsRequest) - Method in class software.amazon.awssdk.services.dynamodbstreams.transform.GetRecordsRequestMarshaller
 
marshall(GetShardIteratorRequest) - Method in class software.amazon.awssdk.services.dynamodbstreams.transform.GetShardIteratorRequestMarshaller
 
marshall(ListStreamsRequest) - Method in class software.amazon.awssdk.services.dynamodbstreams.transform.ListStreamsRequestMarshaller
 
marshallIntoObject(Class<T>, Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
marshallIntoObject(Class<T>, Map<String, AttributeValue>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
marshallIntoObject(Class<T>, Map<String, AttributeValue>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
marshallIntoObject(Class<T>, Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
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 software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
marshallIntoObjects(Class<T>, List<Map<String, AttributeValue>>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
marshallIntoObjects(Class<T>, List<Map<String, AttributeValue>>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
marshallIntoObjects(Class<T>, List<Map<String, AttributeValue>>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Unmarshalls the list of item attributes into objects of type clazz.
MAX_BACKOFF_IN_MILLISECONDS - Static variable in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
The max back off time for batch get.
MAX_ITEMS_PER_BATCH - Static variable in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
The max number of items allowed in a BatchWrite request.
maxRetryOnUnprocessedItems(Map<String, List<WriteRequest>>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.BatchWriteRetryStrategy
Returns the max number of retries to be performed if the service returns UnprocessedItems in the response.
maxRetryOnUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultBatchWriteRetryStrategy
 
memberMarshaller() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.CollectionToListMarshaller
 
memberMarshaller() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.MapToMapMarshaller
 
mergeConfig(DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
mergeExpectedAttributeValueConditions() - Method in class software.amazon.awssdk.services.dynamodb.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.
message(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ConditionalCheckFailedException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ExpiredIteratorException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.InternalServerErrorException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ItemCollectionSizeLimitExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.LimitExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ResourceInUseException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ResourceNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.TrimmedDataAccessException.Builder
 
minimum(Integer, Integer) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Returns the minimum of the two input integers taking null into account.
modelClass() - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformer.Parameters
 

N

n(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type Number.
n() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
An attribute of type Number.
name() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Gets the attribute name.
name() - Method in class software.amazon.awssdk.services.dynamodb.document.Attribute
 
nameMap() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
nameMap() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
nameMap() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
nameMap() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
nameMap() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
nameMap() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
nameMap() - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
 
NameMap - Class in software.amazon.awssdk.services.dynamodb.document.utils
Utility class for name maps.
NameMap() - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.NameMap
 
ne(V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified value.
ne(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Expected
 
ne(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
 
newImage(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamRecord.Builder
The item in the DynamoDB table as it appeared after it was modified.
newImage() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
The item in the DynamoDB table as it appeared after it was modified.
newTableMapper(Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
Creates a new table mapper using this mapper to perform operations.
next() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.IteratorSupport
 
nextBatchOfScanResponses() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ParallelScanTask
 
nextPage() - Method in class software.amazon.awssdk.services.dynamodb.document.Page
Retrieves the next page.
nextResults - Variable in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Lazily loaded next results waiting to be added into allResults.
nextShardIterator(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse.Builder
The next position in the shard from which to start sequentially reading stream records.
nextShardIterator() - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse
The next position in the shard from which to start sequentially reading stream records.
nextToken(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceRequest.Builder
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.
nextToken() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceRequest
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.
nextToken(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceResponse.Builder
If this value is returned, there are additional results to be displayed.
nextToken() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceResponse
If this value is returned, there are additional results to be displayed.
NONE - Static variable in class software.amazon.awssdk.services.dynamodb.document.LowLevelResultListener
 
none() - Static method in class software.amazon.awssdk.services.dynamodb.document.LowLevelResultListener
 
nonKeyAttributes(Collection<String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.Projection.Builder
Represents the non-key attribute names which will be projected into the index.
nonKeyAttributes(String...) - Method in interface software.amazon.awssdk.services.dynamodb.model.Projection.Builder
Represents the non-key attribute names which will be projected into the index.
nonKeyAttributes() - Method in class software.amazon.awssdk.services.dynamodb.model.Projection
Represents the non-key attribute names which will be projected into the index.
NoRetryBatchLoadRetryStrategy() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.NoRetryBatchLoadRetryStrategy
 
notContains(V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified value.
notContains(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Expected
 
notContains(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
 
notExist() - Method in class software.amazon.awssdk.services.dynamodb.document.Expected
Expects the attribute be non-existing.
notExist() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
Expects the attribute be non-existing.
notNull() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Creates a condition which filters on the specified value.
ns(Collection<String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type Number Set.
ns(String...) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type Number Set.
ns() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
An attribute of type Number Set.
nul(Boolean) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type Null.
nul() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
An attribute of type Null.
NullableUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
 
NullableUnmarshaller(ArgumentUnmarshaller) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.NullableUnmarshaller
 
nullSafe(DynamoDbTypeConverter<S, T>) - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.AbstractConverter
 
nullSafe() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.AbstractConverter
 
NullSafeConverter(DynamoDbTypeConverter<S, T>) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.NullSafeConverter
 
numberOfAttributes() - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Returns the number of attributes of this item.
numberOfDecreasesToday(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription.Builder
The number of provisioned throughput decreases for this table during this UTC calendar day.
numberOfDecreasesToday() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
The number of provisioned throughput decreases for this table during this UTC calendar day.
NumberSetToNumberSetMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that marshals sets of Java Numbers into DynamoDB NumberSets.
NumberToNumberMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that marshals any Java Number to a DynamoDB number.

O

object - Variable in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
 
ObjectSetToStringSetMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A legacy marshaller that marshals sets of arbitrary Java objects into DynamoDB StringSets by using String.valueOf(Object).
ObjectSetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
 
ObjectSetUnmarshaller(ArgumentUnmarshaller) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ObjectSetUnmarshaller
 
ObjectToMapMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
 
ObjectToMapMarshaller(ItemConverter) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.marshallers.ObjectToMapMarshaller
 
ObjectToStringMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that marshals Java Object objects into DynamoDB Strings.
ObjectUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
 
ObjectUnmarshaller(ItemConverter, Class<?>) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ObjectUnmarshaller
 
of(AwsCredentialsProvider) - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link.Factory
 
oldImage(Map<String, AttributeValue>) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamRecord.Builder
The item in the DynamoDB table as it appeared before it was modified.
oldImage() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
The item in the DynamoDB table as it appeared before it was modified.
onLowLevelResult(R) - Method in class software.amazon.awssdk.services.dynamodb.document.LowLevelResultListener
 
onNonKeyAttribute(String, AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
Implement this method to do the necessary operations when a primary key attribute is set with some value.
OperationType - Enum in software.amazon.awssdk.services.dynamodb.model
 
override() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverterFactory
Creates a type-converter factory builder using this factory as defaults.

P

Page<T,R> - Class in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.Page
 
PageBasedCollection<T,R> - Class in software.amazon.awssdk.services.dynamodb.document.internal
Abstract base class for all page-based collections.
PageBasedCollection() - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.PageBasedCollection
 
PageIterable<T,R> - Class in software.amazon.awssdk.services.dynamodb.document.internal
 
pages() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.PageBasedCollection
 
pages() - Method in class software.amazon.awssdk.services.dynamodb.document.ItemCollection
Returns an Iterable<Page<Item, R>> that iterates over pages of items from this collection.
pages() - Method in class software.amazon.awssdk.services.dynamodb.document.TableCollection
Returns an Iterable<Page<Table, R>> that iterates over pages of tables from this collection.
PaginatedList<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Unmodifiable list supporting paginated result sets from Amazon DynamoDB.
PaginatedList(DynamoDbMapper, Class<T>, DynamoDBClient) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Constructs a PaginatedList instance using the default PaginationLoadingStrategy
PaginatedList(DynamoDbMapper, Class<T>, DynamoDBClient, DynamoDbMapperConfig.PaginationLoadingStrategy) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Constructs a PaginatedList instance.
PaginatedParallelScanList<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Implementation of the List interface that represents the results from a parallel scan in AWS DynamoDB.
PaginatedParallelScanList(DynamoDbMapper, Class<T>, DynamoDBClient, ParallelScanTask, DynamoDbMapperConfig.PaginationLoadingStrategy, DynamoDbMapperConfig) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedParallelScanList
 
PaginatedQueryList<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Implementation of the List interface that represents the results from a query in AWS DynamoDB.
PaginatedQueryList(DynamoDbMapper, Class<T>, DynamoDBClient, QueryRequest, QueryResponse, DynamoDbMapperConfig.PaginationLoadingStrategy, DynamoDbMapperConfig) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedQueryList
 
PaginatedScanList<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Implementation of the List interface that represents the results from a scan in AWS DynamoDB.
PaginatedScanList(DynamoDbMapper, Class<T>, DynamoDBClient, ScanRequest, ScanResponse, DynamoDbMapperConfig.PaginationLoadingStrategy, DynamoDbMapperConfig) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedScanList
 
parallelScan(Class<T>, DynamoDbScanExpression, int) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
parallelScan(Class<T>, DynamoDbScanExpression, int, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
parallelScan(Class<T>, DynamoDbScanExpression, int, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
parallelScan(DynamoDbScanExpression, int) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Scans through an Amazon DynamoDB table on logically partitioned segments in parallel and returns the matching results in one unmodifiable list of instantiated objects.
parallelScan(Class<T>, DynamoDbScanExpression, int) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
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 interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Scans through an Amazon DynamoDB table on logically partitioned segments in parallel.
ParallelScanTask - Class in software.amazon.awssdk.services.dynamodb.datamodeling
 
ParallelScanTask(DynamoDbMapper, DynamoDBClient, List<ScanRequest>) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.ParallelScanTask
Deprecated.
parentShardId(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Shard.Builder
The shard ID of the current shard's parent.
parentShardId() - Method in class software.amazon.awssdk.services.dynamodb.model.Shard
The shard ID of the current shard's parent.
PrimaryKey - Class in software.amazon.awssdk.services.dynamodb.document
Used to represent a primary key that has one or multiple key components.
PrimaryKey() - Constructor for class software.amazon.awssdk.services.dynamodb.document.PrimaryKey
 
PrimaryKey(KeyAttribute...) - Constructor for class software.amazon.awssdk.services.dynamodb.document.PrimaryKey
Constructs with the specified key components.
PrimaryKey(String, Object) - Constructor for class software.amazon.awssdk.services.dynamodb.document.PrimaryKey
Constructs with a hash key.
PrimaryKey(String, Object, String, Object) - Constructor for class software.amazon.awssdk.services.dynamodb.document.PrimaryKey
Constructs with a hash key and a range key.
principalId(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Identity.Builder
A unique identifier for the entity that made the call.
principalId() - Method in class software.amazon.awssdk.services.dynamodb.model.Identity
A unique identifier for the entity that made the call.
projection(Projection) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction.Builder
Represents attributes that are copied (projected) from the table into an index.
projection() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction
Represents attributes that are copied (projected) from the table into an index.
projection(Projection) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex.Builder
Represents attributes that are copied (projected) from the table into the global secondary index.
projection() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
Represents attributes that are copied (projected) from the table into the global secondary index.
projection(Projection) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription.Builder
Represents attributes that are copied (projected) from the table into the global secondary index.
projection() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
Represents attributes that are copied (projected) from the table into the global secondary index.
projection(Projection) - Method in interface software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex.Builder
Represents attributes that are copied (projected) from the table into the local secondary index.
projection() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
Represents attributes that are copied (projected) from the table into the local secondary index.
projection(Projection) - Method in interface software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription.Builder
Represents attributes that are copied (projected) from the table into the global secondary index.
projection() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
Represents attributes that are copied (projected) from the table into the global secondary index.
Projection - Class in software.amazon.awssdk.services.dynamodb.model
Represents attributes that are copied (projected) from the table into an index.
Projection.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
projectionExpression(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetItemRequest.Builder
A string that identifies one or more attributes to retrieve from the table.
projectionExpression() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
A string that identifies one or more attributes to retrieve from the table.
projectionExpression(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes.Builder
A string that identifies one or more attributes to retrieve from the table.
projectionExpression() - Method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
A string that identifies one or more attributes to retrieve from the table.
projectionExpression(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
A string that identifies one or more attributes to retrieve from the table.
projectionExpression() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
A string that identifies one or more attributes to retrieve from the table.
projectionExpression(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
A string that identifies one or more attributes to retrieve from the specified table or index.
projectionExpression() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
A string that identifies one or more attributes to retrieve from the specified table or index.
ProjectionMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ProjectionMarshaller
ProjectionMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ProjectionMarshaller
 
projectionType(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Projection.Builder
The set of attributes that are projected into the index:
projectionType(ProjectionType) - Method in interface software.amazon.awssdk.services.dynamodb.model.Projection.Builder
The set of attributes that are projected into the index:
projectionType() - Method in class software.amazon.awssdk.services.dynamodb.model.Projection
The set of attributes that are projected into the index:
ProjectionType - Enum in software.amazon.awssdk.services.dynamodb.model
 
ProjectionUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
Projection JSON Unmarshaller
ProjectionUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ProjectionUnmarshaller
 
provisionedThroughput(ProvisionedThroughput) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction.Builder
Represents the provisioned throughput settings for the specified global secondary index.
provisionedThroughput() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction
Represents the provisioned throughput settings for the specified global secondary index.
provisionedThroughput(ProvisionedThroughput) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateTableRequest.Builder
Represents the provisioned throughput settings for a specified table or index.
provisionedThroughput() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
Represents the provisioned throughput settings for a specified table or index.
provisionedThroughput(ProvisionedThroughput) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex.Builder
Represents the provisioned throughput settings for the specified global secondary index.
provisionedThroughput() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
Represents the provisioned throughput settings for the specified global secondary index.
provisionedThroughput(ProvisionedThroughputDescription) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription.Builder
Represents the provisioned throughput settings for the specified global secondary index.
provisionedThroughput() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
Represents the provisioned throughput settings for the specified global secondary index.
ProvisionedThroughput - Class in software.amazon.awssdk.services.dynamodb.model
Represents the provisioned throughput settings for a specified table or index.
provisionedThroughput(ProvisionedThroughputDescription) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
provisionedThroughput() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
provisionedThroughput(ProvisionedThroughput) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction.Builder
Represents the provisioned throughput settings for the specified global secondary index.
provisionedThroughput() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction
Represents the provisioned throughput settings for the specified global secondary index.
provisionedThroughput(ProvisionedThroughput) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest.Builder
The new provisioned throughput settings for the specified table or index.
provisionedThroughput() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
The new provisioned throughput settings for the specified table or index.
ProvisionedThroughput.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ProvisionedThroughputDescription - Class in software.amazon.awssdk.services.dynamodb.model
Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
ProvisionedThroughputDescription.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ProvisionedThroughputDescriptionMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ProvisionedThroughputDescriptionMarshaller
ProvisionedThroughputDescriptionMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ProvisionedThroughputDescriptionMarshaller
 
ProvisionedThroughputDescriptionUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ProvisionedThroughputDescription JSON Unmarshaller
ProvisionedThroughputDescriptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ProvisionedThroughputDescriptionUnmarshaller
 
ProvisionedThroughputExceededException - Exception in software.amazon.awssdk.services.dynamodb.model
Your request rate is too high.
ProvisionedThroughputExceededException.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ProvisionedThroughputMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ProvisionedThroughputMarshaller
ProvisionedThroughputMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ProvisionedThroughputMarshaller
 
ProvisionedThroughputUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ProvisionedThroughput JSON Unmarshaller
ProvisionedThroughputUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ProvisionedThroughputUnmarshaller
 
put(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.AttributeUpdate
Used to update an attribute.
putItem(Item) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.PutItemApi
Unconditional put.
putItem(Item, Expected...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.PutItemApi
Conditional put.
putItem(Item, String, Map<String, String>, Map<String, Object>) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.PutItemApi
Conditional put via condition expression.
putItem(PutItemSpec) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.PutItemApi
Puts an item by specifying all the details.
putItem(Item) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.PutItemImpl
 
putItem(Item, Expected...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.PutItemImpl
 
putItem(Item, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.PutItemImpl
 
putItem(PutItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.PutItemImpl
 
putItem(Item) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
putItem(Item, Expected...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
putItem(Item, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
putItem(PutItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
putItem(PutItemRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Creates a new item, or replaces an old item with a new item.
putItem(PutItemRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Creates a new item, or replaces an old item with a new item.
PutItemApi - Interface in software.amazon.awssdk.services.dynamodb.document.api
A Table-centric PutItem API.
PutItemImpl - Class in software.amazon.awssdk.services.dynamodb.document.internal
The implementation for PutItemApi.
PutItemImpl(DynamoDBClient, Table) - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.PutItemImpl
 
PutItemOutcome - Class in software.amazon.awssdk.services.dynamodb.document
The outcome of putting an item to a DynamoDB table.
PutItemOutcome(PutItemResponse) - Constructor for class software.amazon.awssdk.services.dynamodb.document.PutItemOutcome
 
PutItemRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a PutItem operation.
PutItemRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
PutItemRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
PutItemRequest Marshaller
PutItemRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.PutItemRequestMarshaller
 
PutItemRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
PutItemRequestMarshaller
PutItemRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.PutItemRequestModelMarshaller
 
PutItemResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a PutItem operation.
PutItemResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
PutItemResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
PutItemResponse JSON Unmarshaller
PutItemResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.PutItemResponseUnmarshaller
 
PutItemSpec - Class in software.amazon.awssdk.services.dynamodb.document.spec
Full parameter specification for the PutItem API.
PutItemSpec() - Constructor for class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
PutRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents a request to perform a PutItem operation on an item.
putRequest(PutRequest) - Method in interface software.amazon.awssdk.services.dynamodb.model.WriteRequest.Builder
A request to perform a PutItem operation.
putRequest() - Method in class software.amazon.awssdk.services.dynamodb.model.WriteRequest
A request to perform a PutItem operation.
PutRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
PutRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
PutRequestMarshaller
PutRequestMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.PutRequestMarshaller
 
PutRequestUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
PutRequest JSON Unmarshaller
PutRequestUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.PutRequestUnmarshaller
 

Q

query(Class<T>, DynamoDbQueryExpression<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
query(Class<T>, DynamoDbQueryExpression<T>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
query(Class<T>, DynamoDbQueryExpression<T>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
query(DynamoDbQueryExpression<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Queries an Amazon DynamoDB table and returns the matching results as an unmodifiable list of instantiated objects.
query(Class<T>, DynamoDbQueryExpression<T>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
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 interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Queries an Amazon DynamoDB table and returns the matching results as an unmodifiable list of instantiated objects.
query(String, Object) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.QueryApi
Retrieves items by the specified hash key.
query(KeyAttribute) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.QueryApi
Retrieves items by the specified hash key.
query(KeyAttribute, RangeKeyCondition) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.QueryApi
Retrieves items by the specified hash key and a range key condition.
query(String, Object, RangeKeyCondition) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.QueryApi
 
query(KeyAttribute, RangeKeyCondition, QueryFilter...) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.api.QueryApi
 
query(KeyAttribute, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.api.QueryApi
 
query(KeyAttribute, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.api.QueryApi
Queries table by specifying all the details.
query(KeyAttribute, RangeKeyCondition) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
query(KeyAttribute, RangeKeyCondition, QueryFilter...) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
query(KeyAttribute, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
query(KeyAttribute, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
query(QuerySpec) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
query(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
query(String, Object, RangeKeyCondition) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
query(String, Object, RangeKeyCondition, QueryFilter...) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
query(String, Object, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
query(String, Object, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
query(KeyAttribute) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
query(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
query(KeyAttribute) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
query(KeyAttribute, RangeKeyCondition) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
query(KeyAttribute, RangeKeyCondition, QueryFilter...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
query(KeyAttribute, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
query(KeyAttribute, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
query(QuerySpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
query(String, Object, RangeKeyCondition) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
query(String, Object, RangeKeyCondition, QueryFilter...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
query(String, Object, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
query(String, Object, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
query(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
query(KeyAttribute) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
query(KeyAttribute, RangeKeyCondition) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
query(KeyAttribute, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
query(KeyAttribute, RangeKeyCondition, QueryFilter...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
query(KeyAttribute, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
query(QuerySpec) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
query(String, Object, RangeKeyCondition) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
query(String, Object, RangeKeyCondition, QueryFilter...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
query(String, Object, RangeKeyCondition, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
query(String, Object, RangeKeyCondition, String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
query(QueryRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
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 interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.
QueryApi - Interface in software.amazon.awssdk.services.dynamodb.document.api
A Table-centric Query API.
QueryFilter - Class in software.amazon.awssdk.services.dynamodb.document
QueryFilter(String) - Constructor for class software.amazon.awssdk.services.dynamodb.document.QueryFilter
queryFilter(Map<String, Condition>) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
This is a legacy parameter.
queryFilter() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
This is a legacy parameter.
QueryImpl - Class in software.amazon.awssdk.services.dynamodb.document.internal
The implementation for QueryApi of a table.
QueryImpl(DynamoDBClient, Table) - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.QueryImpl
 
QueryOutcome - Class in software.amazon.awssdk.services.dynamodb.document
The outcome of query on DynamoDB table.
QueryOutcome(QueryResponse) - Constructor for class software.amazon.awssdk.services.dynamodb.document.QueryOutcome
 
queryPage(Class<T>, DynamoDbQueryExpression<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
queryPage(Class<T>, DynamoDbQueryExpression<T>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
queryPage(Class<T>, DynamoDbQueryExpression<T>, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
queryPage(DynamoDbQueryExpression<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Queries an Amazon DynamoDB table and returns a single page of matching results.
queryPage(Class<T>, DynamoDbQueryExpression<T>) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Queries an Amazon DynamoDB table and returns a single page of matching results.
queryPage(Class<T>, DynamoDbQueryExpression<T>, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Queries an Amazon DynamoDB table and returns a single page of matching results.
QueryRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a Query operation.
QueryRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
QueryRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
QueryRequest Marshaller
QueryRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.QueryRequestMarshaller
 
QueryRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
QueryRequestMarshaller
QueryRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.QueryRequestModelMarshaller
 
QueryResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a Query operation.
QueryResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
QueryResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
QueryResponse JSON Unmarshaller
QueryResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.QueryResponseUnmarshaller
 
QueryResultPage<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Container for a page of query results
QueryResultPage() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.QueryResultPage
 
QuerySpec - Class in software.amazon.awssdk.services.dynamodb.document.spec
Full parameter specification for the Query API.
QuerySpec() - Constructor for class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 

R

rangeKey() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Gets the range key field model for the specified type.
rangeKey() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Gets the range key field model for the specified type.
RangeKeyCondition - Class in software.amazon.awssdk.services.dynamodb.document
A condition for selecting items with a range key.
RangeKeyCondition(String) - Constructor for class software.amazon.awssdk.services.dynamodb.document.RangeKeyCondition
A condition for selecting items with a range key.
rangeKeyIfExists() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Gets the range key field model for the specified type.
readCapacityUnits(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput.Builder
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
readCapacityUnits() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
readCapacityUnits(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription.Builder
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
readCapacityUnits() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
Record - Class in software.amazon.awssdk.services.dynamodb.model
A description of a unique event within a stream.
Record.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
RecordMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
RecordMarshaller
RecordMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.RecordMarshaller
 
records(Collection<Record>) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse.Builder
The stream records from the shard, which were retrieved using the shard iterator.
records(Record...) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse.Builder
The stream records from the shard, which were retrieved using the shard iterator.
records() - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse
The stream records from the shard, which were retrieved using the shard iterator.
RecordUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
Record JSON Unmarshaller
RecordUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.RecordUnmarshaller
 
registerLowLevelResultListener(LowLevelResultListener<R>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.PageBasedCollection
Used to register a listener for the event of receiving a low-level result from the server side.
registerLowLevelResultListener(LowLevelResultListener<R>) - Method in class software.amazon.awssdk.services.dynamodb.document.ItemCollection
Used to register a listener for the event of receiving a low-level result from the server side.
registerLowLevelResultListener(LowLevelResultListener<R>) - Method in class software.amazon.awssdk.services.dynamodb.document.TableCollection
Used to register a listener for the event of receiving a low-level result from the server side.
rejectEmptyInput(Object[]) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
 
rejectNullInput(Object) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
 
rejectNullOrEmptyInput(Object[]) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
 
rejectNullValue(Object) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
 
remove(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
remove(int) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
remove() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.IteratorSupport
 
removeAll(Collection<?>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
removeAttribute(String) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Removes the specified attribute from the current item.
removeElements(Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.AttributeUpdate
 
requestItems(Map<String, KeysAndAttributes>) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest.Builder
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.
requestItems() - Method in class software.amazon.awssdk.services.dynamodb.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.
requestItems(Map<String, ? extends Collection<WriteRequest>>) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest.Builder
A map of one or more table names and, for each table, a list of operations to be performed ( DeleteRequest or PutRequest).
requestItems() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest
A map of one or more table names and, for each table, a list of operations to be performed ( DeleteRequest or PutRequest).
resourceArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceRequest.Builder
The Amazon DynamoDB resource with tags to be listed.
resourceArn() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceRequest
The Amazon DynamoDB resource with tags to be listed.
resourceArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.TagResourceRequest.Builder
Identifies the Amazon DynamoDB resource to which tags should be added.
resourceArn() - Method in class software.amazon.awssdk.services.dynamodb.model.TagResourceRequest
Identifies the Amazon DynamoDB resource to which tags should be added.
resourceArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest.Builder
The Amazon DyanamoDB resource the tags will be removed from.
resourceArn() - Method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest
The Amazon DyanamoDB resource the tags will be removed from.
ResourceInUseException - Exception in software.amazon.awssdk.services.dynamodb.model
The operation conflicts with the resource's availability.
ResourceInUseException.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ResourceNotFoundException - Exception in software.amazon.awssdk.services.dynamodb.model
The operation tried to access a nonexistent table or index.
ResourceNotFoundException.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
responses(Map<String, ? extends Collection<Map<String, AttributeValue>>>) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse.Builder
A map of table name to a list of items.
responses() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse
A map of table name to a list of items.
retainAll(Collection<?>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
returnConsumedCapacity(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(ReturnConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(ReturnConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(ReturnConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetItemRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(ReturnConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetItemRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(ReturnConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(ReturnConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
Returns the value of the ReturnConsumedCapacity property for this object.
ReturnConsumedCapacity - Enum in software.amazon.awssdk.services.dynamodb.model
Determines the level of detail about provisioned throughput consumption that is returned in the response:
returnConsumedCapacity(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(ReturnConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity(ReturnConsumedCapacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
Sets the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacity() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnItemCollectionMetrics(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest.Builder
Determines whether item collection metrics are returned.
returnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest.Builder
Determines whether item collection metrics are returned.
returnItemCollectionMetrics() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest
Determines whether item collection metrics are returned.
returnItemCollectionMetrics(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
Determines whether item collection metrics are returned.
returnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
Determines whether item collection metrics are returned.
returnItemCollectionMetrics() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
Determines whether item collection metrics are returned.
returnItemCollectionMetrics(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
Determines whether item collection metrics are returned.
returnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
Determines whether item collection metrics are returned.
returnItemCollectionMetrics() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
Determines whether item collection metrics are returned.
ReturnItemCollectionMetrics - Enum in software.amazon.awssdk.services.dynamodb.model
 
returnItemCollectionMetrics(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
Determines whether item collection metrics are returned.
returnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
Determines whether item collection metrics are returned.
returnItemCollectionMetrics() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
Determines whether item collection metrics are returned.
ReturnValue - Enum in software.amazon.awssdk.services.dynamodb.model
 
returnValues(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
returnValues(ReturnValue) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
returnValues() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
returnValues(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
returnValues(ReturnValue) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
returnValues() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
returnValues(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated.
returnValues(ReturnValue) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated.
returnValues() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated.

S

s(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type String.
s() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
An attribute of type String.
s3ClientCache() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
s3ClientCache() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
s3ClientCache() - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Returns the underlying S3ClientCache for accessing S3.
S3ClientCache - Class in software.amazon.awssdk.services.dynamodb.datamodeling
A smart Map for S3Client objects.
s3ClientCache() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link.Factory
 
S3Link - Class in software.amazon.awssdk.services.dynamodb.datamodeling
An S3 Link that works with DynamoDbMapper.
S3Link.Factory - Class in software.amazon.awssdk.services.dynamodb.datamodeling
S3Link factory.
S3LinkToStringMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that marshals S3Link objects to DynamoDB Strings, using a JSON encoding.
S3LinkUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
 
S3LinkUnmarshaller(S3ClientCache) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.S3LinkUnmarshaller
 
s3Region() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
Returns the S3 region in Region format.
save(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
save(T, DynamoDbSaveExpression) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
save(T, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
save(T, DynamoDbSaveExpression, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
save(T, DynamoDbSaveExpression, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
save(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Saves the object given into DynamoDB.
save(T, DynamoDbSaveExpression) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Saves the object given into DynamoDB using the specified saveExpression.
save(T) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Saves the object given into DynamoDB, using the default configuration.
save(T, DynamoDbSaveExpression) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Saves the object given into DynamoDB, using the default configuration and the specified saveExpression.
save(T, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Saves the object given into DynamoDB, using the specified configuration.
save(T, DynamoDbSaveExpression, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Saves an item in DynamoDB.
saveBehavior() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
saveBehavior() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig
Returns the save behavior for this configuration.
saveIfExists(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Saves the object given into DynamoDB with the condition that the hash and, if applicable, the range key, already exist.
saveIfNotExists(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Saves the object given into DynamoDB with the condition that the hash and if applicable, the range key, does not already exist.
SaveObjectHandler(Class<?>, Object, String, DynamoDbMapperConfig, DynamoDbSaveExpression) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
Constructs a handler for saving the specified model object.
ScalarAttributeType - Enum in software.amazon.awssdk.services.dynamodb.model
 
scan(Class<T>, DynamoDbScanExpression) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
scan(Class<T>, DynamoDbScanExpression, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
scan(Class<T>, DynamoDbScanExpression, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
scan(DynamoDbScanExpression) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Scans through an Amazon DynamoDB table and returns the matching results as an unmodifiable list of instantiated objects.
scan(Class<T>, DynamoDbScanExpression) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
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 interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Scans through an Amazon DynamoDB table and returns the matching results as an unmodifiable list of instantiated objects.
scan(ScanFilter...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.ScanApi
Retrieves items by the specified list of scan filters.
scan(String, Map<String, String>, Map<String, Object>) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.ScanApi
Scans table using a Filter Expression.
scan(String, String, Map<String, String>, Map<String, Object>) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.ScanApi
Scans table using a Filter Expression and a Projection Expression.
scan(ScanSpec) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.ScanApi
Scans table by specifying all the details.
scan(ScanFilter...) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
scan(String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
scan(String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
scan(ScanSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
 
scan(ScanFilter...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.ScanImpl
 
scan(String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.ScanImpl
 
scan(String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.ScanImpl
 
scan(ScanSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.ScanImpl
 
scan(ScanFilter...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
scan(String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
scan(String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
scan(ScanSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
scan(ScanRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
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 interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.
ScanApi - Interface in software.amazon.awssdk.services.dynamodb.document.api
A Table-centric Scan API.
scanFilter() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Returns the scan filter as a map of attribute names to conditions.
ScanFilter - Class in software.amazon.awssdk.services.dynamodb.document
ScanFilter(String) - Constructor for class software.amazon.awssdk.services.dynamodb.document.ScanFilter
scanFilter(Map<String, Condition>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
This is a legacy parameter.
scanFilter() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
This is a legacy parameter.
scanFilters() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
ScanImpl - Class in software.amazon.awssdk.services.dynamodb.document.internal
The implementation for ScanApi.
ScanImpl(DynamoDBClient, Table) - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.ScanImpl
 
scanIndexForward(Boolean) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.
scanIndexForward() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.
scannedCount() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.QueryResultPage
The number of items evaluated, before any QueryFilter is applied.
scannedCount() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ScanResultPage
The number of items evaluated, before any ScanFilter is applied.
scannedCount(Integer) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryResponse.Builder
The number of items evaluated, before any QueryFilter is applied.
scannedCount() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryResponse
The number of items evaluated, before any QueryFilter is applied.
scannedCount(Integer) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanResponse.Builder
The number of items evaluated, before any ScanFilter is applied.
scannedCount() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanResponse
The number of items evaluated, before any ScanFilter is applied.
ScanOutcome - Class in software.amazon.awssdk.services.dynamodb.document
The outcome of scanning the DynamoDB table.
ScanOutcome(ScanResponse) - Constructor for class software.amazon.awssdk.services.dynamodb.document.ScanOutcome
 
scanPage(Class<T>, DynamoDbScanExpression) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
scanPage(Class<T>, DynamoDbScanExpression, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractDynamoDbMapper
 
scanPage(Class<T>, DynamoDbScanExpression, DynamoDbMapperConfig) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper
 
scanPage(DynamoDbScanExpression) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTableMapper
Scans through an Amazon DynamoDB table and returns a single page of matching results.
scanPage(Class<T>, DynamoDbScanExpression, DynamoDbMapperConfig) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Scans through an Amazon DynamoDB table and returns a single page of matching results.
scanPage(Class<T>, DynamoDbScanExpression) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.IDynamoDbMapper
Scans through an Amazon DynamoDB table and returns a single page of matching results.
ScanRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of a Scan operation.
ScanRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ScanRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ScanRequest Marshaller
ScanRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ScanRequestMarshaller
 
ScanRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ScanRequestMarshaller
ScanRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ScanRequestModelMarshaller
 
ScanResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of a Scan operation.
ScanResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
ScanResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ScanResponse JSON Unmarshaller
ScanResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ScanResponseUnmarshaller
 
scanResult() - Method in class software.amazon.awssdk.services.dynamodb.document.ScanOutcome
Returns a non-null low-level result returned from the server side.
ScanResultPage<T> - Class in software.amazon.awssdk.services.dynamodb.datamodeling
Container for a page of scan results.
ScanResultPage() - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.ScanResultPage
 
ScanSpec - Class in software.amazon.awssdk.services.dynamodb.document.spec
API for fully specifying all the parameters of a Table-centric Scan API.
ScanSpec() - Constructor for class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
segment() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Returns the ID of the segment to be scanned.
segment() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
segment(Integer) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.
segment() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.
select() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
The attributes to be returned in the result.
select() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
The attributes to be returned in the result.
select() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
select() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
Specifies the attributes to be returned.
select(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
The attributes to be returned in the result.
select(Select) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
The attributes to be returned in the result.
select() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
The attributes to be returned in the result.
select(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
The attributes to be returned in the result.
select(Select) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
The attributes to be returned in the result.
select() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
The attributes to be returned in the result.
Select - Enum in software.amazon.awssdk.services.dynamodb.model
 
sequenceNumber(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest.Builder
The sequence number of a stream record in the shard from which to start reading.
sequenceNumber() - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest
The sequence number of a stream record in the shard from which to start reading.
sequenceNumber(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamRecord.Builder
The sequence number of the stream record.
sequenceNumber() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
The sequence number of the stream record.
SequenceNumberRange - Class in software.amazon.awssdk.services.dynamodb.model
The beginning and ending sequence numbers for the stream records contained within a shard.
sequenceNumberRange(SequenceNumberRange) - Method in interface software.amazon.awssdk.services.dynamodb.model.Shard.Builder
The range of possible sequence numbers for the shard.
sequenceNumberRange() - Method in class software.amazon.awssdk.services.dynamodb.model.Shard
The range of possible sequence numbers for the shard.
SequenceNumberRange.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
SequenceNumberRangeMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
SequenceNumberRangeMarshaller
SequenceNumberRangeMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.SequenceNumberRangeMarshaller
 
SequenceNumberRangeUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
SequenceNumberRange JSON Unmarshaller
SequenceNumberRangeUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.SequenceNumberRangeUnmarshaller
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.Capacity
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.Condition
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.dynamodb.model.ConditionalCheckFailedException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.CreateTableResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DeleteRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.dynamodb.model.ExpiredIteratorException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.GetItemResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.Identity
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.dynamodb.model.InternalServerErrorException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.dynamodb.model.ItemCollectionSizeLimitExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.dynamodb.model.LimitExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ListTablesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ListTablesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.Projection
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.PutItemResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.PutRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.QueryResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.Record
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.dynamodb.model.ResourceInUseException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.dynamodb.model.ResourceNotFoundException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.ScanResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.SequenceNumberRange
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.Shard
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.Stream
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.StreamSpecification
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.Tag
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.TagResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.TagResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.dynamodb.model.TrimmedDataAccessException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.dynamodb.model.WriteRequest
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsClient
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.dynamodbstreams.DynamoDBStreamsClient
 
set(T, V) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Sets the value on the object instance.
set(int, T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
setAcl(ObjectCannedACL) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
Sets the access control list for the object represented by this S3Link.
setAcl(ObjectCannedACL, RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
 
setAcl(AccessControlPolicy, RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
 
setBatchGetItemRequest(BatchGetItemRequest) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.BatchLoadContext
 
setBatchGetItemResponse(BatchGetItemResponse) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.BatchLoadContext
 
setBatchLoadRetryStrategy(DynamoDbMapperConfig.BatchLoadRetryStrategy) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
setBatchWriteRetryStrategy(DynamoDbMapperConfig.BatchWriteRetryStrategy) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
setConditionalOperator(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
Sets the logical operator on the expected attribute conditions of this delete operation.
setConditionalOperator(ConditionalOperator) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
Sets the logical operator on the expected attribute conditions of this delete operation.
setConditionalOperator(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the logical operator on the query filter conditions.
setConditionalOperator(ConditionalOperator) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the logical operator on the query filter conditions.
setConditionalOperator(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbSaveExpression
Sets the logical operator on the expected value conditions of this save operation.
setConditionalOperator(ConditionalOperator) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbSaveExpression
Sets the logical operator on the expected value conditions of this save operation.
setConditionalOperator(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Sets the logical operator on the filter conditions of this scan.
setConditionalOperator(ConditionalOperator) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Sets the logical operator on the filter conditions of this scan.
setConditionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
setConsistentRead(boolean) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets whether this query uses consistent reads.
setConsistentRead(Boolean) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Sets whether this scan uses consistent reads.
setConsistentReads(DynamoDbMapperConfig.ConsistentReads) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
Sets the consistent read behavior.
setConsumedCapacity(ConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.QueryResultPage
 
setConsumedCapacity(ConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ScanResultPage
 
setConversionSchema(ConversionSchema) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
setCount(Integer) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.QueryResultPage
 
setCount(Integer) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ScanResultPage
 
setException(Exception) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.FailedBatch
 
setExclusiveStartKey(Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the exclusive start key for this query.
setExclusiveStartKey(Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Sets the exclusive start key for this scan.
setExpected(Map<String, ExpectedAttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
Sets the expected condition to the map of attribute names to expected attribute values given.
setExpected(Map<String, ExpectedAttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbSaveExpression
Sets the expected condition to the map of attribute names to expected attribute values given.
setExpressionAttributeNames(Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
One or more substitution variables for simplifying complex expressions.
setExpressionAttributeNames(Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
One or more substitution variables for simplifying complex expressions.
setExpressionAttributeNames(Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
One or more substitution variables for simplifying complex expressions.
setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
One or more values that can be substituted in an expression.
setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
One or more values that can be substituted in an expression.
setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
One or more values that can be substituted in an expression.
setFilterExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Evaluates the query results and returns only the desired values.
setFilterExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Evaluates the query results and returns only the desired values.
setHashKey(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.KeyPair
 
setHashKeyValues(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the hash key value(s) for this query.
setIndexName(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the name of the index to be used by this query.
setIndexName(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Sets the name of the index to be used by this scan.
setKeyConditionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the condition that specifies the key value(s) for items to be retrieved by the Query action.
setLastEvaluatedKey(Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.QueryResultPage
 
setLastEvaluatedKey(Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ScanResultPage
 
setLastLowLevelResult(R) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.PageBasedCollection
Internal method used by the implementation layer for setting the low level result received from the server side.
setLimit(Integer) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the maximum number of items to retrieve in each service request to DynamoDB.
setLimit(Integer) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Sets the limit of items to scan during this scan.
setObjectTableNameResolver(DynamoDbMapperConfig.ObjectTableNameResolver) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
setPaginationLoadingStrategy(DynamoDbMapperConfig.PaginationLoadingStrategy) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
setProjectionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
A string that identifies one or more attributes to retrieve from the table.
setProjectionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
A string that identifies one or more attributes to retrieve from the table.
setQueryFilter(Map<String, Condition>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the query filter applied on this query.
setRangeKey(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.KeyPair
 
setRangeKeyConditions(Map<String, Condition>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the range key condition for this query.
setRequestMetricCollector(RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
setResults(List<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.QueryResultPage
 
setResults(List<T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ScanResultPage
 
setRetriesAttempted(int) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.BatchLoadContext
Sets retriesAttempted.
setReturnConsumedCapacity(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
setSaveBehavior(DynamoDbMapperConfig.SaveBehavior) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
setScanFilter(Map<String, Condition>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Sets the scan filter to the map of attribute names to conditions given.
setScanIndexForward(boolean) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets whether this query scans forward.
setScannedCount(Integer) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.QueryResultPage
 
setScannedCount(Integer) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ScanResultPage
 
setSegment(Integer) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Sets the ID of the segment to be scanned.
setSelect(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
The attributes to be returned in the result.
setSelect(Select) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
The attributes to be returned in the result.
setSelect(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
The attributes to be returned in the result.
setSelect(Select) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
The attributes to be returned in the result.
setTableNameOverride(DynamoDbMapperConfig.TableNameOverride) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
setTableNameResolver(DynamoDbMapperConfig.TableNameResolver) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
setTotalSegments(Integer) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Sets the total number of segments into which the scan will be divided.
setTypeConverterFactory(DynamoDbTypeConverterFactory) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
setUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.FailedBatch
 
Shard - Class in software.amazon.awssdk.services.dynamodb.model
A uniquely identified group of stream records within a stream.
Shard.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
shardId(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest.Builder
The identifier of the shard.
shardId() - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest
The identifier of the shard.
shardId(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Shard.Builder
The system-generated identifier for this shard.
shardId() - Method in class software.amazon.awssdk.services.dynamodb.model.Shard
The system-generated identifier for this shard.
shardIterator(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest.Builder
A shard iterator that was retrieved from a previous GetShardIterator operation.
shardIterator() - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest
A shard iterator that was retrieved from a previous GetShardIterator operation.
shardIterator(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetShardIteratorResponse.Builder
The position in the shard from which to start reading stream records sequentially.
shardIterator() - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorResponse
The position in the shard from which to start reading stream records sequentially.
shardIteratorType(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest.Builder
Determines how the shard iterator is used to start reading stream records from the shard:
shardIteratorType(ShardIteratorType) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest.Builder
Determines how the shard iterator is used to start reading stream records from the shard:
shardIteratorType() - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest
Determines how the shard iterator is used to start reading stream records from the shard:
ShardIteratorType - Enum in software.amazon.awssdk.services.dynamodb.model
 
ShardMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
ShardMarshaller
ShardMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ShardMarshaller
 
shards(Collection<Shard>) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
The shards that comprise the stream.
shards(Shard...) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
The shards that comprise the stream.
shards() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
The shards that comprise the stream.
ShardUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
Shard JSON Unmarshaller
ShardUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.ShardUnmarshaller
 
ShortSetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java Shorts.
ShortUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Numbers into Java Shorts.
shouldRetry(BatchLoadContext) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.BatchLoadRetryStrategy
Checks if the batch load request should be retried.
shouldRetry(BatchLoadContext) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.DefaultBatchLoadRetryStrategy
 
shouldRetry(BatchLoadContext) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.NoRetryBatchLoadRetryStrategy
 
shutdown() - Method in class software.amazon.awssdk.services.dynamodb.document.DynamoDb
Shuts down and release all resources.
size() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
size() - Method in class software.amazon.awssdk.services.dynamodb.document.Page
 
sizeBytes(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamRecord.Builder
The size of the stream record, in bytes.
sizeBytes() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
The size of the stream record, in bytes.
sizeEstimateRangeGB(Collection<Double>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics.Builder
An estimate of item collection size, in gigabytes.
sizeEstimateRangeGB(Double...) - Method in interface software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics.Builder
An estimate of item collection size, in gigabytes.
sizeEstimateRangeGB() - Method in class software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics
An estimate of item collection size, in gigabytes.
software.amazon.awssdk.services.dynamodb - package software.amazon.awssdk.services.dynamodb
Amazon DynamoDB
software.amazon.awssdk.services.dynamodb.datamodeling - package software.amazon.awssdk.services.dynamodb.datamodeling
 
software.amazon.awssdk.services.dynamodb.datamodeling.marshallers - package software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
Standard implementations of ArgumentMarshaller.
software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers - package software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
Standard implementations of ArgumentUnmarshaller.
software.amazon.awssdk.services.dynamodb.document - package software.amazon.awssdk.services.dynamodb.document
 
software.amazon.awssdk.services.dynamodb.document.api - package software.amazon.awssdk.services.dynamodb.document.api
 
software.amazon.awssdk.services.dynamodb.document.internal - package software.amazon.awssdk.services.dynamodb.document.internal
 
software.amazon.awssdk.services.dynamodb.document.spec - package software.amazon.awssdk.services.dynamodb.document.spec
 
software.amazon.awssdk.services.dynamodb.document.utils - package software.amazon.awssdk.services.dynamodb.document.utils
 
software.amazon.awssdk.services.dynamodb.metrics - package software.amazon.awssdk.services.dynamodb.metrics
 
software.amazon.awssdk.services.dynamodb.model - package software.amazon.awssdk.services.dynamodb.model
 
software.amazon.awssdk.services.dynamodb.transform - package software.amazon.awssdk.services.dynamodb.transform
 
software.amazon.awssdk.services.dynamodb.util - package software.amazon.awssdk.services.dynamodb.util
 
software.amazon.awssdk.services.dynamodb.waiters - package software.amazon.awssdk.services.dynamodb.waiters
 
software.amazon.awssdk.services.dynamodbstreams - package software.amazon.awssdk.services.dynamodbstreams
Amazon DynamoDB
software.amazon.awssdk.services.dynamodbstreams.transform - package software.amazon.awssdk.services.dynamodbstreams.transform
 
ss(Collection<String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type String Set.
ss(String...) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
An attribute of type String Set.
ss() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
An attribute of type String Set.
standard() - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverterFactory
Returns the standard type-converter factory.
startingSequenceNumber(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.SequenceNumberRange.Builder
The first sequence number.
startingSequenceNumber() - Method in class software.amazon.awssdk.services.dynamodb.model.SequenceNumberRange
The first sequence number.
Stream - Class in software.amazon.awssdk.services.dynamodb.model
Represents all of the data describing a particular stream.
Stream.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
streamArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest.Builder
The Amazon Resource Name (ARN) for the stream.
streamArn() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest
The Amazon Resource Name (ARN) for the stream.
streamArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest.Builder
The Amazon Resource Name (ARN) for the stream.
streamArn() - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest
The Amazon Resource Name (ARN) for the stream.
streamArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Stream.Builder
The Amazon Resource Name (ARN) for the stream.
streamArn() - Method in class software.amazon.awssdk.services.dynamodb.model.Stream
The Amazon Resource Name (ARN) for the stream.
streamArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
The Amazon Resource Name (ARN) for the stream.
streamArn() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
The Amazon Resource Name (ARN) for the stream.
streamDescription(StreamDescription) - Method in interface software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse.Builder
A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
streamDescription() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse
A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
StreamDescription - Class in software.amazon.awssdk.services.dynamodb.model
Represents all of the data describing a particular stream.
StreamDescription.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
StreamDescriptionMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
StreamDescriptionMarshaller
StreamDescriptionMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.StreamDescriptionMarshaller
 
StreamDescriptionUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
StreamDescription JSON Unmarshaller
StreamDescriptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.StreamDescriptionUnmarshaller
 
streamEnabled(Boolean) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamSpecification.Builder
Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.
streamEnabled() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamSpecification
Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.
streamLabel(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Stream.Builder
A timestamp, in ISO 8601 format, for this stream.
streamLabel() - Method in class software.amazon.awssdk.services.dynamodb.model.Stream
A timestamp, in ISO 8601 format, for this stream.
streamLabel(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
A timestamp, in ISO 8601 format, for this stream.
streamLabel() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
A timestamp, in ISO 8601 format, for this stream.
StreamMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
StreamMarshaller
StreamMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.StreamMarshaller
 
StreamRecord - Class in software.amazon.awssdk.services.dynamodb.model
A description of a single data modification that was performed on an item in a DynamoDB table.
StreamRecord.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
StreamRecordMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
StreamRecordMarshaller
StreamRecordMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.StreamRecordMarshaller
 
StreamRecordUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
StreamRecord JSON Unmarshaller
StreamRecordUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.StreamRecordUnmarshaller
 
streams(Collection<Stream>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse.Builder
A list of stream descriptors associated with the current account and endpoint.
streams(Stream...) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse.Builder
A list of stream descriptors associated with the current account and endpoint.
streams() - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse
A list of stream descriptors associated with the current account and endpoint.
streamSpecification(StreamSpecification) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateTableRequest.Builder
The settings for DynamoDB Streams on the table.
streamSpecification() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
The settings for DynamoDB Streams on the table.
StreamSpecification - Class in software.amazon.awssdk.services.dynamodb.model
Represents the DynamoDB Streams configuration for a table in DynamoDB.
streamSpecification(StreamSpecification) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The current DynamoDB Streams configuration for the table.
streamSpecification() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
The current DynamoDB Streams configuration for the table.
streamSpecification(StreamSpecification) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest.Builder
Represents the DynamoDB Streams configuration for the table.
streamSpecification() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
Represents the DynamoDB Streams configuration for the table.
StreamSpecification.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
StreamSpecificationMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
StreamSpecificationMarshaller
StreamSpecificationMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.StreamSpecificationMarshaller
 
StreamSpecificationUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
StreamSpecification JSON Unmarshaller
StreamSpecificationUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.StreamSpecificationUnmarshaller
 
streamStatus(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
Indicates the current status of the stream:
streamStatus(StreamStatus) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
Indicates the current status of the stream:
streamStatus() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
Indicates the current status of the stream:
StreamStatus - Enum in software.amazon.awssdk.services.dynamodb.model
 
StreamUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
Stream JSON Unmarshaller
StreamUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.StreamUnmarshaller
 
streamViewType(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
Indicates the format of the records within this stream:
streamViewType(StreamViewType) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
Indicates the format of the records within this stream:
streamViewType() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
Indicates the format of the records within this stream:
streamViewType(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamRecord.Builder
The type of data from the modified DynamoDB item that was captured in this stream record:
streamViewType(StreamViewType) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamRecord.Builder
The type of data from the modified DynamoDB item that was captured in this stream record:
streamViewType() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
The type of data from the modified DynamoDB item that was captured in this stream record:
streamViewType(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamSpecification.Builder
When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.
streamViewType(StreamViewType) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamSpecification.Builder
When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.
streamViewType() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamSpecification
When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.
StreamViewType - Enum in software.amazon.awssdk.services.dynamodb.model
 
StringSetToStringSetMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that marshals sets of Java Strings to DynamoDB StringSets.
StringSetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB StringSets as sets of Java String objects.
StringToStringMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that marshals Java String objects to DynamoDB Strings.
StringUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals DynamoDB Strings as Java String objects.
subList(int, int) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
Returns a sub-list in the range specified, loading more results as necessary.

T

Table - Class in software.amazon.awssdk.services.dynamodb.document
A DynamoDB table.
Table(DynamoDBClient, String) - Constructor for class software.amazon.awssdk.services.dynamodb.document.Table
 
Table(DynamoDBClient, String, TableDescription) - Constructor for class software.amazon.awssdk.services.dynamodb.document.Table
 
table(Capacity) - Method in interface software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity.Builder
The amount of throughput consumed on the table affected by the operation.
table() - Method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
The amount of throughput consumed on the table affected by the operation.
table(TableDescription) - Method in interface software.amazon.awssdk.services.dynamodb.model.DescribeTableResponse.Builder
The properties of the table.
table() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableResponse
The properties of the table.
tableArn(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The Amazon Resource Name (ARN) that uniquely identifies the table.
tableArn() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
The Amazon Resource Name (ARN) that uniquely identifies the table.
TableCollection<R> - Class in software.amazon.awssdk.services.dynamodb.document
A collection of Table's (initialized with the respective table names).
TableCollection() - Constructor for class software.amazon.awssdk.services.dynamodb.document.TableCollection
 
tableDescription(TableDescription) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateTableResponse.Builder
Represents the properties of the table.
tableDescription() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableResponse
Represents the properties of the table.
tableDescription(TableDescription) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteTableResponse.Builder
Represents the properties of a table.
tableDescription() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableResponse
Represents the properties of a table.
TableDescription - Class in software.amazon.awssdk.services.dynamodb.model
Represents the properties of a table.
tableDescription(TableDescription) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateTableResponse.Builder
Represents the properties of the table.
tableDescription() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableResponse
Represents the properties of the table.
TableDescription.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
TableDescriptionMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
TableDescriptionMarshaller
TableDescriptionMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.TableDescriptionMarshaller
 
TableDescriptionUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
TableDescription JSON Unmarshaller
TableDescriptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.TableDescriptionUnmarshaller
 
tableExists() - Method in class software.amazon.awssdk.services.dynamodb.waiters.DynamoDBClientWaiters
Builds a TableExists waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
TableKeysAndAttributes - Class in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
 
tableMaxReadCapacityUnits(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse.Builder
The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).
tableMaxReadCapacityUnits() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).
tableMaxWriteCapacityUnits(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse.Builder
The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).
tableMaxWriteCapacityUnits() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity.Builder
The name of the table that was affected by the operation.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
The name of the table that was affected by the operation.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.CreateTableRequest.Builder
The name of the table to create.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
The name of the table to create.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest.Builder
The name of the table from which to delete the item.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
The name of the table from which to delete the item.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.DeleteTableRequest.Builder
The name of the table to delete.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableRequest
The name of the table to delete.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest.Builder
The name of the table to describe.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest
The name of the table to describe.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveRequest.Builder
The name of the table to be described.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveRequest
The name of the table to be described.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.GetItemRequest.Builder
The name of the table containing the requested item.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
The name of the table containing the requested item.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest.Builder
If this parameter is provided, then only the streams associated with this table name are returned.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest
If this parameter is provided, then only the streams associated with this table name are returned.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
The name of the table to contain the item.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
The name of the table to contain the item.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
The name of the table containing the requested items.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
The name of the table containing the requested items.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.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.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Stream.Builder
The DynamoDB table with which the stream is associated.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.Stream
The DynamoDB table with which the stream is associated.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
The DynamoDB table with which the stream is associated.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
The DynamoDB table with which the stream is associated.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The name of the table.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
The name of the table.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
The name of the table containing the item to update.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
The name of the table containing the item to update.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest.Builder
The name of the table to be updated.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
The name of the table to be updated.
tableName(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveRequest.Builder
The name of the table to be configured.
tableName() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveRequest
The name of the table to be configured.
TableNameOverride(String) - Constructor for class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.TableNameOverride
 
tableNames(Collection<String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListTablesResponse.Builder
The names of the tables associated with the current account at the current endpoint.
tableNames(String...) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListTablesResponse.Builder
The names of the tables associated with the current account at the current endpoint.
tableNames() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesResponse
The names of the tables associated with the current account at the current endpoint.
TableNeverTransitionedToStateException(String, TableStatus) - Constructor for exception software.amazon.awssdk.services.dynamodb.util.TableUtils.TableNeverTransitionedToStateException
 
tableNotExists() - Method in class software.amazon.awssdk.services.dynamodb.waiters.DynamoDBClientWaiters
Builds a TableNotExists waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
tableSizeBytes(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The total size of the specified table, in bytes.
tableSizeBytes() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
The total size of the specified table, in bytes.
tableStatus(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The current state of the table:
tableStatus(TableStatus) - Method in interface software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
The current state of the table:
tableStatus() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
The current state of the table:
TableStatus - Enum in software.amazon.awssdk.services.dynamodb.model
 
TableUtils - Class in software.amazon.awssdk.services.dynamodb.util
Utility methods for working with DynamoDB tables.
TableUtils() - Constructor for class software.amazon.awssdk.services.dynamodb.util.TableUtils
 
TableUtils.TableNeverTransitionedToStateException - Exception in software.amazon.awssdk.services.dynamodb.util
Thrown by TableUtils when a table never reaches a desired state
TableWriteItems - Class in software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.TableWriteItems
 
Tag - Class in software.amazon.awssdk.services.dynamodb.model
Describes a tag.
Tag.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
tagKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest.Builder
A list of tag keys.
tagKeys(String...) - Method in interface software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest.Builder
A list of tag keys.
tagKeys() - Method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest
A list of tag keys.
TagMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
TagMarshaller
TagMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.TagMarshaller
 
tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Associate a set of tags with an Amazon DynamoDB resource.
tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Associate a set of tags with an Amazon DynamoDB resource.
TagResourceRequest - Class in software.amazon.awssdk.services.dynamodb.model
 
TagResourceRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
TagResourceRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
TagResourceRequest Marshaller
TagResourceRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.TagResourceRequestMarshaller
 
TagResourceRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
TagResourceRequestMarshaller
TagResourceRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.TagResourceRequestModelMarshaller
 
TagResourceResponse - Class in software.amazon.awssdk.services.dynamodb.model
 
TagResourceResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
TagResourceResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
TagResourceResponse JSON Unmarshaller
TagResourceResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.TagResourceResponseUnmarshaller
 
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceResponse.Builder
The tags currently associated with the Amazon DynamoDB resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceResponse.Builder
The tags currently associated with the Amazon DynamoDB resource.
tags() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceResponse
The tags currently associated with the Amazon DynamoDB resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.dynamodb.model.TagResourceRequest.Builder
The tags to be assigned to the Amazon DynamoDB resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.dynamodb.model.TagResourceRequest.Builder
The tags to be assigned to the Amazon DynamoDB resource.
tags() - Method in class software.amazon.awssdk.services.dynamodb.model.TagResourceRequest
The tags to be assigned to the Amazon DynamoDB resource.
TagUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
Tag JSON Unmarshaller
TagUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.TagUnmarshaller
 
targetType() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Gets the object type.
timeToLiveDescription(TimeToLiveDescription) - Method in interface software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveResponse.Builder

timeToLiveDescription() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveResponse

TimeToLiveDescription - Class in software.amazon.awssdk.services.dynamodb.model
The description of the Time to Live (TTL) status on the specified table.
TimeToLiveDescription.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
TimeToLiveDescriptionMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
TimeToLiveDescriptionMarshaller
TimeToLiveDescriptionMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.TimeToLiveDescriptionMarshaller
 
TimeToLiveDescriptionUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
TimeToLiveDescription JSON Unmarshaller
TimeToLiveDescriptionUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.TimeToLiveDescriptionUnmarshaller
 
TimeToLiveSpecification - Class in software.amazon.awssdk.services.dynamodb.model
Represents the settings used to enable or disable Time to Live for the specified table.
timeToLiveSpecification(TimeToLiveSpecification) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveRequest.Builder
Represents the settings used to enable or disable Time to Live for the specified table.
timeToLiveSpecification() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveRequest
Represents the settings used to enable or disable Time to Live for the specified table.
timeToLiveSpecification(TimeToLiveSpecification) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveResponse.Builder
Represents the output of an UpdateTimeToLive operation.
timeToLiveSpecification() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveResponse
Represents the output of an UpdateTimeToLive operation.
TimeToLiveSpecification.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
TimeToLiveSpecificationMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
TimeToLiveSpecificationMarshaller
TimeToLiveSpecificationMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.TimeToLiveSpecificationMarshaller
 
TimeToLiveSpecificationUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
TimeToLiveSpecification JSON Unmarshaller
TimeToLiveSpecificationUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.TimeToLiveSpecificationUnmarshaller
 
timeToLiveStatus(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription.Builder
The Time to Live status for the table.
timeToLiveStatus(TimeToLiveStatus) - Method in interface software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription.Builder
The Time to Live status for the table.
timeToLiveStatus() - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription
The Time to Live status for the table.
TimeToLiveStatus - Enum in software.amazon.awssdk.services.dynamodb.model
 
toArray() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
toArray(X[]) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.PaginatedList
 
toAttributeConditionMap(Collection<? extends Filter<?>>) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Returns the low level representation of a collection of Filter.
toAttributeValue(Object) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Converts a simple value into the low-level <AttributeValue/> representation.
toAttributeValueMap(Collection<KeyAttribute>) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Converts the specified primary key into the low-level representation.
toAttributeValueMap(PrimaryKey) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Converts the specified primary key into the low-level representation.
toAttributeValueMap(KeyAttribute...) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Converts the specified primary key into the low-level representation.
toAttributeValues(Item) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Converts an Item into the low-level representation; or null if the input is null.
toAttributeValues(Object[]) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Converts the input array of values into an array of low level representation of those values.
toAttributeValueUpdate(List<AttributeUpdate>) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Converts a list of AttributeUpdate into the low-level representation; or null if the input is null.
toBigDecimal(Number) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Converts a number into BigDecimal representation.
toBigDecimalSet(Number...) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
 
toBigDecimalSet(Set<Number>) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.Capacity
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.Condition
 
toBuilder() - Method in exception software.amazon.awssdk.services.dynamodb.model.ConditionalCheckFailedException
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
 
toBuilder() - Method in exception software.amazon.awssdk.services.dynamodb.model.ExpiredIteratorException
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.Identity
 
toBuilder() - Method in exception software.amazon.awssdk.services.dynamodb.model.InternalServerErrorException
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics
 
toBuilder() - Method in exception software.amazon.awssdk.services.dynamodb.model.ItemCollectionSizeLimitExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
 
toBuilder() - Method in exception software.amazon.awssdk.services.dynamodb.model.LimitExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.Projection
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
 
toBuilder() - Method in exception software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.PutRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.Record
 
toBuilder() - Method in exception software.amazon.awssdk.services.dynamodb.model.ResourceInUseException
 
toBuilder() - Method in exception software.amazon.awssdk.services.dynamodb.model.ResourceNotFoundException
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.SequenceNumberRange
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.Shard
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.Stream
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamSpecification
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.Tag
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.TagResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.TagResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
 
toBuilder() - Method in exception software.amazon.awssdk.services.dynamodb.model.TrimmedDataAccessException
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.dynamodb.model.WriteRequest
 
toComparisonOperator() - Method in enum software.amazon.awssdk.services.dynamodb.document.KeyConditions
 
toExpectedAttributeValueMap(Collection<Expected>) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Returns the low level representation of a collection of Expected.
toItemList(List<Map<String, AttributeValue>>) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Returns a non-null list of Item's given the low level list of item information.
toJson() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
Serializes into a JSON string.
toJson() - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Returns this item as a JSON string.
toJsonPretty() - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Returns this item as a pretty JSON string.
toSimpleList(List<AttributeValue>) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Converts a list of low-level AttributeValue into a list of simple values.
toSimpleListValue(List<AttributeValue>) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Convenient method to convert a list of low-level AttributeValue into a list of values of the same type T.
toSimpleMapValue(Map<String, AttributeValue>) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformerChain
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchema.Dependencies
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.Attribute
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.BatchGetItemOutcome
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.BatchWriteItemOutcome
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.DeleteItemOutcome
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.GetItemOutcome
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.Item
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.Page
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.PrimaryKey
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.PutItemOutcome
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.QueryOutcome
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.ScanOutcome
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.document.UpdateItemOutcome
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.AttributeAction
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.Capacity
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.ComparisonOperator
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.Condition
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.ConditionalOperator
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.Identity
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.IndexStatus
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.KeyType
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.OperationType
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.Projection
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.ProjectionType
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.PutRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.Record
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.ReturnConsumedCapacity
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.ReturnItemCollectionMetrics
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.ReturnValue
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.ScalarAttributeType
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanResponse
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.Select
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.SequenceNumberRange
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.Shard
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.ShardIteratorType
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.Stream
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamSpecification
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.StreamStatus
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.StreamViewType
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.TableStatus
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.Tag
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.TagResourceRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.TagResourceResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
 
toString() - Method in enum software.amazon.awssdk.services.dynamodb.model.TimeToLiveStatus
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveRequest
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveResponse
 
toString() - Method in class software.amazon.awssdk.services.dynamodb.model.WriteRequest
 
totalSegments(Integer) - Method in interface software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided.
totalSegments() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided.
transform(AttributeTransformer.Parameters<?>) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformerChain
 
transform(Object) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.ItemValueConformer
This method is assumed to be called for the purpose of a setter method invocation, but NOT a getter method invocation.
TrimmedDataAccessException - Exception in software.amazon.awssdk.services.dynamodb.model
The operation attempted to read past the oldest stream record in a shard.
TrimmedDataAccessException.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
type(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Identity.Builder
The type of the identity.
type() - Method in class software.amazon.awssdk.services.dynamodb.model.Identity
The type of the identity.
typeCheck(AttributeValue, Method) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.ArgumentUnmarshaller
Asserts that the value given can be processed using the setter given.
typeCheck(AttributeValue, Method) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BooleanSetUnmarshaller
 
typeCheck(AttributeValue, Method) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BooleanUnmarshaller
 
typeCheck(AttributeValue, Method) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.NullableUnmarshaller
 

U

unconvert(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbConvertedBool.Converter
 
unconvert(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDelimited.Converter
 
unconvert(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Turns an object of type S into an object of type T.
unconvert(Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Turns an object of type S into an object of type T.
unconvert(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMarshalling.Converter
Deprecated.
 
unconvert(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConvertedJson.Converter
 
unconvert(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConvertedTimestamp.Converter
 
unconvert(S) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.DelegateConverter
 
unconvert(S) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.ExtendedConverter
 
unconvert(S) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter.NullSafeConverter
 
unconvert(S) - Method in interface software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverter
Turns an object of type S into an object of type T.
unconvert(Method, Method, AttributeValue) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.ItemConverter
Reverses the ItemConverter.convert(Object) method, turning a map of attribute values back into a POJO of the given class.
unconvert(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3Link.Factory
 
unconvertAndSet(T, AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Unconverts the value and sets it on the object.
unmarshall(Class<T>, String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.AbstractEnumMarshaller
Deprecated.
 
unmarshall(AttributeValue) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMarshaller
Deprecated.
Turns a String representation of an object of type T into an object.
unmarshall(Class<T>, String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.JsonMarshaller
Deprecated.
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BigDecimalSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BigDecimalUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BigIntegerSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BigIntegerUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BooleanSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.BooleanUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ByteArraySetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ByteArrayUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ByteBufferSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ByteBufferUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ByteSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ByteUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.CalendarSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.CalendarUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.CustomUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.DateSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.DateUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.DoubleSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.DoubleUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.FloatSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.FloatUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.IntegerSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.IntegerUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ListUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.LongSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.LongUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.MapUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.NullableUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ObjectSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ObjectUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.S3LinkUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ShortSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.ShortUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.StringSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.StringUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.UuidSetUnmarshaller
 
unmarshall(AttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers.UuidUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.AttributeDefinitionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.AttributeValueUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.AttributeValueUpdateUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.BatchGetItemResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.BatchWriteItemResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.CapacityUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.ConditionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.ConsumedCapacityUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.CreateGlobalSecondaryIndexActionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.CreateTableResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.DeleteGlobalSecondaryIndexActionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.DeleteItemResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.DeleteRequestUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.DeleteTableResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.DescribeLimitsResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.DescribeStreamResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.DescribeTableResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.DescribeTimeToLiveResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.ExpectedAttributeValueUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.GetItemResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.GetRecordsResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.GetShardIteratorResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexDescriptionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.GlobalSecondaryIndexUpdateUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.IdentityUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.ItemCollectionMetricsUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.KeysAndAttributesUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.KeySchemaElementUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.ListStreamsResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.ListTablesResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.ListTagsOfResourceResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexDescriptionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.ProjectionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.ProvisionedThroughputDescriptionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.ProvisionedThroughputUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.PutItemResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.PutRequestUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.QueryResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.RecordUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.ScanResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.SequenceNumberRangeUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.ShardUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.StreamDescriptionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.StreamRecordUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.StreamSpecificationUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.StreamUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.TableDescriptionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.TagResourceResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.TagUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.TimeToLiveDescriptionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.TimeToLiveSpecificationUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.UntagResourceResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.UpdateGlobalSecondaryIndexActionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.UpdateItemResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.UpdateTableResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.UpdateTimeToLiveResponseUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.services.dynamodb.transform.WriteRequestUnmarshaller
 
unprocessedItems(Map<String, ? extends Collection<WriteRequest>>) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse.Builder
A map of tables and requests against those tables that were not processed.
unprocessedItems() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse
A map of tables and requests against those tables that were not processed.
unprocessedKeys(Map<String, KeysAndAttributes>) - Method in interface software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse.Builder
A map of tables and their respective keys that were not processed with the current response.
unprocessedKeys() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse
A map of tables and their respective keys that were not processed with the current response.
untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Removes the association of tags from an Amazon DynamoDB resource.
untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Removes the association of tags from an Amazon DynamoDB resource.
UntagResourceRequest - Class in software.amazon.awssdk.services.dynamodb.model
 
UntagResourceRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
UntagResourceRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UntagResourceRequest Marshaller
UntagResourceRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UntagResourceRequestMarshaller
 
UntagResourceRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UntagResourceRequestMarshaller
UntagResourceRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UntagResourceRequestModelMarshaller
 
UntagResourceResponse - Class in software.amazon.awssdk.services.dynamodb.model
 
UntagResourceResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
UntagResourceResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UntagResourceResponse JSON Unmarshaller
UntagResourceResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UntagResourceResponseUnmarshaller
 
untransform(AttributeTransformer.Parameters<?>) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.AttributeTransformerChain
 
update(UpdateGlobalSecondaryIndexAction) - Method in interface software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate.Builder
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.
update() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.
updateExpression(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest.Builder
An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.
updateExpression() - Method in class software.amazon.awssdk.services.dynamodb.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.
UpdateGlobalSecondaryIndexAction - Class in software.amazon.awssdk.services.dynamodb.model
Represents the new provisioned throughput settings to be applied to a global secondary index.
UpdateGlobalSecondaryIndexAction.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
UpdateGlobalSecondaryIndexActionMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UpdateGlobalSecondaryIndexActionMarshaller
UpdateGlobalSecondaryIndexActionMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UpdateGlobalSecondaryIndexActionMarshaller
 
UpdateGlobalSecondaryIndexActionUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UpdateGlobalSecondaryIndexAction JSON Unmarshaller
UpdateGlobalSecondaryIndexActionUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UpdateGlobalSecondaryIndexActionUnmarshaller
 
updateGsi(ProvisionedThroughput) - Method in class software.amazon.awssdk.services.dynamodb.document.Index
Updates the provisioned throughput for this global secondary index (GSI).
updateItem(PrimaryKey, AttributeUpdate...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.UpdateItemApi
Updates an item with the attributes specified.
updateItem(String, Object, AttributeUpdate...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.UpdateItemApi
 
updateItem(String, Object, String, Object, AttributeUpdate...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.UpdateItemApi
 
updateItem(PrimaryKey, Collection<Expected>, AttributeUpdate...) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.UpdateItemApi
Updates an item with the attributes specified.
updateItem(String, Object, Collection<Expected>, AttributeUpdate...) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.api.UpdateItemApi
 
updateItem(String, Object, String, Object, String, Map<String, String>, Map<String, Object>) - Method in interface software.amazon.awssdk.services.dynamodb.document.api.UpdateItemApi
 
updateItem(PrimaryKey, String, String, Map<String, String>, Map<String, Object>) - Method in interface software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.api.UpdateItemApi
Performs an update on an item in the table by specifying all the details.
updateItem(PrimaryKey, AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(PrimaryKey, Collection<Expected>, AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(PrimaryKey, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(PrimaryKey, String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(UpdateItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(String, Object, AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(String, Object, String, Object, AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(String, Object, Collection<Expected>, AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(String, Object, String, Object, Collection<Expected>, AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(String, Object, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(String, Object, String, Object, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(String, Object, String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
updateItem(PrimaryKey, AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(PrimaryKey, Collection<Expected>, AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(PrimaryKey, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(PrimaryKey, String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(UpdateItemSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(String, Object, AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(String, Object, String, Object, AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(String, Object, Collection<Expected>, AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(String, Object, String, Object, Collection<Expected>, AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(String, Object, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(String, Object, String, Object, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(String, Object, String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
 
updateItem(UpdateItemRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
updateItem(UpdateItemRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
UpdateItemApi - Interface in software.amazon.awssdk.services.dynamodb.document.api
A Table-centric UpdateItem API.
UpdateItemImpl - Class in software.amazon.awssdk.services.dynamodb.document.internal
The implementation for UpdateItemApi.
UpdateItemImpl(DynamoDBClient, Table) - Constructor for class software.amazon.awssdk.services.dynamodb.document.internal.UpdateItemImpl
 
UpdateItemOutcome - Class in software.amazon.awssdk.services.dynamodb.document
The outcome of updating an item in a DynamoDB table.
UpdateItemOutcome(UpdateItemResponse) - Constructor for class software.amazon.awssdk.services.dynamodb.document.UpdateItemOutcome
 
UpdateItemRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of an UpdateItem operation.
UpdateItemRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
UpdateItemRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UpdateItemRequest Marshaller
UpdateItemRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UpdateItemRequestMarshaller
 
UpdateItemRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UpdateItemRequestMarshaller
UpdateItemRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UpdateItemRequestModelMarshaller
 
UpdateItemResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of an UpdateItem operation.
UpdateItemResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
UpdateItemResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UpdateItemResponse JSON Unmarshaller
UpdateItemResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UpdateItemResponseUnmarshaller
 
UpdateItemSpec - Class in software.amazon.awssdk.services.dynamodb.document.spec
Full parameter specification for the UpdateItem API.
UpdateItemSpec() - Constructor for class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
updateTable(UpdateTableSpec) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
Updates the provisioned throughput for this table.
updateTable(ProvisionedThroughput) - Method in class software.amazon.awssdk.services.dynamodb.document.Table
Updates the provisioned throughput for this table.
updateTable(UpdateTableRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.
updateTable(UpdateTableRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.
UpdateTableRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of an UpdateTable operation.
UpdateTableRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
UpdateTableRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UpdateTableRequest Marshaller
UpdateTableRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UpdateTableRequestMarshaller
 
UpdateTableRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UpdateTableRequestMarshaller
UpdateTableRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UpdateTableRequestModelMarshaller
 
UpdateTableResponse - Class in software.amazon.awssdk.services.dynamodb.model
Represents the output of an UpdateTable operation.
UpdateTableResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
UpdateTableResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UpdateTableResponse JSON Unmarshaller
UpdateTableResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UpdateTableResponseUnmarshaller
 
UpdateTableSpec - Class in software.amazon.awssdk.services.dynamodb.document.spec
Full parameter specification for the UpdateTable API.
UpdateTableSpec() - Constructor for class software.amazon.awssdk.services.dynamodb.document.spec.UpdateTableSpec
 
updateTimeToLive(UpdateTimeToLiveRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBAsyncClient
Specify the lifetime of individual table items.
updateTimeToLive(UpdateTimeToLiveRequest) - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
Specify the lifetime of individual table items.
UpdateTimeToLiveRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents the input of an UpdateTimeToLive operation.
UpdateTimeToLiveRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
UpdateTimeToLiveRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UpdateTimeToLiveRequest Marshaller
UpdateTimeToLiveRequestMarshaller(SdkJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UpdateTimeToLiveRequestMarshaller
 
UpdateTimeToLiveRequestModelMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UpdateTimeToLiveRequestMarshaller
UpdateTimeToLiveRequestModelMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UpdateTimeToLiveRequestModelMarshaller
 
UpdateTimeToLiveResponse - Class in software.amazon.awssdk.services.dynamodb.model
 
UpdateTimeToLiveResponse.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
UpdateTimeToLiveResponseUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
UpdateTimeToLiveResponse JSON Unmarshaller
UpdateTimeToLiveResponseUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.UpdateTimeToLiveResponseUnmarshaller
 
uploadFrom(File) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
Same as S3Link.uploadFrom(File) but allows specifying a request metric collector.
uploadFrom(byte[]) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.S3Link
Same as S3Link.uploadFrom(byte[]) but allows specifying a request metric collector.
useClient(S3Client, Region) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.S3ClientCache
Force the client cache to provide a certain client for the region which that client is configured.
userIdentity(Identity) - Method in interface software.amazon.awssdk.services.dynamodb.model.Record.Builder
Items that are deleted by the Time to Live process after expiration have the following fields:
userIdentity() - Method in class software.amazon.awssdk.services.dynamodb.model.Record
Items that are deleted by the Time to Live process after expiration have the following fields:
userProvidedConditionOperator - Variable in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
Condition operator on the additional expected value conditions specified by the user.
userProvidedExpectedValueConditions - Variable in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapper.SaveObjectHandler
Additional expected value conditions specified by the user.
UuidSetToStringSetMarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.marshallers
A marshaller that marshals sets of Java Object objects into DynamoDB StringSets.
UuidSetUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals sets of UUIDs as sets of Java UUID objects.
UuidUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.datamodeling.unmarshallers
An unmarshaller that unmarshals UUIDs as Java UUID objects.

V

V1 - Static variable in class software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchemas
The V1 schema mapping, which retains strict backwards compatibility with the original DynamoDB data model.
v1Builder(String) - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchemas
A ConversionSchema builder that defaults to building ConversionSchemas.V1.
V2 - Static variable in class software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchemas
The native V2 conversion schema.
V2_COMPATIBLE - Static variable in class software.amazon.awssdk.services.dynamodb.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.
v2Builder(String) - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchemas
A ConversionSchema builder that defaults to building ConversionSchemas.V2.
v2CompatibleBuilder(String) - Static method in class software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchemas
A ConversionSchema builder that defaults to building ConversionSchemas.V2_COMPATIBLE.
valToString(Object) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Returns the string representation of the given value; or null if the value is null.
value() - Method in class software.amazon.awssdk.services.dynamodb.document.Attribute
 
value() - Method in class software.amazon.awssdk.services.dynamodb.document.AttributeUpdate
 
value(AttributeValue) - Method in interface software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate.Builder
Represents the data for an attribute.
value() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate
Represents the data for an attribute.
value(AttributeValue) - Method in interface software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue.Builder
Represents the data for the expected attribute.
value() - Method in class software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
Represents the data for the expected attribute.
value(String) - Method in interface software.amazon.awssdk.services.dynamodb.model.Tag.Builder
The value of the tag.
value() - Method in class software.amazon.awssdk.services.dynamodb.model.Tag
The value of the tag.
ValueList - Class in software.amazon.awssdk.services.dynamodb.document.utils
Utility value list.
ValueList(int) - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
 
ValueList(Object...) - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
 
ValueList() - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
 
ValueList(Collection<?>) - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.ValueList
 
valueMap() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
valueMap(Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
Applicable only when an expression has been specified.
valueMap() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
valueMap(Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
Applicable only when an expression has been specified.
valueMap() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
valueMap(Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
Applicable only when an expression has been specified.
valueMap() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
valueMap(Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
Applicable only when an expression has been specified.
valueMap() - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
valueMap(Map<String, Object>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
Applicable only when an expression has been specified.
ValueMap - Class in software.amazon.awssdk.services.dynamodb.document.utils
Utility class for value maps.
ValueMap() - Constructor for class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
 
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbAutoGenerateStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbConvertedBool.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.ConsistentReads
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.PaginationLoadingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.SaveBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel.DynamoDbAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.document.KeyConditions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.metrics.DynamoDbRequestMetric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.AttributeAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ConditionalOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.IndexStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.KeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ProjectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnConsumedCapacity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnItemCollectionMetrics
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ScalarAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.Select
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ShardIteratorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.StreamStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.StreamViewType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.TableStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.TimeToLiveStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbAutoGenerateStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbConvertedBool.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.ConsistentReads
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.PaginationLoadingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.SaveBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel.DynamoDbAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class software.amazon.awssdk.services.dynamodb.document.Expected
 
values() - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
 
values(Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.internal.Filter
 
values() - Static method in enum software.amazon.awssdk.services.dynamodb.document.internal.InternalUtils
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.document.KeyConditions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class software.amazon.awssdk.services.dynamodb.document.RangeKeyCondition
 
values() - Static method in enum software.amazon.awssdk.services.dynamodb.metrics.DynamoDbRequestMetric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.AttributeAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ConditionalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.IndexStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ProjectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnConsumedCapacity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnItemCollectionMetrics
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ScalarAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.Select
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ShardIteratorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.StreamStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.StreamViewType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.TableStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.dynamodb.model.TimeToLiveStatus
Returns an array containing the constants of this enum type, in the order they are declared.
valueType() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.JsonMarshaller
Deprecated.
Gets the value type.
versioned() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperFieldModel
Indicates if this attribute is a version attribute.
versioned() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Indicates if this table has any versioned attributes.
versions() - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperTableModel
Gets all the version fields for the given class.

W

waiters() - Method in interface software.amazon.awssdk.services.dynamodb.DynamoDBClient
 
waitForActive() - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.Table
A convenient blocking call that can be used, typically during table creation, to wait for the table to become active.
waitForActiveOrDelete() - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.Table
Deprecated.
If this method is called immediately after DynamoDBClient.createTable(CreateTableRequest) or DynamoDBClient.deleteTable(DeleteTableRequest) operation, the result might be incorrect as all DynamoDBClient operations are eventually consistent and might have a few seconds delay before the status is changed.
waitForAllActiveOrDelete() - Method in class software.amazon.awssdk.services.dynamodb.document.Table
Deprecated.
If this method is called immediately after DynamoDBClient.createTable(CreateTableRequest) or DynamoDBClient.deleteTable(DeleteTableRequest) operation, the result might be incorrect as all DynamoDBClient operations are eventually consistent and might have a few seconds delay before the status is changed.
waitForDelete() - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.Table
A convenient blocking call that can be used, typically during table deletion, to wait for the table to become deleted.
waitUntilActive(DynamoDBClient, String) - Static method in class software.amazon.awssdk.services.dynamodb.util.TableUtils
Waits up to 10 minutes for a specified DynamoDB table to move into the ACTIVE state.
waitUntilActive(DynamoDBClient, String, int, int) - Static method in class software.amazon.awssdk.services.dynamodb.util.TableUtils
Waits up to a specified amount of time for a specified DynamoDB table to move into the ACTIVE state.
waitUntilExists(DynamoDBClient, String) - Static method in class software.amazon.awssdk.services.dynamodb.util.TableUtils
Waits up to 10 minutes for a specified DynamoDB table to resolve, indicating that it exists.
waitUntilExists(DynamoDBClient, String, int, int) - Static method in class software.amazon.awssdk.services.dynamodb.util.TableUtils
Waits up to a specified amount of time for a specified DynamoDB table to resolve, indicating that it exists.
with(Class<T>, T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.ConversionSchema.Dependencies
 
with(Class<S>, Class<T>, DynamoDbTypeConverter<? extends S, ? extends T>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbTypeConverterFactory.Builder
 
with(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute to the given value.
with(E) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.FluentHashSet
Fluent method to add the specified element to this set.
with(String, String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key to the given value.
withAll(Collection<? extends E>) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.FluentHashSet
Fluent method to add the elements from the specified collection to this set.
withAll(E...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.FluentHashSet
Fluent method to add the elements to this set.
withAttrbuteNames(String...) - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
withAttrbuteNames(List<String>) - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
withAttributeDefinitions(AttributeDefinition...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateTableSpec
 
withAttributeDefinitions(Collection<AttributeDefinition>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateTableSpec
 
withAttributeNames(String...) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
 
withAttributesToGet(String...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
withAttributesToGet(String...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withAttributesToGet(String...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withAttributeUpdate(List<AttributeUpdate>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withAttributeUpdate(AttributeUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withBatchLoadRetryStrategy(DynamoDbMapperConfig.BatchLoadRetryStrategy) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
withBatchWriteRetryStrategy(DynamoDbMapperConfig.BatchWriteRetryStrategy) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
withBigDecimalSet(String, Set<BigDecimal>) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBigDecimalSet(String, BigDecimal...) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBigInteger(String, BigInteger) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBinary(String, byte[]) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBinary(String, ByteBuffer) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBinary(String, byte[]) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBinarySet(String, byte[]...) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBinarySet(String, ByteBuffer...) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withBinarySet(String, Set<byte[]>) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withBinarySet(String, byte[]...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withBoolean(String, boolean) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the boolean value.
withBoolean(String, boolean) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the boolean value.
withByteBufferSet(String, Set<ByteBuffer>) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withConditionalOperator(String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the logical operator on the query filter conditions.
withConditionalOperator(ConditionalOperator) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the logical operator on the query filter conditions.
withConditionalOperator(String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withConditionalOperator(ConditionalOperator) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
withConditionalOperator(ConditionalOperator) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withConditionalOperator(ConditionalOperator) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withConditionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
withConditionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withConditionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
withConditionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withConsistentRead(boolean) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets whether this query uses consistent reads and returns a pointer to this object for method-chaining.
withConsistentRead(Boolean) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Sets whether this scan uses consistent reads and returns a reference to this object for method chaining.
withConsistentRead(boolean) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
withConsistentRead(boolean) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withConsistentRead(Boolean) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withConsistentRead(boolean) - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
 
withConsistentReads(DynamoDbMapperConfig.ConsistentReads) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
Sets the consistent read behavior.
withConversionSchema(ConversionSchema) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
withDouble(String, double) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withExclusiveStartKey(Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withExclusiveStartKey(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withExclusiveStartKey(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withExclusiveStartKey(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withExclusiveStartKey(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withExclusiveStartKey(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withExclusiveStartKey(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withExclusiveStartKey(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withExclusiveStartTableName(String) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ListTablesSpec
 
withExpected(Map<String, ExpectedAttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withExpected(Collection<Expected>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withExpected(Expected...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
withExpected(Collection<Expected>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
withExpected(Expected...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withExpected(Collection<Expected>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withExpectedEntry(String, ExpectedAttributeValue) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
One or more substitution variables for simplifying complex expressions.
withExpressionAttributeNames(Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
One or more substitution variables for simplifying complex expressions.
withExpressionAttributeNames(Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
One or more substitution variables for simplifying complex expressions.
withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbDeleteExpression
One or more values that can be substituted in an expression.
withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
One or more values that can be substituted in an expression.
withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
One or more values that can be substituted in an expression.
withFilterConditionEntry(String, Condition) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Evaluates the query results and returns only the desired values.
withFilterExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Evaluates the query results and returns only the desired values.
withFilterExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.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.valueMap(Map).
withFilterExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withFloat(String, float) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateTableSpec
 
withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateTableSpec
 
withHashAndRangeKeys(String, String, Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
Used to specify multiple hash-and-range primary keys.
withHashAndRangeKeysToDelete(String, String, Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.TableWriteItems
Used to specify multiple hash-and-range primary keys to be deleted from the current table.
withHashKey(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.KeyPair
 
withHashKey(KeyAttribute) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withHashKey(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withHashKeyValues(T) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the hash key value(s) for this query.
withHashOnlyKeys(String, Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
Used to specify multiple hash-only primary keys.
withHashOnlyKeysToDelete(String, Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.TableWriteItems
Used to specify multiple hash-only primary keys to be deleted from the current table.
withIndexName(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the name of the index to be used by this query.
withIndexName(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Sets the name of the index to be used by this scan.
withInt(String, int) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withInt(String, int) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withItem(Item) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
withItemsToPut(Item...) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given JSON document in the form of a string.
withJson(String, String) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key to an object represented by the JSON structure passed.
withKeyComponent(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Convenient methods - sets an attribute of this item for the specified key attribute name and value.
withKeyComponents(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Convenient methods - sets the attributes of this item from the specified key components.
withKeyConditionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
 
withKeyConditionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.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.valueMap(Map).
withLimit(Integer) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
Sets the limit of items to scan and returns a pointer to this object for method-chaining.
withList(String, List<?>) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withList(String, Object...) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withList(String, Object...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given values as a list.
withLong(String, long) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withLong(String, long) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withMap(String, Map<String, ?>) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withMap(String, Map<String, ?>) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withMaxPageSize(Integer) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ListTablesSpec
 
withMaxPageSize(int) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ListTablesSpec
 
withMaxPageSize(Integer) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withMaxPageSize(int) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withMaxPageSize(Integer) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withMaxPageSize(int) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withMaxResultSize(Integer) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ListTablesSpec
 
withMaxResultSize(int) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ListTablesSpec
 
withMaxResultSize(Integer) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withMaxResultSize(int) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withMaxResultSize(Integer) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withMaxResultSize(int) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withNameMap(Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
Applicable only when an expression has been specified.
withNameMap(Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
Applicable only when an expression has been specified.
withNameMap(Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
Applicable only when an expression has been specified.
withNameMap(Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
Applicable only when an expression has been specified.
withNameMap(Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
Applicable only when an expression has been specified.
withNameMap(Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
Applicable only when an expression has been specified.
withNameMap(Map<String, String>) - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
 
withNull(String) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute to null.
withNull(String) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key to null.
withNumber(String, BigDecimal) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withNumber(String, Number) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withNumber(String, BigDecimal) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withNumber(String, Number) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withNumberSet(String, Number...) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withNumberSet(String, Set<Number>) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withNumberSet(String, Set<BigDecimal>) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withNumberSet(String, BigDecimal...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withNumberSet(String, Number...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withObjectTableNameResolver(DynamoDbMapperConfig.ObjectTableNameResolver) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
withPaginationLoadingStrategy(DynamoDbMapperConfig.PaginationLoadingStrategy) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
withPrimaryKey(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Convenient methods - sets the attributes of this item from the given key attributes.
withPrimaryKey(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.Item
Convenient method to set the attributes of this item from the given hash and range primary key.
withPrimaryKey(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.AbstractSpecWithPrimaryKey
Sets the primary key with the specified key components.
withPrimaryKey(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.AbstractSpecWithPrimaryKey
Sets the primary key.
withPrimaryKey(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.AbstractSpecWithPrimaryKey
Sets the primary key with the specified hash-only key name and value.
withPrimaryKey(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.AbstractSpecWithPrimaryKey
Sets the primary key with the specified hash key and range key.
withPrimaryKey(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withPrimaryKey(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withPrimaryKey(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withPrimaryKey(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withPrimaryKey(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
withPrimaryKey(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
withPrimaryKey(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
withPrimaryKey(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
withPrimaryKey(KeyAttribute...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withPrimaryKey(PrimaryKey) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withPrimaryKey(String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withPrimaryKey(String, Object, String, Object) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withPrimaryKeys(PrimaryKey...) - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
Used to specify multiple primary keys.
withPrimaryKeysToDelete(PrimaryKey...) - Method in class software.amazon.awssdk.services.dynamodb.document.TableWriteItems
Used to specify multiple primary keys to be deleted from the current table.
withProgressListener(ProgressListener) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchGetItemSpec
 
withProgressListener(ProgressListener) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchWriteItemSpec
 
withProgressListener(ProgressListener) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withProgressListener(ProgressListener) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
withProgressListener(ProgressListener) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ListTablesSpec
 
withProgressListener(ProgressListener) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
withProgressListener(ProgressListener) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withProgressListener(ProgressListener) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withProgressListener(ProgressListener) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withProjectionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
A string that identifies one or more attributes to retrieve from the table.
withProjectionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
A string that identifies one or more attributes to retrieve from the table.
withProjectionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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.valueMap(Map).
withProjectionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withProjectionExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.document.TableKeysAndAttributes
 
withProvisionedThroughput(ProvisionedThroughput) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateTableSpec
 
withQueryFilter(Map<String, Condition>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the query filter applied on this query.
withQueryFilterEntry(String, Condition) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Adds a new condition to the the query filter.
withQueryFilters(QueryFilter...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withRangeKey(Object) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.KeyPair
 
withRangeKeyCondition(String, Condition) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets one range key condition for this query, using the attribute name of the range key.
withRangeKeyCondition(RangeKeyCondition) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withRangeKeyConditions(Map<String, Condition>) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets the range key condition for this query.
withRequestMetricCollector(RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
withRequestMetricCollector(RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchGetItemSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchWriteItemSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ListTablesSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withRequestMetricCollector(RequestMetricCollector) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withReturnConsumedCapacity(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
A value that if set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchGetItemSpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchWriteItemSpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.GetItemSpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withReturnConsumedCapacity(String) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withReturnItemCollectionMetrics(String) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withReturnValues(ReturnValue) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.DeleteItemSpec
 
withReturnValues(ReturnValue) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.PutItemSpec
 
withReturnValues(ReturnValue) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withReturnValues(String) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
withSaveBehavior(DynamoDbMapperConfig.SaveBehavior) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
withScanFilter(Map<String, Condition>) - Method in class software.amazon.awssdk.services.dynamodb.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.
withScanFilters(ScanFilter...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withScanIndexForward(boolean) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
Sets whether this query scans forward and returns a pointer to this object for method-chaining.
withScanIndexForward(boolean) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withSegment(Integer) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withSelect(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
The attributes to be returned in the result.
withSelect(Select) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbQueryExpression
The attributes to be returned in the result.
withSelect(String) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
The attributes to be returned in the result.
withSelect(Select) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbScanExpression
The attributes to be returned in the result.
withSelect(Select) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.QuerySpec
 
withSelect(Select) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withShort(String, short) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withString(String, String) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given string value.
withString(String, String) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withStringSet(String, String...) - Method in class software.amazon.awssdk.services.dynamodb.document.Item
Sets the value of the specified attribute in the current item to the given value.
withStringSet(String, Set<String>) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withStringSet(String, String...) - Method in class software.amazon.awssdk.services.dynamodb.document.utils.ValueMap
Sets the value of the specified key in the current ValueMap to the given value.
withTableKeyAndAttributes(TableKeysAndAttributes...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchGetItemSpec
 
withTableNameOverride(DynamoDbMapperConfig.TableNameOverride) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
withTableNamePrefix(String) - Static method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
 
withTableWriteItems(TableWriteItems...) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchWriteItemSpec
 
withTotalSegments(Integer) - Method in class software.amazon.awssdk.services.dynamodb.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 software.amazon.awssdk.services.dynamodb.document.spec.ScanSpec
 
withTypeConverterFactory(DynamoDbTypeConverterFactory) - Method in class software.amazon.awssdk.services.dynamodb.datamodeling.DynamoDbMapperConfig.Builder
The type-converter factory for scalar conversions.
withUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchWriteItemSpec
 
withUnprocessedKeys(Map<String, KeysAndAttributes>) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.BatchGetItemSpec
 
withUpdateExpression(String) - Method in class software.amazon.awssdk.services.dynamodb.document.spec.UpdateItemSpec
 
writeCapacityUnits(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput.Builder
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
writeCapacityUnits() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
writeCapacityUnits(Long) - Method in interface software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription.Builder
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
writeCapacityUnits() - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
WriteRequest - Class in software.amazon.awssdk.services.dynamodb.model
Represents an operation to perform - either DeleteItem or PutItem.
WriteRequest.Builder - Interface in software.amazon.awssdk.services.dynamodb.model
 
WriteRequestMarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
WriteRequestMarshaller
WriteRequestMarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.WriteRequestMarshaller
 
WriteRequestUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
WriteRequest JSON Unmarshaller
WriteRequestUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.WriteRequestUnmarshaller
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.