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

A

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.
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.
actionString() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate
Specifies how to perform the update.
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.
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.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.
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:
attributeTypeString() - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
The data type for the attribute, where:
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.
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.
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 - 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
 
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.
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
 
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.
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.
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.

C

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
 
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.
comparisonOperatorString() - Method in class software.amazon.awssdk.services.dynamodb.model.Condition
A comparator for evaluating attributes.
comparisonOperatorString() - 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.
conditionalOperatorString() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
This is a legacy parameter.
conditionalOperatorString() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
This is a legacy parameter.
conditionalOperatorString() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
This is a legacy parameter.
conditionalOperatorString() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
This is a legacy parameter.
conditionalOperatorString() - 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
 
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
 
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
 
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.
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.

D

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
 
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.
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
 
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(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.
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
 
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.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(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.
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
 
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.
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.
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.
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.

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.
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:
eventNameString() - 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.
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(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.

F

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.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.AttributeAction
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ComparisonOperator
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ConditionalOperator
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.IndexStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.KeyType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.OperationType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ProjectionType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnConsumedCapacity
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnItemCollectionMetrics
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnValue
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ScalarAttributeType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.Select
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.ShardIteratorType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.StreamStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.StreamViewType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.TableStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.dynamodb.model.TimeToLiveStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.

G

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
 
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.
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
 
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
 
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
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValue
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.Capacity
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.Condition
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.CreateTableResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteTableResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTableResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.GetShardIteratorResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.Identity
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ListTablesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ListTagsOfResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.Projection
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.PutRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.QueryResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.Record
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.ScanResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.SequenceNumberRange
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.Shard
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.Stream
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.StreamRecord
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.StreamSpecification
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.Tag
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.TagResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.TagResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.UntagResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTableResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.dynamodb.model.WriteRequest
 
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(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
 
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
 

H

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
 

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
 
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.
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.
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
 
indexStatusString() - Method in class software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
The current state of the global secondary index:
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
 
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.
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
 
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.

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.
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(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.
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(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
 
keyTypeString() - Method in class software.amazon.awssdk.services.dynamodb.model.KeySchemaElement
The role that this key attribute will assume:
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.AttributeAction
Use this in place of AttributeAction.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ComparisonOperator
Use this in place of ComparisonOperator.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ConditionalOperator
Use this in place of ConditionalOperator.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.IndexStatus
Use this in place of IndexStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.KeyType
Use this in place of KeyType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.OperationType
Use this in place of OperationType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ProjectionType
Use this in place of ProjectionType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnConsumedCapacity
Use this in place of ReturnConsumedCapacity.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnItemCollectionMetrics
Use this in place of ReturnItemCollectionMetrics.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ReturnValue
Use this in place of ReturnValue.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ScalarAttributeType
Use this in place of ScalarAttributeType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.Select
Use this in place of Select.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.ShardIteratorType
Use this in place of ShardIteratorType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.StreamStatus
Use this in place of StreamStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.StreamViewType
Use this in place of StreamViewType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.TableStatus
Use this in place of TableStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.dynamodb.model.TimeToLiveStatus
Use this in place of TimeToLiveStatus.values() to return a Set of all values known to the SDK.

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(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.
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.
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
 
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.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(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.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.
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
 
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
 
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(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
 
LocalSecondaryIndexUnmarshaller - Class in software.amazon.awssdk.services.dynamodb.transform
LocalSecondaryIndex JSON Unmarshaller
LocalSecondaryIndexUnmarshaller() - Constructor for class software.amazon.awssdk.services.dynamodb.transform.LocalSecondaryIndexUnmarshaller
 

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.
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
 
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
 

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.
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.
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.
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.
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.
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.

O

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.
OperationType - Enum in software.amazon.awssdk.services.dynamodb.model
 

P

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.
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
 
projectionTypeString() - Method in class software.amazon.awssdk.services.dynamodb.model.Projection
The set of attributes that are projected into the index:
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
 
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.
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
 
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(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.
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.
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
 

R

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
 
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.
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.
returnConsumedCapacityString() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacityString() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacityString() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacityString() - Method in class software.amazon.awssdk.services.dynamodb.model.GetItemRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacityString() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacityString() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacityString() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
Returns the value of the ReturnConsumedCapacity property for this object.
returnConsumedCapacityString() - 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.
returnItemCollectionMetricsString() - Method in class software.amazon.awssdk.services.dynamodb.model.BatchWriteItemRequest
Determines whether item collection metrics are returned.
returnItemCollectionMetricsString() - Method in class software.amazon.awssdk.services.dynamodb.model.DeleteItemRequest
Determines whether item collection metrics are returned.
returnItemCollectionMetricsString() - Method in class software.amazon.awssdk.services.dynamodb.model.PutItemRequest
Determines whether item collection metrics are returned.
returnItemCollectionMetricsString() - 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.
returnValuesString() - 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.
returnValuesString() - 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.
returnValuesString() - 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.
ScalarAttributeType - Enum in software.amazon.awssdk.services.dynamodb.model
 
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.
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.
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(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.
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
 
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(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
 
selectString() - Method in class software.amazon.awssdk.services.dynamodb.model.QueryRequest
The attributes to be returned in the result.
selectString() - Method in class software.amazon.awssdk.services.dynamodb.model.ScanRequest
The attributes to be returned in the result.
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
 
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
 
shardIteratorTypeString() - 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:
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
 
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.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.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.
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
 
streamStatusString() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
Indicates the current status of the stream:
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
 
streamViewTypeString() - Method in class software.amazon.awssdk.services.dynamodb.model.StreamDescription
Indicates the format of the records within this stream:
streamViewTypeString() - 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:
streamViewTypeString() - 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.

T

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.
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
 
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.
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.
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
 
tableStatusString() - Method in class software.amazon.awssdk.services.dynamodb.model.TableDescription
The current state of the table:
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
 
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
 
timeToLiveStatusString() - Method in class software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription
The Time to Live status for the table.
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
 
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.
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.

U

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
 
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
 
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.
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
 
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
 
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
 
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:

V

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.
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.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.

W

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 K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.