- addAttributesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
A map of attribute names to AttributeValue objects,
representing the item as it appeared before the DeleteItem
operation.
- addAttributesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
The attribute values as they appeared before the PutItem
operation, but only if ReturnValues is specified as
ALL_OLD in the request.
- addAttributesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
A map of attribute values as they appeared before the
UpdateItem operation.
- addAttributeUpdatesEntry(String, AttributeValueUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- addExclusiveStartKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The primary key of the first item that this operation will evaluate.
- addExclusiveStartKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The primary key of the first item that this operation will evaluate.
- addExpectedEntry(String, ExpectedAttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- addExpectedEntry(String, ExpectedAttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- addExpectedEntry(String, ExpectedAttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
One or more substitution tokens for attribute names in an expression.
- addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
One or more substitution tokens for attribute names in an expression.
- addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
One or more substitution tokens for attribute names in an expression.
- addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
One or more substitution tokens for attribute names in an expression.
- addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
One or more substitution tokens for attribute names in an expression.
- addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
One or more substitution tokens for attribute names in an expression.
- addExpressionAttributeNamesEntry(String, String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
One or more substitution tokens for attribute names in an expression.
- addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
One or more values that can be substituted in an expression.
- addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
One or more values that can be substituted in an expression.
- addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
One or more values that can be substituted in an expression.
- addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
One or more values that can be substituted in an expression.
- addExpressionAttributeValuesEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
One or more values that can be substituted in an expression.
- addGlobalSecondaryIndexesEntry(String, Capacity) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on each global index affected by the
operation.
- addItemCollectionKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
The partition key value of the item collection.
- addItemCollectionMetricsEntry(String, List<ItemCollectionMetrics>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
A list of tables that were processed by BatchWriteItem and, for
each table, information about any item collections that were affected
by individual DeleteItem or PutItem operations.
- addItemEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
A map of attribute names to AttributeValue objects, as
specified by AttributesToGet.
- addItemEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
A map of attribute name/value pairs, one for each attribute.
- addItemEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
-
A map of attribute name to attribute values, representing the primary
key of an item to be processed by PutItem.
- addKeyConditionsEntry(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- addKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
- addKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
-
A map of attribute name to attribute values, representing the primary
key of the item to delete.
- addKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
- addKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
The primary key of the item to be updated.
- addLastEvaluatedKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The primary key of the item where the operation stopped, inclusive of
the previous result set.
- addLastEvaluatedKeyEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The primary key of the item where the operation stopped, inclusive of
the previous result set.
- addLocalSecondaryIndexesEntry(String, Capacity) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on each local index affected by the
operation.
- addMEntry(String, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Map of attribute values.
- addQueryFilterEntry(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- addRequestItemsEntry(String, KeysAndAttributes) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
A map of one or more table names and, for each table, a map that
describes one or more items to retrieve from that table.
- addRequestItemsEntry(String, List<WriteRequest>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
A map of one or more table names and, for each table, a list of
operations to be performed (DeleteRequest or
PutRequest).
- addResponsesEntry(String, List<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
A map of table name to a list of items.
- addScanFilterEntry(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- addUnprocessedItemsEntry(String, List<WriteRequest>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
A map of tables and requests against those tables that were not
processed.
- addUnprocessedKeysEntry(String, KeysAndAttributes) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
A map of tables and their respective keys that were not processed with
the current response.
- AmazonDynamoDB - Interface in com.amazonaws.services.dynamodbv2
-
Interface for accessing AmazonDynamoDBv2.
- AmazonDynamoDBAsync - Interface in com.amazonaws.services.dynamodbv2
-
Interface for accessing AmazonDynamoDBv2 asynchronously.
- AmazonDynamoDBAsyncClient - Class in com.amazonaws.services.dynamodbv2
-
Asynchronous client for accessing AmazonDynamoDBv2.
- AmazonDynamoDBAsyncClient() - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Deprecated.
- AmazonDynamoDBAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Deprecated.
- AmazonDynamoDBAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials.
- AmazonDynamoDBAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials
and executor service.
- AmazonDynamoDBAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials,
executor service, and client configuration options.
- AmazonDynamoDBAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials provider.
- AmazonDynamoDBAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials provider
and executor service.
- AmazonDynamoDBAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials
provider and client configuration options.
- AmazonDynamoDBAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials
provider, executor service, and client configuration options.
- AmazonDynamoDBClient - Class in com.amazonaws.services.dynamodbv2
-
Client for accessing AmazonDynamoDBv2.
- AmazonDynamoDBClient() - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Deprecated.
- AmazonDynamoDBClient(ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Deprecated.
- AmazonDynamoDBClient(AWSCredentials) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Constructs a new client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials.
- AmazonDynamoDBClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Constructs a new client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials
and client configuration options.
- AmazonDynamoDBClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Constructs a new client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials provider.
- AmazonDynamoDBClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Constructs a new client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials
provider and client configuration options.
- AmazonDynamoDBClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Deprecated.
- AmazonDynamoDBClient(AWSCredentialsProvider, ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Constructs a new client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials
provider, client configuration options and request metric collector.
- AttributeAction - Enum in com.amazonaws.services.dynamodbv2.model
-
Attribute Action
- AttributeDefinition - Class in com.amazonaws.services.dynamodbv2.model
-
Represents an attribute for describing the key schema for the table
and indexes.
- AttributeDefinition() - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
Default constructor for a new AttributeDefinition object.
- AttributeDefinition(String, String) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
Constructs a new AttributeDefinition object.
- AttributeDefinition(String, ScalarAttributeType) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
Constructs a new AttributeDefinition object.
- AttributeValue - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the data for an attribute.
- AttributeValue() - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
Default constructor for a new AttributeValue object.
- AttributeValue(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
Constructs a new AttributeValue object.
- AttributeValue(List<String>) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
Constructs a new AttributeValue object.
- AttributeValueUpdate - Class in com.amazonaws.services.dynamodbv2.model
-
For the UpdateItem operation, represents the attributes to be
modified, the action to perform on each, and the new value for each.
- AttributeValueUpdate() - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Default constructor for a new AttributeValueUpdate object.
- AttributeValueUpdate(AttributeValue, String) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Constructs a new AttributeValueUpdate object.
- AttributeValueUpdate(AttributeValue, AttributeAction) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Constructs a new AttributeValueUpdate object.
- DeleteGlobalSecondaryIndexAction - Class in com.amazonaws.services.dynamodbv2.model
-
Represents a global secondary index to be deleted from an existing
table.
- DeleteGlobalSecondaryIndexAction() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
-
- deleteItem(DeleteItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Deletes a single item in a table by primary key.
- deleteItem(String, Map<String, AttributeValue>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Deletes a single item in a table by primary key.
- deleteItem(String, Map<String, AttributeValue>, String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Deletes a single item in a table by primary key.
- deleteItem(DeleteItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Deletes a single item in a table by primary key.
- deleteItem(String, Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Deletes a single item in a table by primary key.
- deleteItem(String, Map<String, AttributeValue>, String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Deletes a single item in a table by primary key.
- deleteItemAsync(DeleteItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Deletes a single item in a table by primary key.
- deleteItemAsync(DeleteItemRequest, AsyncHandler<DeleteItemRequest, DeleteItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Deletes a single item in a table by primary key.
- deleteItemAsync(DeleteItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Deletes a single item in a table by primary key.
- deleteItemAsync(DeleteItemRequest, AsyncHandler<DeleteItemRequest, DeleteItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Deletes a single item in a table by primary key.
- DeleteItemRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- DeleteItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Default constructor for a new DeleteItemRequest object.
- DeleteItemRequest(String, Map<String, AttributeValue>) - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Constructs a new DeleteItemRequest object.
- DeleteItemRequest(String, Map<String, AttributeValue>, String) - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Constructs a new DeleteItemRequest object.
- DeleteItemRequest(String, Map<String, AttributeValue>, ReturnValue) - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Constructs a new DeleteItemRequest object.
- DeleteItemResult - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the output of a DeleteItem operation.
- DeleteItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
- DeleteRequest - Class in com.amazonaws.services.dynamodbv2.model
-
Represents a request to perform a DeleteItem operation on an
item.
- DeleteRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteRequest
-
Default constructor for a new DeleteRequest object.
- DeleteRequest(Map<String, AttributeValue>) - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteRequest
-
Constructs a new DeleteRequest object.
- deleteTable(DeleteTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
The DeleteTable operation deletes a table and all of its
items.
- deleteTable(String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
The DeleteTable operation deletes a table and all of its
items.
- deleteTable(DeleteTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
The DeleteTable operation deletes a table and all of its
items.
- deleteTable(String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
The DeleteTable operation deletes a table and all of its
items.
- deleteTableAsync(DeleteTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
The DeleteTable operation deletes a table and all of its
items.
- deleteTableAsync(DeleteTableRequest, AsyncHandler<DeleteTableRequest, DeleteTableResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
The DeleteTable operation deletes a table and all of its
items.
- deleteTableAsync(DeleteTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
The DeleteTable operation deletes a table and all of its
items.
- deleteTableAsync(DeleteTableRequest, AsyncHandler<DeleteTableRequest, DeleteTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
The DeleteTable operation deletes a table and all of its
items.
- DeleteTableRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- DeleteTableRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
-
Default constructor for a new DeleteTableRequest object.
- DeleteTableRequest(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
-
Constructs a new DeleteTableRequest object.
- DeleteTableResult - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the output of a DeleteTable operation.
- DeleteTableResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
-
- describeLimits(DescribeLimitsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
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 com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
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 class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
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 class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
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.
- describeLimitsAsync(DescribeLimitsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
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.
- describeLimitsAsync(DescribeLimitsRequest, AsyncHandler<DescribeLimitsRequest, DescribeLimitsResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
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.
- describeLimitsAsync(DescribeLimitsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
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.
- describeLimitsAsync(DescribeLimitsRequest, AsyncHandler<DescribeLimitsRequest, DescribeLimitsResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
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 com.amazonaws.services.dynamodbv2.model
-
- DescribeLimitsRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest
-
- DescribeLimitsResult - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the output of a DescribeLimits operation.
- DescribeLimitsResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
- describeTable(DescribeTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Returns information about the table, including the current status of
the table, when it was created, the primary key schema, and any
indexes on the table.
- describeTable(String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Returns information about the table, including the current status of
the table, when it was created, the primary key schema, and any
indexes on the table.
- describeTable(DescribeTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Returns information about the table, including the current status of
the table, when it was created, the primary key schema, and any
indexes on the table.
- describeTable(String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Returns information about the table, including the current status of
the table, when it was created, the primary key schema, and any
indexes on the table.
- describeTableAsync(DescribeTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Returns information about the table, including the current status of
the table, when it was created, the primary key schema, and any
indexes on the table.
- describeTableAsync(DescribeTableRequest, AsyncHandler<DescribeTableRequest, DescribeTableResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Returns information about the table, including the current status of
the table, when it was created, the primary key schema, and any
indexes on the table.
- describeTableAsync(DescribeTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Returns information about the table, including the current status of
the table, when it was created, the primary key schema, and any
indexes on the table.
- describeTableAsync(DescribeTableRequest, AsyncHandler<DescribeTableRequest, DescribeTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Returns information about the table, including the current status of
the table, when it was created, the primary key schema, and any
indexes on the table.
- DescribeTableRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- DescribeTableRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
-
Default constructor for a new DescribeTableRequest object.
- DescribeTableRequest(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
-
Constructs a new DescribeTableRequest object.
- DescribeTableResult - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the output of a DescribeTable operation.
- DescribeTableResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
-
- doesTableExist(AmazonDynamoDB, String) - Static method in class com.amazonaws.services.dynamodbv2.util.Tables
-
Checks if a specified table exists and is in ACTIVE state.
- DynamoDBRequestMetric - Enum in com.amazonaws.services.dynamodbv2.metrics
-
DynamoDB specific request metric type.
- DynamoDBv2Actions - Enum in com.amazonaws.auth.policy.actions
-
The available AWS access control policy actions for Amazon DynamoDB.
- getAccountMaxReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
The maximum total read capacity units that your account allows you to
provision across all of your tables in this region.
- getAccountMaxWriteCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
The maximum total write capacity units that your account allows you to
provision across all of your tables in this region.
- getAction() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Specifies how to perform the update.
- getActionName() - Method in enum com.amazonaws.auth.policy.actions.DynamoDBv2Actions
-
- getAttributeDefinitions() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
An array of attributes that describe the key schema for the table and
indexes.
- getAttributeDefinitions() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
An array of AttributeDefinition objects.
- getAttributeDefinitions() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
An array of attributes that describe the key schema for the table and
indexes.
- getAttributeName() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
A name for the attribute.
- getAttributeName() - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
-
The name of a key attribute.
- getAttributes() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
A map of attribute names to AttributeValue objects,
representing the item as it appeared before the DeleteItem
operation.
- getAttributes() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
The attribute values as they appeared before the PutItem
operation, but only if ReturnValues is specified as
ALL_OLD in the request.
- getAttributes() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
A map of attribute values as they appeared before the
UpdateItem operation.
- getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
- getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
One or more attributes to retrieve from the table or index.
- getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- getAttributeType() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
The data type for the attribute, where: S - the
attribute is of type String N - the attribute is
of type Number B - the attribute is of type
Binary
- getAttributeUpdates() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- getAttributeValueList() - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
One or more values to evaluate against the supplied attribute.
- getAttributeValueList() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
One or more values to evaluate against the supplied attribute.
- getB() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Binary data type.
- getBackfilling() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Indicates whether the index is currently backfilling.
- getBOOL() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Boolean data type.
- getBS() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Binary Set data type.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Returns additional metadata for a previously executed successful request, typically used for
debugging issues where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
- getCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
-
The total number of capacity units consumed on a table or an index.
- getCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The total number of capacity units consumed by the operation.
- getComparisonOperator() - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
A comparator for evaluating attributes.
- getComparisonOperator() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
A comparator for evaluating attributes in the
AttributeValueList.
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
A condition that must be satisfied in order for a conditional
DeleteItem to succeed.
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
A condition that must be satisfied in order for a conditional
PutItem operation to succeed.
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
A condition that must be satisfied in order for a conditional update
to succeed.
- getConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.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.
- getConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
The consistency of a read operation.
- getConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
Determines the read consistency model: If set to true,
then the operation uses strongly consistent reads; otherwise, the
operation uses eventually consistent reads.
- getConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A Boolean value that determines the read consistency model during the
scan:
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
The read capacity units consumed by the operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
The capacity units consumed by the operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
The capacity units consumed by an operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
The capacity units consumed by an operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
The capacity units consumed by an operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The capacity units consumed by an operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The capacity units consumed by an operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
The capacity units consumed by an operation.
- getCount() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The number of items in the response.
- getCount() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The number of items in the response.
- getCreate() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The parameters required for creating a global secondary index on an
existing table:
- getCreationDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
- getDelete() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The name of an existing global secondary index to be removed.
- getDeleteRequest() - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
A request to perform a DeleteItem operation.
- getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The primary key of the first item that this operation will evaluate.
- getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The primary key of the first item that this operation will evaluate.
- getExclusiveStartTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
The first table name that this operation will evaluate.
- getExecutorService() - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Returns the executor service used by this async client to execute
requests.
- getExists() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Causes DynamoDB to evaluate the value before attempting a conditional
operation:
- getExpected() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- getExpected() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- getExpected() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
One or more substitution tokens for attribute names in an expression.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
One or more substitution tokens for attribute names in an expression.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
One or more substitution tokens for attribute names in an expression.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
One or more substitution tokens for attribute names in an expression.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
One or more substitution tokens for attribute names in an expression.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
One or more substitution tokens for attribute names in an expression.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
One or more substitution tokens for attribute names in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
One or more values that can be substituted in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
One or more values that can be substituted in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
One or more values that can be substituted in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
One or more values that can be substituted in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
One or more values that can be substituted in an expression.
- getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
A string that contains conditions that DynamoDB applies after the
Query operation, but before the data is returned to you.
- getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A string that contains conditions that DynamoDB applies after the
Scan operation, but before the data is returned to you.
- getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on each global index affected by the
operation.
- getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more global secondary indexes (the maximum is five) to be
created on the table.
- getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The global secondary indexes, if any, on the table.
- getGlobalSecondaryIndexUpdates() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
An array of one or more global secondary indexes for the table.
- getIndexArn() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the index.
- getIndexArn() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the index.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
The name of the global secondary index to be created.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
-
The name of the global secondary index to be deleted.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
The name of the global secondary index.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The name of the global secondary index.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
The name of the local secondary index.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
Represents the name of the local secondary index.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The name of an index to query.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The name of a secondary index to scan.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
-
The name of the global secondary index to be updated.
- getIndexSizeBytes() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The total size of the specified index, in bytes.
- getIndexSizeBytes() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The total size of the specified index, in bytes.
- getIndexStatus() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The current state of the global secondary index:
- getItem(GetItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
The GetItem operation returns a set of attributes for the item
with the given primary key.
- getItem(String, Map<String, AttributeValue>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
The GetItem operation returns a set of attributes for the item
with the given primary key.
- getItem(String, Map<String, AttributeValue>, Boolean) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
The GetItem operation returns a set of attributes for the item
with the given primary key.
- getItem(GetItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
The GetItem operation returns a set of attributes for the item
with the given primary key.
- getItem(String, Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
The GetItem operation returns a set of attributes for the item
with the given primary key.
- getItem(String, Map<String, AttributeValue>, Boolean) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
The GetItem operation returns a set of attributes for the item
with the given primary key.
- getItem() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
A map of attribute names to AttributeValue objects, as
specified by AttributesToGet.
- getItem() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
A map of attribute name/value pairs, one for each attribute.
- getItem() - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
-
A map of attribute name to attribute values, representing the primary
key of an item to be processed by PutItem.
- getItemAsync(GetItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
The GetItem operation returns a set of attributes for the item
with the given primary key.
- getItemAsync(GetItemRequest, AsyncHandler<GetItemRequest, GetItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
The GetItem operation returns a set of attributes for the item
with the given primary key.
- getItemAsync(GetItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
The GetItem operation returns a set of attributes for the item
with the given primary key.
- getItemAsync(GetItemRequest, AsyncHandler<GetItemRequest, GetItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
The GetItem operation returns a set of attributes for the item
with the given primary key.
- getItemCollectionKey() - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
The partition key value of the item collection.
- getItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
A list of tables that were processed by BatchWriteItem and, for
each table, information about any item collections that were affected
by individual DeleteItem or PutItem operations.
- getItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
Information about item collections, if any, that were affected by the
operation.
- getItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
Information about item collections, if any, that were affected by the
operation.
- getItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
Information about item collections, if any, that were affected by the
operation.
- getItemCount() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The number of items in the specified index.
- getItemCount() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The number of items in the specified index.
- getItemCount() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The number of items in the specified table.
- GetItemRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- GetItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Default constructor for a new GetItemRequest object.
- GetItemRequest(String, Map<String, AttributeValue>) - Constructor for class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Constructs a new GetItemRequest object.
- GetItemRequest(String, Map<String, AttributeValue>, Boolean) - Constructor for class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Constructs a new GetItemRequest object.
- GetItemResult - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the output of a GetItem operation.
- GetItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
- getItems() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
An array of item attributes that match the query criteria.
- getItems() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
An array of item attributes that match the scan criteria.
- getKey() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
- getKey() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
-
A map of attribute name to attribute values, representing the primary
key of the item to delete.
- getKey() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
- getKey() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
The primary key of the item to be updated.
- getKeyConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The condition that specifies the key value(s) for items to be
retrieved by the Query action.
- getKeyConditions() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- getKeys() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
The primary key attribute values that define the items and the
attributes associated with the items.
- getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
The key schema for the global secondary index.
- getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Specifies the attributes that make up the primary key for a table or
an index.
- getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
The complete key schema for a global secondary index, which consists
of one or more pairs of attribute names and key types:
- getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The complete key schema for a global secondary index, which consists
of one or more pairs of attribute names and key types:
- getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
The complete key schema for the local secondary index, consisting of
one or more pairs of attribute names and key types:
- getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The complete key schema for the local secondary index, consisting of
one or more pairs of attribute names and key types:
- getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The primary key structure for the table.
- getKeyType() - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
-
The role that this key attribute will assume:
- getL() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A List of attribute values.
- getLastDecreaseDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The date and time of the last provisioned throughput decrease for this
table.
- getLastEvaluatedKey() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The primary key of the item where the operation stopped, inclusive of
the previous result set.
- getLastEvaluatedKey() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The primary key of the item where the operation stopped, inclusive of
the previous result set.
- getLastEvaluatedTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The name of the last table in the current page of results.
- getLastIncreaseDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The date and time of the last provisioned throughput increase for this
table.
- getLatestStreamArn() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the latest
stream for this table.
- getLatestStreamLabel() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
A timestamp, in ISO 8601 format, for this stream.
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
A maximum number of table names to return.
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The maximum number of items to evaluate (not necessarily the number of
matching items).
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The maximum number of items to evaluate (not necessarily the number of
matching items).
- getLocalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on each local index affected by the
operation.
- getLocalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more local secondary indexes (the maximum is five) to be
created on the table.
- getLocalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents one or more local secondary indexes on the table.
- getM() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Map of attribute values.
- getN() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Number data type.
- getNonKeyAttributes() - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
Represents the non-key attribute names which will be projected into
the index.
- getNS() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Number Set data type.
- getNULL() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Null data type.
- getNumberOfDecreasesToday() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The number of provisioned throughput decreases for this table during
this UTC calendar day.
- getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Represents attributes that are copied (projected) from the table into
an index.
- getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
Represents attributes that are copied (projected) from the table into
an index.
- getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Represents attributes that are copied (projected) from the table into
an index.
- getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
Represents attributes that are copied (projected) from the table into
an index.
- getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
Represents attributes that are copied (projected) from the table into
an index.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
A string that identifies one or more attributes to retrieve from the
table.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
A string that identifies one or more attributes to retrieve from the
table.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
A string that identifies one or more attributes to retrieve from the
table.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A string that identifies one or more attributes to retrieve from the
specified table or index.
- getProjectionType() - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
The set of attributes that are projected into the index:
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Represents the provisioned throughput settings for a specified table
or index.
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Represents the provisioned throughput settings for a specified table
or index.
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
Represents the provisioned throughput settings for a specified table
or index.
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Represents the provisioned throughput settings for the table,
consisting of read and write capacity units, along with data about
increases and decreases.
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The provisioned throughput settings for the table, consisting of read
and write capacity units, along with data about increases and
decreases.
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
-
Represents the provisioned throughput settings for a specified table
or index.
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Represents the provisioned throughput settings for a specified table
or index.
- getPutRequest() - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
A request to perform a PutItem operation.
- getQueryFilter() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- getReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
-
The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException.
- getReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException.
- getRequestItems() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
A map of one or more table names and, for each table, a map that
describes one or more items to retrieve from that table.
- getRequestItems() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
A map of one or more table names and, for each table, a list of
operations to be performed (DeleteRequest or
PutRequest).
- getResponses() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
A map of table name to a list of items.
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
Determines whether item collection metrics are returned.
- getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Determines whether item collection metrics are returned.
- getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Determines whether item collection metrics are returned.
- getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Determines whether item collection metrics are returned.
- getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared before they were deleted.
- getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared before they were updated with the PutItem request.
- getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared either before or after they were updated.
- getS() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A String data type.
- getScanFilter() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- getScanIndexForward() - Method in class com.amazonaws.services.dynamodbv2.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.
- getScannedCount() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The number of items evaluated, before any QueryFilter is
applied.
- getScannedCount() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The number of items evaluated, before any ScanFilter is
applied.
- getSegment() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
For a parallel Scan request, Segment identifies an
individual segment to be scanned by an application worker.
- getSelect() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The attributes to be returned in the result.
- getSelect() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The attributes to be returned in the result.
- getSizeEstimateRangeGB() - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
An estimate of item collection size, in gigabytes.
- getSS() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A String Set data type.
- getStreamEnabled() - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
Indicates whether DynamoDB Streams is enabled (true) or disabled
(false) on the table.
- getStreamSpecification() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
The settings for DynamoDB Streams on the table.
- getStreamSpecification() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The current DynamoDB Streams configuration for the table.
- getStreamSpecification() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Represents the DynamoDB Streams configuration for the table.
- getStreamViewType() - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
The DynamoDB Streams settings for the table.
- getTable() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on the table affected by the
operation.
- getTable() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
-
Represents the properties of a table.
- getTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the table.
- getTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
-
Represents the properties of a table.
- getTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
-
Represents the properties of a table.
- getTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
-
Represents the properties of a table.
- getTableMaxReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
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).
- getTableMaxWriteCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
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).
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The name of the table that was affected by the operation.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
The name of the table to create.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
The name of the table from which to delete the item.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
-
The name of the table to delete.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
-
The name of the table to describe.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
The name of the table containing the requested item.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
The name of the table to contain the item.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The name of the table containing the requested items.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The name of the table containing the requested items; or, if you
provide IndexName, the name of the table to which that
index belongs.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The name of the table.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
The name of the table containing the item to update.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The name of the table to be updated.
- getTableNames() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The names of the tables associated with the current account at the
current endpoint.
- getTableSizeBytes() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The total size of the specified table, in bytes.
- getTableStatus() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The current state of the table:
- getTotalSegments() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
For a parallel Scan request, TotalSegments represents
the total number of segments into which the Scan operation will
be divided.
- getUnprocessedItems() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
A map of tables and requests against those tables that were not
processed.
- getUnprocessedKeys() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
A map of tables and their respective keys that were not processed with
the current response.
- getUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The name of an existing global secondary index, along with new
provisioned throughput settings to be applied to that index.
- getUpdateExpression() - Method in class com.amazonaws.services.dynamodbv2.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.
- getValue() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Represents the data for an attribute.
- getValue() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Represents the data for an attribute.
- getWriteCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
-
The maximum number of writes consumed per second before DynamoDB
returns a ThrottlingException.
- getWriteCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The maximum number of writes consumed per second before DynamoDB
returns a ThrottlingException.
- GlobalSecondaryIndex - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the properties of a global secondary index.
- GlobalSecondaryIndex() - Constructor for class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
- GlobalSecondaryIndexDescription - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the properties of a global secondary index.
- GlobalSecondaryIndexDescription() - Constructor for class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
- GlobalSecondaryIndexUpdate - Class in com.amazonaws.services.dynamodbv2.model
-
Represents one of the following:
- GlobalSecondaryIndexUpdate() - Constructor for class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
- ScalarAttributeType - Enum in com.amazonaws.services.dynamodbv2.model
-
Scalar Attribute Type
- scan(ScanRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
The Scan operation returns one or more items and item
attributes by accessing every item in a table or a secondary index.
- scan(String, List<String>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
The Scan operation returns one or more items and item
attributes by accessing every item in a table or a secondary index.
- scan(String, Map<String, Condition>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
The Scan operation returns one or more items and item
attributes by accessing every item in a table or a secondary index.
- scan(String, List<String>, Map<String, Condition>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
The Scan operation returns one or more items and item
attributes by accessing every item in a table or a secondary index.
- scan(ScanRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
The Scan operation returns one or more items and item
attributes by accessing every item in a table or a secondary index.
- scan(String, List<String>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
The Scan operation returns one or more items and item
attributes by accessing every item in a table or a secondary index.
- scan(String, Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
The Scan operation returns one or more items and item
attributes by accessing every item in a table or a secondary index.
- scan(String, List<String>, Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
The Scan operation returns one or more items and item
attributes by accessing every item in a table or a secondary index.
- scanAsync(ScanRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
The Scan operation returns one or more items and item
attributes by accessing every item in a table or a secondary index.
- scanAsync(ScanRequest, AsyncHandler<ScanRequest, ScanResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
The Scan operation returns one or more items and item
attributes by accessing every item in a table or a secondary index.
- scanAsync(ScanRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
The Scan operation returns one or more items and item
attributes by accessing every item in a table or a secondary index.
- scanAsync(ScanRequest, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
The Scan operation returns one or more items and item
attributes by accessing every item in a table or a secondary index.
- ScanRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- ScanRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
Default constructor for a new ScanRequest object.
- ScanRequest(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
Constructs a new ScanRequest object.
- ScanResult - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the output of a Scan operation.
- ScanResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.ScanResult
-
- Select - Enum in com.amazonaws.services.dynamodbv2.model
-
Select
- setAccountMaxReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
The maximum total read capacity units that your account allows you to
provision across all of your tables in this region.
- setAccountMaxWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
The maximum total write capacity units that your account allows you to
provision across all of your tables in this region.
- setAction(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Specifies how to perform the update.
- setAction(AttributeAction) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Specifies how to perform the update.
- setAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
An array of attributes that describe the key schema for the table and
indexes.
- setAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
An array of AttributeDefinition objects.
- setAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
An array of attributes that describe the key schema for the table and
indexes.
- setAttributeName(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
A name for the attribute.
- setAttributeName(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
-
The name of a key attribute.
- setAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
A map of attribute names to AttributeValue objects,
representing the item as it appeared before the DeleteItem
operation.
- setAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
The attribute values as they appeared before the PutItem
operation, but only if ReturnValues is specified as
ALL_OLD in the request.
- setAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
A map of attribute values as they appeared before the
UpdateItem operation.
- setAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
- setAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
One or more attributes to retrieve from the table or index.
- setAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- setAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- setAttributeType(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
The data type for the attribute, where: S - the
attribute is of type String N - the attribute is
of type Number B - the attribute is of type
Binary
- setAttributeType(ScalarAttributeType) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
The data type for the attribute, where: S - the
attribute is of type String N - the attribute is
of type Number B - the attribute is of type
Binary
- setAttributeUpdates(Map<String, AttributeValueUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- setAttributeValueList(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
One or more values to evaluate against the supplied attribute.
- setAttributeValueList(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
One or more values to evaluate against the supplied attribute.
- setB(ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Binary data type.
- setBackfilling(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Indicates whether the index is currently backfilling.
- setBOOL(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Boolean data type.
- setBS(Collection<ByteBuffer>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Binary Set data type.
- setCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
-
The total number of capacity units consumed on a table or an index.
- setCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The total number of capacity units consumed by the operation.
- setComparisonOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
A comparator for evaluating attributes.
- setComparisonOperator(ComparisonOperator) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
A comparator for evaluating attributes.
- setComparisonOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
A comparator for evaluating attributes in the
AttributeValueList.
- setComparisonOperator(ComparisonOperator) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
A comparator for evaluating attributes in the
AttributeValueList.
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
A condition that must be satisfied in order for a conditional
DeleteItem to succeed.
- setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
A condition that must be satisfied in order for a conditional
PutItem operation to succeed.
- setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
A condition that must be satisfied in order for a conditional update
to succeed.
- setConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.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.
- setConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
The consistency of a read operation.
- setConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
Determines the read consistency model: If set to true,
then the operation uses strongly consistent reads; otherwise, the
operation uses eventually consistent reads.
- setConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A Boolean value that determines the read consistency model during the
scan:
- setConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
The read capacity units consumed by the operation.
- setConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
The capacity units consumed by the operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
The capacity units consumed by an operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
The capacity units consumed by an operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
The capacity units consumed by an operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The capacity units consumed by an operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The capacity units consumed by an operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
The capacity units consumed by an operation.
- setCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The number of items in the response.
- setCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The number of items in the response.
- setCreate(CreateGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The parameters required for creating a global secondary index on an
existing table:
- setCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
- setDelete(DeleteGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The name of an existing global secondary index to be removed.
- setDeleteRequest(DeleteRequest) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
A request to perform a DeleteItem operation.
- setEndpoint(String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Overrides the default endpoint for this client ("http://dynamodb.us-east-1.amazonaws.com/").
- setEndpoint(String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
- setEndpoint(String, String, String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
- setExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The primary key of the first item that this operation will evaluate.
- setExclusiveStartKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The primary key of the first item that this operation will evaluate.
- setExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The primary key of the first item that this operation will evaluate.
- setExclusiveStartKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The primary key of the first item that this operation will evaluate.
- setExclusiveStartTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
The first table name that this operation will evaluate.
- setExists(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Causes DynamoDB to evaluate the value before attempting a conditional
operation:
- setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
One or more substitution tokens for attribute names in an expression.
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
One or more substitution tokens for attribute names in an expression.
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
One or more substitution tokens for attribute names in an expression.
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
One or more substitution tokens for attribute names in an expression.
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
One or more substitution tokens for attribute names in an expression.
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
One or more substitution tokens for attribute names in an expression.
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
One or more substitution tokens for attribute names in an expression.
- setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
One or more values that can be substituted in an expression.
- setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
One or more values that can be substituted in an expression.
- setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
One or more values that can be substituted in an expression.
- setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
One or more values that can be substituted in an expression.
- setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
One or more values that can be substituted in an expression.
- setFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
A string that contains conditions that DynamoDB applies after the
Query operation, but before the data is returned to you.
- setFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A string that contains conditions that DynamoDB applies after the
Scan operation, but before the data is returned to you.
- setGlobalSecondaryIndexes(Map<String, Capacity>) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on each global index affected by the
operation.
- setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more global secondary indexes (the maximum is five) to be
created on the table.
- setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The global secondary indexes, if any, on the table.
- setGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
An array of one or more global secondary indexes for the table.
- setIndexArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the index.
- setIndexArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the index.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
The name of the global secondary index to be created.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
-
The name of the global secondary index to be deleted.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
The name of the global secondary index.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The name of the global secondary index.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
The name of the local secondary index.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
Represents the name of the local secondary index.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The name of an index to query.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The name of a secondary index to scan.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
-
The name of the global secondary index to be updated.
- setIndexSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The total size of the specified index, in bytes.
- setIndexSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The total size of the specified index, in bytes.
- setIndexStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The current state of the global secondary index:
- setIndexStatus(IndexStatus) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The current state of the global secondary index:
- setItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
A map of attribute names to AttributeValue objects, as
specified by AttributesToGet.
- setItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
A map of attribute name/value pairs, one for each attribute.
- setItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
-
A map of attribute name to attribute values, representing the primary
key of an item to be processed by PutItem.
- setItemCollectionKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
The partition key value of the item collection.
- setItemCollectionMetrics(Map<String, List<ItemCollectionMetrics>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
A list of tables that were processed by BatchWriteItem and, for
each table, information about any item collections that were affected
by individual DeleteItem or PutItem operations.
- setItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
Information about item collections, if any, that were affected by the
operation.
- setItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
Information about item collections, if any, that were affected by the
operation.
- setItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
Information about item collections, if any, that were affected by the
operation.
- setItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The number of items in the specified index.
- setItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The number of items in the specified index.
- setItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The number of items in the specified table.
- setItems(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
An array of item attributes that match the query criteria.
- setItems(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
An array of item attributes that match the scan criteria.
- setKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
- setKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
- setKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
-
A map of attribute name to attribute values, representing the primary
key of the item to delete.
- setKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
-
A map of attribute name to attribute values, representing the primary
key of the item to delete.
- setKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
- setKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
- setKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
The primary key of the item to be updated.
- setKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
The primary key of the item to be updated.
- setKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The condition that specifies the key value(s) for items to be
retrieved by the Query action.
- setKeyConditions(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- setKeys(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
The primary key attribute values that define the items and the
attributes associated with the items.
- setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
The key schema for the global secondary index.
- setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Specifies the attributes that make up the primary key for a table or
an index.
- setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
The complete key schema for a global secondary index, which consists
of one or more pairs of attribute names and key types:
- setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The complete key schema for a global secondary index, which consists
of one or more pairs of attribute names and key types:
- setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
The complete key schema for the local secondary index, consisting of
one or more pairs of attribute names and key types:
- setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The complete key schema for the local secondary index, consisting of
one or more pairs of attribute names and key types:
- setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The primary key structure for the table.
- setKeyType(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
-
The role that this key attribute will assume:
- setKeyType(KeyType) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
-
The role that this key attribute will assume:
- setL(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A List of attribute values.
- setLastDecreaseDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The date and time of the last provisioned throughput decrease for this
table.
- setLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The primary key of the item where the operation stopped, inclusive of
the previous result set.
- setLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The primary key of the item where the operation stopped, inclusive of
the previous result set.
- setLastEvaluatedTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The name of the last table in the current page of results.
- setLastIncreaseDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The date and time of the last provisioned throughput increase for this
table.
- setLatestStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the latest
stream for this table.
- setLatestStreamLabel(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
A timestamp, in ISO 8601 format, for this stream.
- setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
A maximum number of table names to return.
- setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The maximum number of items to evaluate (not necessarily the number of
matching items).
- setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The maximum number of items to evaluate (not necessarily the number of
matching items).
- setLocalSecondaryIndexes(Map<String, Capacity>) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on each local index affected by the
operation.
- setLocalSecondaryIndexes(Collection<LocalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more local secondary indexes (the maximum is five) to be
created on the table.
- setLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents one or more local secondary indexes on the table.
- setM(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Map of attribute values.
- setN(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Number data type.
- setNonKeyAttributes(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
Represents the non-key attribute names which will be projected into
the index.
- setNS(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Number Set data type.
- setNULL(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Null data type.
- setNumberOfDecreasesToday(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The number of provisioned throughput decreases for this table during
this UTC calendar day.
- setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Represents attributes that are copied (projected) from the table into
an index.
- setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
Represents attributes that are copied (projected) from the table into
an index.
- setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Represents attributes that are copied (projected) from the table into
an index.
- setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
Represents attributes that are copied (projected) from the table into
an index.
- setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
Represents attributes that are copied (projected) from the table into
an index.
- setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
A string that identifies one or more attributes to retrieve from the
table.
- setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
A string that identifies one or more attributes to retrieve from the
table.
- setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
A string that identifies one or more attributes to retrieve from the
table.
- setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A string that identifies one or more attributes to retrieve from the
specified table or index.
- setProjectionType(String) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
The set of attributes that are projected into the index:
- setProjectionType(ProjectionType) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
The set of attributes that are projected into the index:
- setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Represents the provisioned throughput settings for a specified table
or index.
- setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Represents the provisioned throughput settings for a specified table
or index.
- setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
Represents the provisioned throughput settings for a specified table
or index.
- setProvisionedThroughput(ProvisionedThroughputDescription) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Represents the provisioned throughput settings for the table,
consisting of read and write capacity units, along with data about
increases and decreases.
- setProvisionedThroughput(ProvisionedThroughputDescription) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The provisioned throughput settings for the table, consisting of read
and write capacity units, along with data about increases and
decreases.
- setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
-
Represents the provisioned throughput settings for a specified table
or index.
- setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Represents the provisioned throughput settings for a specified table
or index.
- setPutRequest(PutRequest) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
A request to perform a PutItem operation.
- setQueryFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- setReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
-
The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException.
- setReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException.
- setRegion(Region) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
- setRequestItems(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
A map of one or more table names and, for each table, a map that
describes one or more items to retrieve from that table.
- setRequestItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
A map of one or more table names and, for each table, a list of
operations to be performed (DeleteRequest or
PutRequest).
- setResponses(Map<String, List<Map<String, AttributeValue>>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
A map of table name to a list of items.
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- setReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
Determines whether item collection metrics are returned.
- setReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
Determines whether item collection metrics are returned.
- setReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Determines whether item collection metrics are returned.
- setReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Determines whether item collection metrics are returned.
- setReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Determines whether item collection metrics are returned.
- setReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Determines whether item collection metrics are returned.
- setReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Determines whether item collection metrics are returned.
- setReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Determines whether item collection metrics are returned.
- setReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared before they were deleted.
- setReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared before they were deleted.
- setReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared before they were updated with the PutItem request.
- setReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared before they were updated with the PutItem request.
- setReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared either before or after they were updated.
- setReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared either before or after they were updated.
- setS(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A String data type.
- setScanFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- setScanIndexForward(Boolean) - Method in class com.amazonaws.services.dynamodbv2.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.
- setScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The number of items evaluated, before any QueryFilter is
applied.
- setScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The number of items evaluated, before any ScanFilter is
applied.
- setSegment(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
For a parallel Scan request, Segment identifies an
individual segment to be scanned by an application worker.
- setSelect(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The attributes to be returned in the result.
- setSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The attributes to be returned in the result.
- setSelect(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The attributes to be returned in the result.
- setSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The attributes to be returned in the result.
- setSizeEstimateRangeGB(Collection<Double>) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
An estimate of item collection size, in gigabytes.
- setSS(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A String Set data type.
- setStreamEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
Indicates whether DynamoDB Streams is enabled (true) or disabled
(false) on the table.
- setStreamSpecification(StreamSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
The settings for DynamoDB Streams on the table.
- setStreamSpecification(StreamSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The current DynamoDB Streams configuration for the table.
- setStreamSpecification(StreamSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Represents the DynamoDB Streams configuration for the table.
- setStreamViewType(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
The DynamoDB Streams settings for the table.
- setStreamViewType(StreamViewType) - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
The DynamoDB Streams settings for the table.
- setTable(Capacity) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on the table affected by the
operation.
- setTable(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
-
Represents the properties of a table.
- setTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the table.
- setTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
-
Represents the properties of a table.
- setTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
-
Represents the properties of a table.
- setTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
-
Represents the properties of a table.
- setTableMaxReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
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).
- setTableMaxWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
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).
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The name of the table that was affected by the operation.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
The name of the table to create.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
The name of the table from which to delete the item.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
-
The name of the table to delete.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
-
The name of the table to describe.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
The name of the table containing the requested item.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
The name of the table to contain the item.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The name of the table containing the requested items.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The name of the table containing the requested items; or, if you
provide IndexName, the name of the table to which that
index belongs.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The name of the table.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
The name of the table containing the item to update.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The name of the table to be updated.
- setTableNames(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The names of the tables associated with the current account at the
current endpoint.
- setTableSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The total size of the specified table, in bytes.
- setTableStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The current state of the table:
- setTableStatus(TableStatus) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The current state of the table:
- setTotalSegments(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
For a parallel Scan request, TotalSegments represents
the total number of segments into which the Scan operation will
be divided.
- setUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
A map of tables and requests against those tables that were not
processed.
- setUnprocessedKeys(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
A map of tables and their respective keys that were not processed with
the current response.
- setUpdate(UpdateGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The name of an existing global secondary index, along with new
provisioned throughput settings to be applied to that index.
- setUpdateExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
An expression that defines one or more attributes to be updated, the
action to be performed on them, and new value(s) for them.
- setValue(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Represents the data for an attribute.
- setValue(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Represents the data for an attribute.
- setWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
-
The maximum number of writes consumed per second before DynamoDB
returns a ThrottlingException.
- setWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The maximum number of writes consumed per second before DynamoDB
returns a ThrottlingException.
- shutdown() - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Shuts down this client object, releasing any resources that might be held
open.
- shutdown() - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Shuts down the client, releasing all managed resources.
- StreamSpecification - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the DynamoDB Streams configuration for a table in DynamoDB.
- StreamSpecification() - Constructor for class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
- StreamViewType - Enum in com.amazonaws.services.dynamodbv2.model
-
Stream View Type
- TableDescription - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the properties of a table.
- TableDescription() - Constructor for class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Default constructor for a new TableDescription object.
- Tables - Class in com.amazonaws.services.dynamodbv2.util
-
Utility methods for working with AWS DynamoDB tables.
- Tables() - Constructor for class com.amazonaws.services.dynamodbv2.util.Tables
-
- TableStatus - Enum in com.amazonaws.services.dynamodbv2.model
-
Table Status
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.AttributeAction
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ComparisonOperator
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ConditionalOperator
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.IndexStatus
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.KeyType
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ProjectionType
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity
-
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics
-
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ReturnValue
-
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ScalarAttributeType
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.Select
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.StreamViewType
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.TableStatus
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- waitForTableToBecomeActive(AmazonDynamoDB, String) - Static method in class com.amazonaws.services.dynamodbv2.util.Tables
-
Waits up to 10 minutes for a specified AWS DynamoDB table to move into
the ACTIVE state.
- waitForTableToBecomeActive(AmazonDynamoDB, String, int, int) - Static method in class com.amazonaws.services.dynamodbv2.util.Tables
-
Waits up to a specified amount of time for a specified AWS DynamoDB table
to move into the ACTIVE state.
- withAccountMaxReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
The maximum total read capacity units that your account allows you to
provision across all of your tables in this region.
- withAccountMaxWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
The maximum total write capacity units that your account allows you to
provision across all of your tables in this region.
- withAction(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Specifies how to perform the update.
- withAction(AttributeAction) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Specifies how to perform the update.
- withAttributeDefinitions(AttributeDefinition...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
An array of attributes that describe the key schema for the table and
indexes.
- withAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
An array of attributes that describe the key schema for the table and
indexes.
- withAttributeDefinitions(AttributeDefinition...) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
An array of AttributeDefinition objects.
- withAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
An array of AttributeDefinition objects.
- withAttributeDefinitions(AttributeDefinition...) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
An array of attributes that describe the key schema for the table and
indexes.
- withAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
An array of attributes that describe the key schema for the table and
indexes.
- withAttributeName(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
A name for the attribute.
- withAttributeName(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
-
The name of a key attribute.
- withAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
A map of attribute names to AttributeValue objects,
representing the item as it appeared before the DeleteItem
operation.
- withAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
The attribute values as they appeared before the PutItem
operation, but only if ReturnValues is specified as
ALL_OLD in the request.
- withAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
A map of attribute values as they appeared before the
UpdateItem operation.
- withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
- withAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
- withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
One or more attributes to retrieve from the table or index.
- withAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
One or more attributes to retrieve from the table or index.
- withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- withAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- withAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- withAttributeType(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
The data type for the attribute, where: S - the
attribute is of type String N - the attribute is
of type Number B - the attribute is of type
Binary
- withAttributeType(ScalarAttributeType) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
The data type for the attribute, where: S - the
attribute is of type String N - the attribute is
of type Number B - the attribute is of type
Binary
- withAttributeUpdates(Map<String, AttributeValueUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- withAttributeValueList(AttributeValue...) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
One or more values to evaluate against the supplied attribute.
- withAttributeValueList(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
One or more values to evaluate against the supplied attribute.
- withAttributeValueList(AttributeValue...) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
One or more values to evaluate against the supplied attribute.
- withAttributeValueList(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
One or more values to evaluate against the supplied attribute.
- withB(ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Binary data type.
- withBackfilling(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Indicates whether the index is currently backfilling.
- withBOOL(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Boolean data type.
- withBS(ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Binary Set data type.
- withBS(Collection<ByteBuffer>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Binary Set data type.
- withCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
-
The total number of capacity units consumed on a table or an index.
- withCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The total number of capacity units consumed by the operation.
- withComparisonOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
A comparator for evaluating attributes.
- withComparisonOperator(ComparisonOperator) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
A comparator for evaluating attributes.
- withComparisonOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
A comparator for evaluating attributes in the
AttributeValueList.
- withComparisonOperator(ComparisonOperator) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
A comparator for evaluating attributes in the
AttributeValueList.
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
A condition that must be satisfied in order for a conditional
DeleteItem to succeed.
- withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
A condition that must be satisfied in order for a conditional
PutItem operation to succeed.
- withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
A condition that must be satisfied in order for a conditional update
to succeed.
- withConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.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.
- withConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
The consistency of a read operation.
- withConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
Determines the read consistency model: If set to true,
then the operation uses strongly consistent reads; otherwise, the
operation uses eventually consistent reads.
- withConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A Boolean value that determines the read consistency model during the
scan:
- withConsumedCapacity(ConsumedCapacity...) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
The read capacity units consumed by the operation.
- withConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
The read capacity units consumed by the operation.
- withConsumedCapacity(ConsumedCapacity...) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
The capacity units consumed by the operation.
- withConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
The capacity units consumed by the operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
The capacity units consumed by an operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
The capacity units consumed by an operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
The capacity units consumed by an operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The capacity units consumed by an operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The capacity units consumed by an operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
The capacity units consumed by an operation.
- withCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The number of items in the response.
- withCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The number of items in the response.
- withCreate(CreateGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The parameters required for creating a global secondary index on an
existing table:
- withCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
- withDelete(DeleteGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The name of an existing global secondary index to be removed.
- withDeleteRequest(DeleteRequest) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
A request to perform a DeleteItem operation.
- withExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The primary key of the first item that this operation will evaluate.
- withExclusiveStartKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The primary key of the first item that this operation will evaluate.
- withExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The primary key of the first item that this operation will evaluate.
- withExclusiveStartKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The primary key of the first item that this operation will evaluate.
- withExclusiveStartTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
The first table name that this operation will evaluate.
- withExists(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Causes DynamoDB to evaluate the value before attempting a conditional
operation:
- withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
One or more substitution tokens for attribute names in an expression.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
One or more substitution tokens for attribute names in an expression.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
One or more substitution tokens for attribute names in an expression.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
One or more substitution tokens for attribute names in an expression.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
One or more substitution tokens for attribute names in an expression.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
One or more substitution tokens for attribute names in an expression.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
One or more substitution tokens for attribute names in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
One or more values that can be substituted in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
One or more values that can be substituted in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
One or more values that can be substituted in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
One or more values that can be substituted in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
One or more values that can be substituted in an expression.
- withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
A string that contains conditions that DynamoDB applies after the
Query operation, but before the data is returned to you.
- withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A string that contains conditions that DynamoDB applies after the
Scan operation, but before the data is returned to you.
- withGlobalSecondaryIndexes(Map<String, Capacity>) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on each global index affected by the
operation.
- withGlobalSecondaryIndexes(GlobalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more global secondary indexes (the maximum is five) to be
created on the table.
- withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more global secondary indexes (the maximum is five) to be
created on the table.
- withGlobalSecondaryIndexes(GlobalSecondaryIndexDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The global secondary indexes, if any, on the table.
- withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The global secondary indexes, if any, on the table.
- withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate...) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
An array of one or more global secondary indexes for the table.
- withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
An array of one or more global secondary indexes for the table.
- withIndexArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the index.
- withIndexArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the index.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
The name of the global secondary index to be created.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
-
The name of the global secondary index to be deleted.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
The name of the global secondary index.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The name of the global secondary index.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
The name of the local secondary index.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
Represents the name of the local secondary index.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The name of an index to query.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The name of a secondary index to scan.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
-
The name of the global secondary index to be updated.
- withIndexSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The total size of the specified index, in bytes.
- withIndexSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The total size of the specified index, in bytes.
- withIndexStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The current state of the global secondary index:
- withIndexStatus(IndexStatus) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The current state of the global secondary index:
- withItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
A map of attribute names to AttributeValue objects, as
specified by AttributesToGet.
- withItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
A map of attribute name/value pairs, one for each attribute.
- withItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
-
A map of attribute name to attribute values, representing the primary
key of an item to be processed by PutItem.
- withItemCollectionKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
The partition key value of the item collection.
- withItemCollectionMetrics(Map<String, List<ItemCollectionMetrics>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
A list of tables that were processed by BatchWriteItem and, for
each table, information about any item collections that were affected
by individual DeleteItem or PutItem operations.
- withItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
Information about item collections, if any, that were affected by the
operation.
- withItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
Information about item collections, if any, that were affected by the
operation.
- withItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
Information about item collections, if any, that were affected by the
operation.
- withItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The number of items in the specified index.
- withItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The number of items in the specified index.
- withItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The number of items in the specified table.
- withItems(Map<String, AttributeValue>...) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
An array of item attributes that match the query criteria.
- withItems(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
An array of item attributes that match the query criteria.
- withItems(Map<String, AttributeValue>...) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
An array of item attributes that match the scan criteria.
- withItems(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
An array of item attributes that match the scan criteria.
- withKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
- withKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
- withKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
-
A map of attribute name to attribute values, representing the primary
key of the item to delete.
- withKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
-
A map of attribute name to attribute values, representing the primary
key of the item to delete.
- withKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
- withKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
- withKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
The primary key of the item to be updated.
- withKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
The primary key of the item to be updated.
- withKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The condition that specifies the key value(s) for items to be
retrieved by the Query action.
- withKeyConditions(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- withKeys(Map<String, AttributeValue>...) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
The primary key attribute values that define the items and the
attributes associated with the items.
- withKeys(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
The primary key attribute values that define the items and the
attributes associated with the items.
- withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
The key schema for the global secondary index.
- withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
The key schema for the global secondary index.
- withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Specifies the attributes that make up the primary key for a table or
an index.
- withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Specifies the attributes that make up the primary key for a table or
an index.
- withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
The complete key schema for a global secondary index, which consists
of one or more pairs of attribute names and key types:
- withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
The complete key schema for a global secondary index, which consists
of one or more pairs of attribute names and key types:
- withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The complete key schema for a global secondary index, which consists
of one or more pairs of attribute names and key types:
- withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The complete key schema for a global secondary index, which consists
of one or more pairs of attribute names and key types:
- withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
The complete key schema for the local secondary index, consisting of
one or more pairs of attribute names and key types:
- withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
The complete key schema for the local secondary index, consisting of
one or more pairs of attribute names and key types:
- withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The complete key schema for the local secondary index, consisting of
one or more pairs of attribute names and key types:
- withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
The complete key schema for the local secondary index, consisting of
one or more pairs of attribute names and key types:
- withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The primary key structure for the table.
- withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The primary key structure for the table.
- withKeyType(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
-
The role that this key attribute will assume:
- withKeyType(KeyType) - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
-
The role that this key attribute will assume:
- withL(AttributeValue...) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A List of attribute values.
- withL(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A List of attribute values.
- withLastDecreaseDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The date and time of the last provisioned throughput decrease for this
table.
- withLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The primary key of the item where the operation stopped, inclusive of
the previous result set.
- withLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The primary key of the item where the operation stopped, inclusive of
the previous result set.
- withLastEvaluatedTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The name of the last table in the current page of results.
- withLastIncreaseDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The date and time of the last provisioned throughput increase for this
table.
- withLatestStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the latest
stream for this table.
- withLatestStreamLabel(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
A timestamp, in ISO 8601 format, for this stream.
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
A maximum number of table names to return.
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The maximum number of items to evaluate (not necessarily the number of
matching items).
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The maximum number of items to evaluate (not necessarily the number of
matching items).
- withLocalSecondaryIndexes(Map<String, Capacity>) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on each local index affected by the
operation.
- withLocalSecondaryIndexes(LocalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more local secondary indexes (the maximum is five) to be
created on the table.
- withLocalSecondaryIndexes(Collection<LocalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more local secondary indexes (the maximum is five) to be
created on the table.
- withLocalSecondaryIndexes(LocalSecondaryIndexDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents one or more local secondary indexes on the table.
- withLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents one or more local secondary indexes on the table.
- withM(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Map of attribute values.
- withN(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Number data type.
- withNonKeyAttributes(String...) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
Represents the non-key attribute names which will be projected into
the index.
- withNonKeyAttributes(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
Represents the non-key attribute names which will be projected into
the index.
- withNS(String...) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Number Set data type.
- withNS(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Number Set data type.
- withNULL(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A Null data type.
- withNumberOfDecreasesToday(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The number of provisioned throughput decreases for this table during
this UTC calendar day.
- withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Represents attributes that are copied (projected) from the table into
an index.
- withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
Represents attributes that are copied (projected) from the table into
an index.
- withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Represents attributes that are copied (projected) from the table into
an index.
- withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
Represents attributes that are copied (projected) from the table into
an index.
- withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
Represents attributes that are copied (projected) from the table into
an index.
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
A string that identifies one or more attributes to retrieve from the
table.
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
A string that identifies one or more attributes to retrieve from the
table.
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
A string that identifies one or more attributes to retrieve from the
table.
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A string that identifies one or more attributes to retrieve from the
specified table or index.
- withProjectionType(String) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
The set of attributes that are projected into the index:
- withProjectionType(ProjectionType) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
The set of attributes that are projected into the index:
- withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Represents the provisioned throughput settings for a specified table
or index.
- withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Represents the provisioned throughput settings for a specified table
or index.
- withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
Represents the provisioned throughput settings for a specified table
or index.
- withProvisionedThroughput(ProvisionedThroughputDescription) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Represents the provisioned throughput settings for the table,
consisting of read and write capacity units, along with data about
increases and decreases.
- withProvisionedThroughput(ProvisionedThroughputDescription) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The provisioned throughput settings for the table, consisting of read
and write capacity units, along with data about increases and
decreases.
- withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
-
Represents the provisioned throughput settings for a specified table
or index.
- withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Represents the provisioned throughput settings for a specified table
or index.
- withPutRequest(PutRequest) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
A request to perform a PutItem operation.
- withQueryFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- withReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
-
The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException.
- withReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException.
- withRequestItems(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
A map of one or more table names and, for each table, a map that
describes one or more items to retrieve from that table.
- withRequestItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
A map of one or more table names and, for each table, a list of
operations to be performed (DeleteRequest or
PutRequest).
- withResponses(Map<String, List<Map<String, AttributeValue>>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
A map of table name to a list of items.
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Determines the level of detail about provisioned throughput
consumption that is returned in the response:
- withReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
Determines whether item collection metrics are returned.
- withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
Determines whether item collection metrics are returned.
- withReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Determines whether item collection metrics are returned.
- withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Determines whether item collection metrics are returned.
- withReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Determines whether item collection metrics are returned.
- withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Determines whether item collection metrics are returned.
- withReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Determines whether item collection metrics are returned.
- withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Determines whether item collection metrics are returned.
- withReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared before they were deleted.
- withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared before they were deleted.
- withReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared before they were updated with the PutItem request.
- withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared before they were updated with the PutItem request.
- withReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared either before or after they were updated.
- withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Use ReturnValues if you want to get the item attributes as they
appeared either before or after they were updated.
- withS(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A String data type.
- withScanFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- withScanIndexForward(Boolean) - Method in class com.amazonaws.services.dynamodbv2.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.
- withScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The number of items evaluated, before any QueryFilter is
applied.
- withScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The number of items evaluated, before any ScanFilter is
applied.
- withSegment(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
For a parallel Scan request, Segment identifies an
individual segment to be scanned by an application worker.
- withSelect(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The attributes to be returned in the result.
- withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The attributes to be returned in the result.
- withSelect(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The attributes to be returned in the result.
- withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The attributes to be returned in the result.
- withSizeEstimateRangeGB(Double...) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
An estimate of item collection size, in gigabytes.
- withSizeEstimateRangeGB(Collection<Double>) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
An estimate of item collection size, in gigabytes.
- withSS(String...) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A String Set data type.
- withSS(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
A String Set data type.
- withStreamEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
Indicates whether DynamoDB Streams is enabled (true) or disabled
(false) on the table.
- withStreamSpecification(StreamSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
The settings for DynamoDB Streams on the table.
- withStreamSpecification(StreamSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The current DynamoDB Streams configuration for the table.
- withStreamSpecification(StreamSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Represents the DynamoDB Streams configuration for the table.
- withStreamViewType(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
The DynamoDB Streams settings for the table.
- withStreamViewType(StreamViewType) - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
The DynamoDB Streams settings for the table.
- withTable(Capacity) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on the table affected by the
operation.
- withTable(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
-
Represents the properties of a table.
- withTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the table.
- withTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
-
Represents the properties of a table.
- withTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
-
Represents the properties of a table.
- withTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
-
Represents the properties of a table.
- withTableMaxReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
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).
- withTableMaxWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
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).
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The name of the table that was affected by the operation.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
The name of the table to create.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
The name of the table from which to delete the item.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
-
The name of the table to delete.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
-
The name of the table to describe.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
The name of the table containing the requested item.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
The name of the table to contain the item.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The name of the table containing the requested items.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The name of the table containing the requested items; or, if you
provide IndexName, the name of the table to which that
index belongs.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The name of the table.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
The name of the table containing the item to update.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The name of the table to be updated.
- withTableNames(String...) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The names of the tables associated with the current account at the
current endpoint.
- withTableNames(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The names of the tables associated with the current account at the
current endpoint.
- withTableSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The total size of the specified table, in bytes.
- withTableStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The current state of the table:
- withTableStatus(TableStatus) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The current state of the table:
- withTotalSegments(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
For a parallel Scan request, TotalSegments represents
the total number of segments into which the Scan operation will
be divided.
- withUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
A map of tables and requests against those tables that were not
processed.
- withUnprocessedKeys(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
A map of tables and their respective keys that were not processed with
the current response.
- withUpdate(UpdateGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The name of an existing global secondary index, along with new
provisioned throughput settings to be applied to that index.
- withUpdateExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
An expression that defines one or more attributes to be updated, the
action to be performed on them, and new value(s) for them.
- withValue(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Represents the data for an attribute.
- withValue(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Represents the data for an attribute.
- withWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
-
The maximum number of writes consumed per second before DynamoDB
returns a ThrottlingException.
- withWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The maximum number of writes consumed per second before DynamoDB
returns a ThrottlingException.
- WriteRequest - Class in com.amazonaws.services.dynamodbv2.model
-
Represents an operation to perform - either DeleteItem or
PutItem .
- WriteRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
Default constructor for a new WriteRequest object.
- WriteRequest(PutRequest) - Constructor for class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
Constructs a new WriteRequest object.
- WriteRequest(DeleteRequest) - Constructor for class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
Constructs a new WriteRequest object.