- ge(V) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
Creates a condition which filters on the specified value.
- ge(Object) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
-
Creates and returns a condition of the range key being greater than or
equal to the given value.
- ge(Object) - Method in class com.amazonaws.services.dynamodbv2.document.internal.Filter
-
Creates and returns a condition of the range key being greater than or
equal to the given value.
- ge(Object) - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
-
Creates and returns a condition of the range key being greater than or
equal to the given value.
- ge(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
-
Returns a
comparator condition (that evaluates to true if the value of the current
attribute is greater than or equal to the specified value) for building
condition expression.
- ge(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
-
Returns a
comparator condition (that evaluates to true if the value of the current
attribute is greater than or equal to that of the specified attribute) for building
condition expression.
- ge(String) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
-
Returns a
comparator condition (that evaluates to true if the value of the current
attribute is greater than or equal to the specified value) for building
condition expression.
- ge(S) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
-
Returns a
comparator condition (that evaluates to true if the value of the current
attribute is greater than or equal to that of the specified attribute) for building
condition expression.
- generate(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedDefault.Generator
-
- generate(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedTimestamp.Generator
-
- generate(T) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator
-
Generates a new value given the current value (or null) if applicable.
- generate(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBGeneratedUuid.Generator
-
- generate(V) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
Generates a new value given the current value (or null) if applicable.
- generate(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersioned.Generator
-
- generateCreateTableRequest(Class<?>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- generateCreateTableRequest(Class<T>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- generateCreateTableRequest(Class<T>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
-
- generateCreateTableRequest(Class<?>) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Parse the given POJO class and return the CreateTableRequest for the DynamoDB table it
represents.
- generateDeleteTableRequest(Class<?>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- generateDeleteTableRequest(Class<T>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- generateDeleteTableRequest(Class<T>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
-
- generateDeleteTableRequest(Class<?>) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Parse the given POJO class and return the DeleteTableRequest for the DynamoDB table it
represents.
- generateUpdateExpressionAndUpdateAttributeMaps(Map<String, String>, Map<String, AttributeValue>, Map<String, AttributeValue>, List<String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.UpdateExpressionGenerator
-
Merge nonKeyAttributes along with any condition expression attributes and generate corresponding update expression
- Generator(Class<T>, DynamoDBAutoGeneratedDefault) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedDefault.Generator
-
- Generator(Class<T>, DynamoDBAutoGeneratedTimestamp) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedTimestamp.Generator
-
- Generator(Class<T>, DynamoDBGeneratedUuid) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBGeneratedUuid.Generator
-
- Generator(Class<T>, DynamoDBVersioned) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersioned.Generator
-
- get(Class<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema.Dependencies
-
- get(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
Gets the value from the object instance.
- get(int) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
-
Returns the Nth element of the list.
- get(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as an
object; or null if the attribute either doesn't exist or the attribute
value is null.
- get(String, boolean, URI) - Method in class com.amazonaws.services.dynamodbv2.endpointdiscovery.AmazonDynamoDBEndpointCache
-
- Get - Class in com.amazonaws.services.dynamodbv2.model
-
Specifies an item and related attribute values to retrieve in a TransactGetItem
object.
- Get() - Constructor for class com.amazonaws.services.dynamodbv2.model.Get
-
- 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.
- getAccumulatedConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.ItemCollection
-
Returns the consumed capacity accumulated so far.
- getAccumulatedItemCount() - Method in class com.amazonaws.services.dynamodbv2.document.ItemCollection
-
Returns the count of items accumulated so far.
- getAccumulatedScannedCount() - Method in class com.amazonaws.services.dynamodbv2.document.ItemCollection
-
Returns the scanned count accumulated so far.
- getAction() - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
-
- getAction() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Specifies how to perform the update.
- getActionName() - Method in enum com.amazonaws.auth.policy.actions.DynamoDBv2Actions
-
- getAddress() - Method in class com.amazonaws.services.dynamodbv2.model.Endpoint
-
IP address of the endpoint.
- getAmazonS3Client() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
- getAndConvert(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
Get the current value from the object and convert it.
- getApproximateCreationDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The approximate date and time when the stream record was created, in
UNIX epoch time format.
- getArchivalBackupArn() - Method in class com.amazonaws.services.dynamodbv2.model.ArchivalSummary
-
The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason.
- getArchivalDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.ArchivalSummary
-
The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.
- getArchivalReason() - Method in class com.amazonaws.services.dynamodbv2.model.ArchivalSummary
-
The reason DynamoDB archived the table.
- getArchivalSummary() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Contains information about the table archive.
- getAttribute() - Method in class com.amazonaws.services.dynamodbv2.document.Expected
-
Returns the attribute.
- getAttribute() - Method in class com.amazonaws.services.dynamodbv2.document.internal.Filter
-
Returns the attribute name.
- getAttributeDefinitions() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
-
- getAttributeDefinitions() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
An array of attributes that describe the key schema for the table and indexes.
- getAttributeDefinitions() - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The attributes of the table created as part of the import operation.
- getAttributeDefinitions() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
An array of AttributeDefinition
objects.
- getAttributeDefinitions() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
An array of attributes that describe the key schema for the table and indexes.
- getAttributeName() - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
-
- getAttributeName() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
A name for the attribute.
- getAttributeName() - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
-
The name of a key attribute.
- getAttributeName() - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveDescription
-
The name of the TTL attribute for items in the table.
- getAttributeName() - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveSpecification
-
The name of the TTL attribute used to store the expiration time for items in the table.
- getAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
- getAttributes() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
A map of attribute names to AttributeValue
objects, representing the item as it appeared before the
DeleteItem
operation.
- getAttributes() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
The attribute values as they appeared before the PutItem
operation, but only if
ReturnValues
is specified as ALL_OLD
in the request.
- getAttributes() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
A map of attribute values as they appear before or after the UpdateItem
operation, as determined by
the ReturnValues
parameter.
- getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
This is a legacy parameter.
- getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
This is a legacy parameter.
- getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- getAttributesToGet() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
This is a legacy parameter.
- getAttributeType() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
The data type for the attribute, where:
- getAttributeUpdate() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- getAttributeUpdates() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
This is a legacy parameter.
- getAttributeValueList() - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
One or more values to evaluate against the supplied attribute.
- getAttributeValueList() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
One or more values to evaluate against the supplied attribute.
- getAttributeValues() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
-
Returns the raw attribute values to be transformed or untransformed.
- getAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
-
- getAttributeValueUpdates() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
-
Get the map of AttributeValueUpdate on each modeled attribute.
- getAttrName() - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
-
- getAutoScalingDisabled() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
Disabled auto scaling for this global table or global secondary index.
- getAutoScalingDisabled() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
Disabled auto scaling for this global table or global secondary index.
- getAutoScalingRoleArn() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
Role ARN used for configuring the auto scaling policy.
- getAutoScalingRoleArn() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
Role ARN used for configuring auto scaling policy.
- getAwsRegion() - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The region in which the GetRecords
request was received.
- getB() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Binary.
- getBackfilling() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Indicates whether the index is currently backfilling.
- getBackupArn() - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
ARN associated with the backup.
- getBackupArn() - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
ARN associated with the backup.
- getBackupArn() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteBackupRequest
-
The ARN associated with the backup.
- getBackupArn() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeBackupRequest
-
The Amazon Resource Name (ARN) associated with the backup.
- getBackupArn() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The Amazon Resource Name (ARN) associated with the backup.
- getBackupCreationDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Time at which the backup was created.
- getBackupCreationDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Time at which the backup was created.
- getBackupDescription() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteBackupResult
-
Contains the description of the backup created for the table.
- getBackupDescription() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeBackupResult
-
Contains the description of the backup created for the table.
- getBackupDetails() - Method in class com.amazonaws.services.dynamodbv2.model.BackupDescription
-
Contains the details of the backup created for the table.
- getBackupDetails() - Method in class com.amazonaws.services.dynamodbv2.model.CreateBackupResult
-
Contains the details of the backup created for the table.
- getBackupExpiryDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Time at which the automatic on-demand backup created by DynamoDB will expire.
- getBackupExpiryDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Time at which the automatic on-demand backup created by DynamoDB will expire.
- getBackupName() - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Name of the requested backup.
- getBackupName() - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Name of the specified backup.
- getBackupName() - Method in class com.amazonaws.services.dynamodbv2.model.CreateBackupRequest
-
Specified name for the backup.
- getBackupSizeBytes() - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Size of the backup in bytes.
- getBackupSizeBytes() - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Size of the backup in bytes.
- getBackupStatus() - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
- getBackupStatus() - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
- getBackupSummaries() - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsResult
-
List of BackupSummary
objects.
- getBackupType() - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
BackupType:
- getBackupType() - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
BackupType:
- getBackupType() - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
The backups from the table specified by BackupType
are listed.
- getBatchGetItemRequest() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext
-
- getBatchGetItemResult() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext
-
- getBatchGetItemResult() - Method in class com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome
-
Returns a non-null low-level result returned from the server side.
- getBatchLoadRetryStrategy() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- getBatchLoadRetryStrategy() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
-
- getBatchWriteItemResult() - Method in class com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome
-
Returns a non-null low-level result returned from the server side.
- getBatchWriteRetryStrategy() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- getBatchWriteRetryStrategy() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
-
- getBigInteger(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as an
BigInteger
; or null if the attribute doesn't exist.
- getBilledSizeBytes() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The billable size of the table export.
- getBillingMode() - Method in class com.amazonaws.services.dynamodbv2.model.BillingModeSummary
-
Controls how you are charged for read and write throughput and how you manage capacity.
- getBillingMode() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Controls how you are charged for read and write throughput and how you manage capacity.
- getBillingMode() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Controls how you are charged for read and write throughput and how you manage capacity.
- getBillingMode() - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The billing mode for provisioning the table created as part of the import operation.
- getBillingMode() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Controls how you are charged for read and write throughput and how you manage capacity.
- getBillingModeOverride() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The billing mode of the restored table.
- getBillingModeOverride() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The billing mode of the restored table.
- getBillingModeSummary() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Contains the details for the read/write capacity mode.
- getBinary(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a
byte array; or null if the attribute either doesn't exist or the
attribute value is null.
- getBinarySet(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a set
of byte arrays; or null if the attribute either doesn't exist or the
attribute value is null.
- getBOOL(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a
non-null Boolean.
- getBOOL() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Boolean.
- getBoolean(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a
primitive boolean.
- getBS() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Binary Set.
- getBucketName() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
- getByteBuffer(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a
ByteBuffer
; or null if the attribute either doesn't exist or
the attribute value is null.
- getByteBufferSet(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a set
of ByteBuffer
; or null if the attribute either doesn't exist
or the attribute value is null.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreams
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams
-
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.AmazonDynamoDBStreamsClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getCachePeriodInMinutes() - Method in class com.amazonaws.services.dynamodbv2.model.Endpoint
-
Endpoint cache time to live (TTL) value.
- getCancellationReasons() - Method in exception com.amazonaws.services.dynamodbv2.model.TransactionCanceledException
-
A list of cancellation reasons.
- getCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
-
The total number of capacity units consumed on a table or an index.
- getCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The total number of capacity units consumed by the operation.
- getClient(Region) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache
-
Returns a client for the requested region, or throws an exception when
unable.
- getClient(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache
-
Returns a client for the requested region, or throws an exception when
unable.
- getClientRequestToken() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionRequest
-
Set this value to get remaining results, if NextToken
was returned in the statement response.
- getClientRequestToken() - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
Providing a ClientRequestToken
makes the call to TransactWriteItems
idempotent, meaning
that multiple identical calls have the same effect as one single call.
- getClientToken() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The client token that was provided for the export task.
- getClientToken() - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Providing a ClientToken
makes the call to ExportTableToPointInTimeInput
idempotent,
meaning that multiple identical calls have the same effect as one single call.
- getClientToken() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The client token that was provided for the import task.
- getClientToken() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Providing a ClientToken
makes the call to ImportTableInput
idempotent, meaning that
multiple identical calls have the same effect as one single call.
- getCloudWatchLogGroupArn() - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
- getCloudWatchLogGroupArn() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.
- getCode() - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementError
-
The error code associated with the failed PartiQL batch statement.
- getCode() - Method in class com.amazonaws.services.dynamodbv2.model.CancellationReason
-
Status code for the result of the cancelled transaction.
- getComparisonOperator() - Method in class com.amazonaws.services.dynamodbv2.document.Expected
-
- getComparisonOperator() - Method in class com.amazonaws.services.dynamodbv2.document.internal.Filter
-
- getComparisonOperator() - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
A comparator for evaluating attributes.
- getComparisonOperator() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
A comparator for evaluating attributes in the AttributeValueList
.
- getComponentNameSet() - Method in class com.amazonaws.services.dynamodbv2.document.PrimaryKey
-
Returns all the key component names of this primary key as a set.
- getComponents() - Method in class com.amazonaws.services.dynamodbv2.document.PrimaryKey
-
Returns all the key components of this primary key.
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
Returns the logical operator on the expected attribute conditions of this
delete operation.
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Returns the logical operator on the query filter conditions.
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
-
Returns the logical operator on the expected value conditions of this save
operation.
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Returns the logical operator on the filter conditions of this scan.
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
AND|OR that applies to all the conditions in the ScanFilters.
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
This is a legacy parameter.
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
This is a legacy parameter.
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
This is a legacy parameter.
- getConditionalOperator() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
This is a legacy parameter.
- getConditionCheck() - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
A request to perform a check item operation.
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
A condition that must be satisfied in order for a conditional DeleteItem
to succeed.
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTransactionWriteExpression
-
A condition that must be satisfied in order for a conditional write to succeed.
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
A condition that must be satisfied in order for a conditional update to succeed.
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
A condition that must be satisfied in order for a conditional delete to succeed.
- 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.Put
-
A condition that must be satisfied in order for a conditional update 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.Update
-
A condition that must be satisfied in order for a conditional update to succeed.
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
A condition that must be satisfied in order for a conditional update to succeed.
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec
-
Returns the condition expression; or null if there is none.
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.PutItemExpressionSpec
-
Returns the condition expression; or null if there is none.
- getConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec
-
Returns the condition expression; or null if there is none.
- getConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
The read consistency of the PartiQL batch request.
- getConsistentRead() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The consistency of a read operation.
- 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:
- getConsistentReads() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
Returns the consistent read behavior.
- getConsistentReads() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
-
Returns the consistent read behavior for this configuration.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
-
The capacity units consumed by an operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
-
The capacity units consumed by an operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementResult
-
The capacity units consumed by the entire operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
The read capacity units consumed by the entire BatchGetItem
operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
The capacity units consumed by the entire BatchWriteItem
operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
The capacity units consumed by the DeleteItem
operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementResult
-
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionResult
-
The capacity units consumed by the entire operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
The capacity units consumed by the GetItem
operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
The capacity units consumed by the PutItem
operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The capacity units consumed by the Query
operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The capacity units consumed by the Scan
operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsResult
-
If the ReturnConsumedCapacity value was TOTAL
, this is an array of
ConsumedCapacity
objects, one for each table addressed by TransactGetItem
objects in
the TransactItems parameter.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsResult
-
The capacity units consumed by the entire TransactWriteItems
operation.
- getConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
The capacity units consumed by the UpdateItem
operation.
- getContinuousBackupsDescription() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContinuousBackupsResult
-
Represents the continuous backups and point in time recovery settings on the table.
- getContinuousBackupsDescription() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsResult
-
Represents the continuous backups and point in time recovery settings on the table.
- getContinuousBackupsStatus() - Method in class com.amazonaws.services.dynamodbv2.model.ContinuousBackupsDescription
-
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLED
- getContributorInsightsAction() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsRequest
-
Represents the contributor insights action.
- getContributorInsightsRuleList() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
List of names of the associated contributor insights rules.
- getContributorInsightsStatus() - Method in class com.amazonaws.services.dynamodbv2.model.ContributorInsightsSummary
-
Describes the current status for contributor insights for the given table and index, if applicable.
- getContributorInsightsStatus() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
Current status of contributor insights.
- getContributorInsightsStatus() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsResult
-
The status of contributor insights
- getContributorInsightsSummaries() - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsResult
-
A list of ContributorInsightsSummary.
- getConversionSchema() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- getConversionSchema() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
-
- getConverter(ConversionSchema.Dependencies) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema
-
Creates an ItemConverter
, injecting dependencies from the
DynamoDBMapper
that needs it.
- getConverter(Class<S>, Class<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverterFactory.DelegateFactory
-
- getConverter(Class<S>, Class<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverterFactory
-
Gets the type-converter matching the target conversion type.
- getCount() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
-
The number of items in the response.
- getCount() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
-
The number of items in the response.
- getCount() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The number of items in the response.
- getCount() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The number of items in the response.
- getCreate() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The parameters required for creating a global secondary index on an existing table:
- getCreate() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicationGroupUpdate
-
The parameters required for creating a replica for the table.
- getCreate() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaUpdate
-
The parameters required for creating a replica on an existing global table.
- getCreationDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The creation time of the global table.
- getCreationDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
- getCreationRequestDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The date and time when the request to create this stream was issued.
- getCsv() - Method in class com.amazonaws.services.dynamodbv2.model.InputFormatOptions
-
The options for imported source files in CSV format.
- getDelayBeforeNextRetry(BatchLoadContext) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.BatchLoadRetryStrategy
-
Returns delay(in milliseconds) before retrying Unprocessed keys
- getDelayBeforeNextRetry(BatchLoadContext) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.DefaultBatchLoadRetryStrategy
-
- getDelayBeforeNextRetry(BatchLoadContext) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.NoRetryBatchLoadRetryStrategy
-
- getDelayBeforeRetryUnprocessedItems(Map<String, List<WriteRequest>>, int) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.BatchWriteRetryStrategy
-
Returns the delay (in milliseconds) before retrying on
UnprocessedItems.
- getDelayBeforeRetryUnprocessedItems(Map<String, List<WriteRequest>>, int) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.DefaultBatchWriteRetryStrategy
-
- getDelete() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The name of an existing global secondary index to be removed.
- getDelete() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicationGroupUpdate
-
The parameters required for deleting a replica for the table.
- getDelete() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaUpdate
-
The name of the existing replica to be removed.
- getDelete() - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
A request to perform a DeleteItem
operation.
- getDeleteItemResult() - Method in class com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome
-
Returns a non-null low-level result returned from the server side.
- getDeleteRequest() - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
A request to perform a DeleteItem
operation.
- getDelimiter() - Method in class com.amazonaws.services.dynamodbv2.model.CsvOptions
-
The delimiter used for separating items in the CSV file being imported.
- getDescription() - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
Returns the table description; or null if the table description has not
yet been described via
Table.describe()
.
- getDestinationStatus() - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationResult
-
The current status of the replication.
- getDestinationStatus() - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationResult
-
The current status of the replication.
- getDestinationStatus() - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
The current status of replication.
- getDestinationStatusDescription() - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
The human-readable string that corresponds to the replica status.
- getDisableScaleIn() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
Indicates whether scale in by the target tracking policy is disabled.
- getDisableScaleIn() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
Indicates whether scale in by the target tracking policy is disabled.
- getDouble(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a
double
.
- getDynamodb() - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The main body of the stream record, containing all of the DynamoDB-specific fields.
- getDynamoDBAttributeName() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
- getDynamoDBAttributeType() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
- getDynamoDBTransactionWriteExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.TransactionWriteRequest.TransactionWriteOperation
-
Write expression for conditionally executing this operation.
- getEarliestRestorableDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryDescription
-
Specifies the earliest point in time you can restore your table to.
- getEnabled() - Method in class com.amazonaws.services.dynamodbv2.model.SSESpecification
-
Indicates whether server-side encryption is done using an Amazon Web Services managed key or an Amazon Web
Services owned key.
- getEnabled() - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveSpecification
-
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
- getEndingSequenceNumber() - Method in class com.amazonaws.services.dynamodbv2.model.SequenceNumberRange
-
The last sequence number for the stream records contained within a shard.
- getEndpoints() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeEndpointsResult
-
List of endpoints.
- getEndTime() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The time at which the export task completed.
- getEndTime() - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The time at which this import task ended.
- getEndTime() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The time at which the creation of the table associated with this import task completed.
- getError() - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementResponse
-
The error associated with a failed PartiQL batch statement.
- getErrorCount() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The number of errors occurred on importing the source file into the target table.
- getEventID() - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
A globally unique identifier for the event that was recorded in this stream record.
- getEventName() - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The type of data modification that was performed on the DynamoDB table:
- getEventSource() - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The AWS service from which the stream record originated.
- getEventVersion() - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The version number of the stream record format.
- getException() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
-
- getExceptionDescription() - Method in class com.amazonaws.services.dynamodbv2.model.FailureException
-
Description of the failure.
- getExceptionName() - Method in class com.amazonaws.services.dynamodbv2.model.FailureException
-
Exception name.
- getExclusiveStartBackupArn() - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
LastEvaluatedBackupArn
is the Amazon Resource Name (ARN) of the backup last evaluated when the
current page of results was returned, inclusive of the current page of results.
- getExclusiveStartGlobalTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesRequest
-
The first global table name that this operation will evaluate.
- getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Returns the exclusive start key for this query.
- getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Returns the exclusive start key for this scan.
- getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The primary key of the first item that this operation will evaluate.
- getExclusiveStartKey() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The primary key of the first item that this operation will evaluate.
- getExclusiveStartShardId() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest
-
The shard ID of the first item that this operation will evaluate.
- getExclusiveStartStreamArn() - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
-
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.
- getExclusiveStartTableName() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
-
- getExclusiveStartTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
The first table name that this operation will evaluate.
- getExecutorService() - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getExecutorService() - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getExists() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Causes DynamoDB to evaluate the value before attempting a conditional operation:
- getExpected() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
Gets the map of attribute names to expected attribute values to check on delete.
- getExpected() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
-
Gets the map of attribute names to expected attribute values to check on save.
- getExpected() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- getExpected() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- getExpected() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- getExpected() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
This is a legacy parameter.
- getExpected() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
This is a legacy parameter.
- getExpected() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
This is a legacy parameter.
- getExportArn() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeExportRequest
-
The Amazon Resource Name (ARN) associated with the export.
- getExportArn() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The Amazon Resource Name (ARN) of the table export.
- getExportArn() - Method in class com.amazonaws.services.dynamodbv2.model.ExportSummary
-
The Amazon Resource Name (ARN) of the export.
- getExportDescription() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeExportResult
-
Represents the properties of the export.
- getExportDescription() - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeResult
-
Contains a description of the table export.
- getExportFormat() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The format of the exported data.
- getExportFormat() - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The format for the exported data.
- getExportManifest() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The name of the manifest file for the export task.
- getExportStatus() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
- getExportStatus() - Method in class com.amazonaws.services.dynamodbv2.model.ExportSummary
-
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
- getExportSummaries() - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsResult
-
A list of ExportSummary
objects.
- getExportTime() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Point in time from which table data was exported.
- getExportTime() - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Time in the past from which to export table data, counted in seconds from the start of the Unix epoch.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
One or more substitution variables for simplifying complex expressions.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
One or more substitution variables for simplifying complex expressions.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
One or more substitution variables for simplifying complex expressions.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTransactionLoadExpression
-
One or more substitution tokens for attribute names in the ProjectionExpression parameter.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTransactionWriteExpression
-
One or more substitution tokens for attribute names in an expression.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
One or more substitution tokens for attribute names in an expression.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
One or more substitution tokens for attribute names in an expression.
- 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.Get
-
One or more substitution tokens for attribute names in the ProjectionExpression parameter.
- 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.Put
-
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.Update
-
One or more substitution tokens for attribute names in an expression.
- getExpressionAttributeNames() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
One or more substitution tokens for attribute names in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
One or more values that can be substituted in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
One or more values that can be substituted in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
One or more values that can be substituted in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTransactionWriteExpression
-
One or more values that can be substituted in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
One or more values that can be substituted in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
One or more values that can be substituted in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
One or more values that can be substituted in an expression.
- getExpressionAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
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.Update
-
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.
- getFailureCode() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Status code for the result of the failed export.
- getFailureCode() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The error code corresponding to the failure that the import job ran into during execution.
- getFailureException() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
Returns information about the last failure that was encountered.
- getFailureMessage() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Export failure reason description.
- getFailureMessage() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The error message corresponding to the failure that the import job ran into during execution.
- getFieldModel(Method) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter
-
Returns the metadata (e.g.
- getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Evaluates the query results and returns only the desired values.
- getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Evaluates the query results and returns only the desired values.
- getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
Any query filters will be ignored if a filter expression has been
specified.
- getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
A string that contains conditions that DynamoDB applies after the Query
operation, but before the
data is returned to you.
- getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A string that contains conditions that DynamoDB applies after the Scan
operation, but before the
data is returned to you.
- getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec
-
Returns the condition expression; or null if there is none.
- getFilterExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec
-
Returns the condition expression; or null if there is none.
- getFloat(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a
float
.
- getGenerateStrategy() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator.AbstractGenerator
-
- getGenerateStrategy() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator
-
Gets the auto-generate strategy.
- getGenerateStrategy() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
Gets the auto-generate strategy.
- getGet() - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItem
-
Contains the primary key that identifies the item to get, together with the name of the table that contains the
item, and optionally the specific attributes of the item to retrieve.
- getGetItemResult() - Method in class com.amazonaws.services.dynamodbv2.document.GetItemOutcome
-
Returns a non-null low-level result returned from the server side.
- getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on each global index affected by the operation.
- getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
Replica-specific global secondary index settings.
- getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more global secondary indexes (the maximum is 20) to be created on the table.
- getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
Replica-specific global secondary index auto scaling settings.
- getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Replica-specific global secondary index settings.
- getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Represents the GSI properties for the table when the backup was created.
- getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.
- getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The global secondary indexes, if any, on the table.
- getGlobalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Replica-specific global secondary index settings.
- getGlobalSecondaryIndexOverride() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
List of global secondary indexes for the restored table.
- getGlobalSecondaryIndexOverride() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
List of global secondary indexes for the restored table.
- getGlobalSecondaryIndexUpdates() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
- getGlobalSecondaryIndexUpdates() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
An array of one or more global secondary indexes for the table.
- getGlobalTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The unique identifier of the global table.
- getGlobalTableBillingMode() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
The billing mode of the global table.
- getGlobalTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalTableResult
-
Contains the details of the global table.
- getGlobalTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableResult
-
Contains the details of the global table.
- getGlobalTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableResult
-
Contains the details of the global table.
- getGlobalTableGlobalSecondaryIndexSettingsUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
Represents the settings of a global secondary index for a global table that will be modified.
- getGlobalTableName() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalTableRequest
-
The global table name.
- getGlobalTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableRequest
-
The name of the global table.
- getGlobalTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableSettingsRequest
-
The name of the global table to describe.
- getGlobalTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableSettingsResult
-
The name of the global table.
- getGlobalTableName() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTable
-
The global table name.
- getGlobalTableName() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The global table name.
- getGlobalTableName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableRequest
-
The global table name.
- getGlobalTableName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
The name of the global table
- getGlobalTableName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsResult
-
The name of the global table.
- getGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
Auto scaling settings for managing provisioned write capacity for the global table.
- getGlobalTableProvisionedWriteCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
- getGlobalTables() - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesResult
-
List of global table names.
- getGlobalTableStatus() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The current state of the global table:
- getGlobalTableVersion() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents the version of
global tables in
use, if the table is replicated across Amazon Web Services Regions.
- getHashKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
-
- getHashKey() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getHashKeyName() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
-
- getHashKeyValues() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Gets the hash key value(s) for this query.
- getHeaderList() - Method in class com.amazonaws.services.dynamodbv2.model.CsvOptions
-
List of the headers used to specify a common header for all source CSV files being imported.
- getIdempotencyToken() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.TransactionWriteRequest
-
Token used to support idempotency on server side.
- getImportArn() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeImportRequest
-
The Amazon Resource Name (ARN) associated with the table you're importing to.
- getImportArn() - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The Amazon Resource Number (ARN) corresponding to the import request.
- getImportArn() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The Amazon Resource Number (ARN) corresponding to the import request.
- getImportedItemCount() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The number of items successfully imported into the new table.
- getImportStatus() - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The status of the import operation.
- getImportStatus() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The status of the import.
- getImportSummaryList() - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsResult
-
A list of ImportSummary
objects.
- getImportTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeImportResult
-
Represents the properties of the table created for the import, and parameters of the import.
- getImportTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableResult
-
Represents the properties of the table created for the import, and parameters of the import.
- getInaccessibleEncryptionDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's KMS key was inaccessible.
- getIndex(String) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
Gets a reference to the specified index.
- 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.datamodeling.DynamoDBQueryExpression
-
Returns the name of the index to be used by this query.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Returns the name of the index to be used by this scan; or null if there
is none.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.document.Index
-
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.ContributorInsightsSummary
-
Name of the index associated with the summary, if any.
- 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.DescribeContributorInsightsRequest
-
The name of the global secondary index to describe, if applicable.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
The name of the global secondary index being described.
- 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.GlobalSecondaryIndexAutoScalingUpdate
-
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.GlobalSecondaryIndexInfo
-
The name of the global secondary index.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
-
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.LocalSecondaryIndexInfo
-
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.ReplicaGlobalSecondaryIndex
-
The name of the global secondary index.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
The name of the global secondary index.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingUpdate
-
The name of the global secondary index.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexDescription
-
The name of the global secondary index.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The name of the global secondary index.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsUpdate
-
The name of the global secondary index.
- 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.UpdateContributorInsightsRequest
-
The global secondary index name, if applicable.
- getIndexName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsResult
-
The name of the global secondary index, if applicable.
- 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:
- getIndexStatus() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
The current state of the replica global secondary index:
- getIndexStatus() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The current status of the global secondary index:
- getInMemoryUpdates() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
-
Get the list of all the necessary in-memory update on the object.
- getInputCompressionType() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The compression options for the data that has been imported into the target table.
- getInputCompressionType() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Type of compression to be used on the input coming from the imported table.
- getInputFormat() - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The format of the source data.
- getInputFormat() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The format of the source data going into the target table.
- getInputFormat() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
The format of the source data.
- getInputFormatOptions() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The format options for the data that was imported into the target table.
- getInputFormatOptions() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Additional properties that specify how the input is formatted,
- getInstance(Condition) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ParenthesizedCondition
-
Returns a parenthesized condition for the given condition if the given
condition is not already a parenthesized condition; or the original
condition otherwise.
- getInt(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as an
int
.
- getItem(GetItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- getItem(String, Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- getItem(String, Map<String, AttributeValue>, Boolean) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- 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
-
Simplified method form for invoking the GetItem operation.
- getItem(String, Map<String, AttributeValue>, Boolean) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Simplified method form for invoking the GetItem operation.
- 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
-
- getItem(String, Map<String, AttributeValue>, Boolean) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
- getItem(String, Object, String, Map<String, String>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item via the specified hash key using projection expression.
- getItem(String, Object, String, Object, String, Map<String, String>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item via the specified hash key and range key using
projection expression.
- getItem(PrimaryKey) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item by primary key; or null if the item doesn't exist.
- getItem(KeyAttribute...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item by primary key.
- getItem(String, Object) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item by primary key when the primary key is a hash-only key.
- getItem(String, Object, String, Object) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item by primary key when the primary key consists of both a
hash-key and a range-key.
- getItem(PrimaryKey, String, Map<String, String>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item using projection expression.
- getItem(GetItemSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item by specifying all the details.
- getItem() - Method in class com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome
-
Returns all the returned attributes as an
Item
; or null if
the item doesn't exist.
- getItem() - Method in class com.amazonaws.services.dynamodbv2.document.GetItemOutcome
-
Returns all the returned attributes as an
Item
; or null if the
item doesn't exist.
- getItem(GetItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItem(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItem(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItem(PrimaryKey, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItem(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItem(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItem(String, Object, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItem(String, Object, String, Object, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItem() - Method in class com.amazonaws.services.dynamodbv2.document.PutItemOutcome
-
Returns all the returned attributes as a (non-null)
Item
.
- getItem() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- getItem(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItem(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItem(PrimaryKey, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItem(GetItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItem(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItem(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItem(String, Object, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItem(String, Object, String, Object, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItem(String, Object, String, Object, GetItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItem() - Method in class com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome
-
Returns all the returned attributes as a (non-null)
Item
.
- getItem() - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementResponse
-
A DynamoDB item associated with a BatchStatementResponse
- getItem() - Method in class com.amazonaws.services.dynamodbv2.model.CancellationReason
-
Item in the request which caused the transaction to get cancelled.
- getItem() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
A map of attribute names to AttributeValue
objects, as specified by
ProjectionExpression
.
- getItem() - Method in class com.amazonaws.services.dynamodbv2.model.ItemResponse
-
Map of attribute data consisting of the data type and attribute value.
- getItem() - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
A map of attribute name to attribute values, representing the primary key of the item to be written by
PutItem
.
- getItem() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
A map of attribute name/value pairs, one for each attribute.
- getItem() - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
-
A map of attribute name to attribute values, representing the primary key of an item to be processed by
PutItem
.
- GetItemApi - Interface in com.amazonaws.services.dynamodbv2.document.api
-
A Table-centric GetItem API.
- getItemAsync(GetItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- getItemAsync(GetItemRequest, AsyncHandler<GetItemRequest, GetItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- getItemAsync(String, Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the GetItem operation.
- getItemAsync(String, Map<String, AttributeValue>, AsyncHandler<GetItemRequest, GetItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the GetItem operation with an AsyncHandler.
- getItemAsync(String, Map<String, AttributeValue>, Boolean) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the GetItem operation.
- getItemAsync(String, Map<String, AttributeValue>, Boolean, AsyncHandler<GetItemRequest, GetItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the GetItem operation with an AsyncHandler.
- 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(String, Map<String, AttributeValue>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the GetItem operation.
- getItemAsync(String, Map<String, AttributeValue>, AsyncHandler<GetItemRequest, GetItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the GetItem operation with an AsyncHandler.
- getItemAsync(String, Map<String, AttributeValue>, Boolean) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the GetItem operation.
- getItemAsync(String, Map<String, AttributeValue>, Boolean, AsyncHandler<GetItemRequest, GetItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the GetItem operation with an AsyncHandler.
- getItemAsync(GetItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- getItemAsync(GetItemRequest, AsyncHandler<GetItemRequest, GetItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- getItemAsync(String, Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the GetItem operation.
- getItemAsync(String, Map<String, AttributeValue>, AsyncHandler<GetItemRequest, GetItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the GetItem operation with an AsyncHandler.
- getItemAsync(String, Map<String, AttributeValue>, Boolean) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the GetItem operation.
- getItemAsync(String, Map<String, AttributeValue>, Boolean, AsyncHandler<GetItemRequest, GetItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the GetItem operation with an AsyncHandler.
- 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 DeleteItem
operation.
- getItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
Information about item collections, if any, that were affected by the PutItem
operation.
- getItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsResult
-
A list of tables that were processed by TransactWriteItems
and, for each table, information about
any item collections that were affected by individual UpdateItem
, PutItem
, or
DeleteItem
operations.
- getItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
Information about item collections, if any, that were affected by the UpdateItem
operation.
- getItemCount() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The number of items exported.
- 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.SourceTableDetails
-
Number of items in the table.
- getItemCount() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The number of items in the specified table.
- GetItemExpressionSpec - Class in com.amazonaws.services.dynamodbv2.xspec
-
Expression specification for making GetItem request to Amazon DynamoDB.
- GetItemImpl - Class in com.amazonaws.services.dynamodbv2.document.internal
-
The implementation for GetItemApi
.
- GetItemImpl(AmazonDynamoDB, Table) - Constructor for class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItemOutcome(PrimaryKey) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item and the associated information by primary key.
- getItemOutcome(KeyAttribute...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item and the associated information by primary key when the
primary key is a hash-only key.
- getItemOutcome(String, Object) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item and the associated information by primary key when the
primary key is a hash-only key.
- getItemOutcome(String, Object, String, Object) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item and the associated information by primary key when the
primary key consists of both a hash-key and a range-key.
- getItemOutcome(PrimaryKey, String, Map<String, String>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item and the associated information using projection
expression.
- getItemOutcome(String, Object, String, Map<String, String>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item and the associated information via the specified hash
key using projection expression.
- getItemOutcome(String, Object, String, Object, String, Map<String, String>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item and the associated information via the specified hash
key and range key using projection expression.
- getItemOutcome(GetItemSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.GetItemApi
-
Retrieves an item and the associated information by specifying all the
details.
- GetItemOutcome - Class in com.amazonaws.services.dynamodbv2.document
-
The outcome of getting an item from DynamoDB table.
- GetItemOutcome(GetItemResult) - Constructor for class com.amazonaws.services.dynamodbv2.document.GetItemOutcome
-
- getItemOutcome(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItemOutcome(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItemOutcome(PrimaryKey, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItemOutcome(GetItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItemOutcome(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItemOutcome(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItemOutcome(String, Object, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItemOutcome(String, Object, String, Object, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl
-
- getItemOutcome(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItemOutcome(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItemOutcome(PrimaryKey, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItemOutcome(GetItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItemOutcome(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItemOutcome(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItemOutcome(String, Object, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItemOutcome(String, Object, String, Object, String, Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getItemOutcome(String, Object, String, Object, GetItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- GetItemRequest - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the input of a GetItem
operation.
- GetItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Default constructor for GetItemRequest object.
- GetItemRequest(String, Map<String, AttributeValue>) - Constructor for class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Constructs a new GetItemRequest object.
- GetItemRequest(String, Map<String, AttributeValue>, Boolean) - Constructor for class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Constructs a new GetItemRequest object.
- GetItemResult - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the output of a GetItem
operation.
- GetItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
- getItems() - Method in class com.amazonaws.services.dynamodbv2.document.QueryOutcome
-
Returns a non-null list of the returned items; can be empty.
- getItems() - Method in class com.amazonaws.services.dynamodbv2.document.ScanOutcome
-
Returns a non-null list of the returned items; can be empty.
- getItems() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementResult
-
If a read operation was used, this property will contain the result of the read operation; a map of attribute
names and their values.
- getItems() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
An array of item attributes that match the query criteria.
- getItems() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
An array of item attributes that match the scan criteria.
- GetItemSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
-
Full parameter specification for the GetItem API.
- GetItemSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- getItemsToPut() - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
-
Returns the collection of items to be put in the current table in
a batch write operation.
- getJSON(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a
JSON string; or null if the attribute either doesn't
exist or the attribute value is null.
- getJSONPretty(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a
JSON string with pretty indentation; or null if the attribute either
doesn't exist or the attribute value is null.
- getKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
- getKey() - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
The primary key of the item to be checked.
- getKey() - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
The primary key of the item to be deleted.
- 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.Get
-
A map of attribute names to AttributeValue
objects that specifies the primary key of the item to
retrieve.
- 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.Tag
-
The key of the tag.
- getKey() - Method in class com.amazonaws.services.dynamodbv2.model.Update
-
The primary key of the item to be updated.
- getKey() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
The primary key of the item to be updated.
- getKeyComponents() - Method in class com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
-
Returns the primary key components that has been specified.
- getKeyCondition() - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
-
- getKeyConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Returns the condition that specifies the key value(s) for items to be
retrieved by the Query action.
- getKeyConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getKeyConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The condition that specifies the key values for items to be retrieved by the Query
action.
- getKeyConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec
-
Returns the key condition expression; or null if there is none.
- getKeyConditions() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- 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.
- getKeys() - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The primary key attribute(s) for the DynamoDB item that was modified.
- 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.GlobalSecondaryIndexInfo
-
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.LocalSecondaryIndexInfo
-
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names and
key types:
- getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Schema of the table.
- getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The key attribute(s) of the stream's DynamoDB table.
- getKeySchema() - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The primary key and option sort key of the table created as part of the import operation.
- 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:
- getKinesisDataStreamDestinations() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeKinesisStreamingDestinationResult
-
The list of replica structures for the table being described.
- getKMSMasterKeyArn() - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
The KMS key ARN used for the KMS encryption.
- getKMSMasterKeyId() - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
The KMS key that should be used for KMS encryption in the new replica.
- getKMSMasterKeyId() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The KMS key of the replica that will be used for KMS encryption.
- getKMSMasterKeyId() - Method in class com.amazonaws.services.dynamodbv2.model.SSESpecification
-
The KMS key that should be used for the KMS encryption.
- getKMSMasterKeyId() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
The KMS key of the replica that should be used for KMS encryption.
- getL() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type List.
- getLastDecreaseDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The date and time of the last provisioned throughput decrease for this table.
- getLastEvaluatedBackupArn() - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsResult
-
The ARN of the backup last evaluated when the current page of results was returned, inclusive of the current page
of results.
- getLastEvaluatedGlobalTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesResult
-
Last evaluated global table name.
- getLastEvaluatedKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
-
Returns the last evaluated key, which can be used as the
exclusiveStartKey to fetch the next page of results.
- getLastEvaluatedKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
-
Returns the last evaluated key, which can be used as the
exclusiveStartKey to fetch the next page of results.
- getLastEvaluatedKey() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementResult
-
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.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.
- getLastEvaluatedShardId() - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The shard ID of the item where the operation stopped, inclusive of the previous result set.
- getLastEvaluatedStreamArn() - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsResult
-
The stream ARN 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.
- getLastLowLevelResult() - Method in class com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection
-
Returns the low-level result last retrieved (for the current page) from
the server side; or null if there has yet no calls to the server.
- getLastLowLevelResult() - Method in class com.amazonaws.services.dynamodbv2.document.ItemCollection
-
Returns the low-level result last retrieved (for the current page) from
the server side; or null if there has yet no calls to the server.
- getLastLowLevelResult() - Method in class com.amazonaws.services.dynamodbv2.document.TableCollection
-
Returns the low-level result last retrieved (for the current page) from
the server side; or null if there has yet no calls to the server.
- getLastUpdateDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
Timestamp of the last time the status was changed.
- getLastUpdateDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.TableClassSummary
-
The date and time at which the table class was last updated.
- getLastUpdateToPayPerRequestDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.BillingModeSummary
-
Represents the time when PAY_PER_REQUEST
was last set as the read/write capacity mode.
- getLatestRestorableDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryDescription
-
LatestRestorableDateTime
is typically 5 minutes before the current time.
- 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.datamodeling.DynamoDBQueryExpression
-
Returns the maximum number of items to retrieve in each service request
to DynamoDB.
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Returns the limit of items to scan during this scan.
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest
-
The maximum number of shard objects to return.
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The maximum number of items to evaluate (not necessarily the number of matching items).
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequest
-
The maximum number of records to return from the shard.
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
Maximum number of backups to return at once.
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesRequest
-
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
-
The maximum number of streams to return.
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
A maximum number of table names to return.
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The maximum number of items to evaluate (not necessarily the number of matching items).
- getLimit() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The maximum number of items to evaluate (not necessarily the number of matching items).
- getList(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a set
of T
's.; or null if the attribute either doesn't exist or
the attribute value is null.
- getLocalSaveBehavior() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
-
Get the SaveBehavior used locally for this save operation.
- getLocalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on each local index affected by the operation.
- getLocalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more local secondary indexes (the maximum is 5) to be created on the table.
- getLocalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Represents the LSI properties for the table when the backup was created.
- getLocalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents one or more local secondary indexes on the table.
- getLocalSecondaryIndexOverride() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
List of local secondary indexes for the restored table.
- getLocalSecondaryIndexOverride() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
List of local secondary indexes for the restored table.
- getLong(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as an
long
.
- getLowLevelResult() - Method in class com.amazonaws.services.dynamodbv2.document.Page
-
- getM() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Map.
- getMap(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a map
of string-to-T
's; or null if the attribute either doesn't
exist or the attribute value is null.
- getMapOfNumbers(String, Class<T>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Convenient method to return the specified attribute in the current item
as a (copy of) map of string-to-T
's where T must be a
subclass of Number
; or null if the attribute doesn't
exist.
- getMapperConfig() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
-
- getMaximumUnits() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
The maximum capacity units that a global table or global secondary index should be scaled up to.
- getMaximumUnits() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
The maximum capacity units that a global table or global secondary index should be scaled up to.
- getMaxResults() - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsRequest
-
Maximum number of results to return per page.
- getMaxResults() - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsRequest
-
Maximum number of results to return per page.
- getMaxResultSize() - Method in class com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection
-
Returns the maximum number of resources to be retrieved in this
collection; or null if there is no limit.
- getMaxResultSize() - Method in class com.amazonaws.services.dynamodbv2.document.ItemCollection
-
Returns the maximum number of resources to be retrieved in this
collection; or null if there is no limit.
- getMaxResultSize() - Method in class com.amazonaws.services.dynamodbv2.document.TableCollection
-
Returns the maximum number of resources to be retrieved in this
collection; or null if there is no limit.
- getMaxRetryOnUnprocessedItems(Map<String, List<WriteRequest>>) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.BatchWriteRetryStrategy
-
Returns the max number of retries to be performed if the service
returns UnprocessedItems in the response.
- getMaxRetryOnUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.DefaultBatchWriteRetryStrategy
-
- getMemberMarshaller() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CollectionToListMarshaller
-
- getMemberMarshaller() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.MapToMapMarshaller
-
- getMessage() - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementError
-
The error message associated with the PartiQL batch response.
- getMessage() - Method in class com.amazonaws.services.dynamodbv2.model.CancellationReason
-
Cancellation reason message description.
- getMinimumUnits() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
The minimum capacity units that a global table or global secondary index should be scaled down to.
- getMinimumUnits() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
The minimum capacity units that a global table or global secondary index should be scaled down to.
- getModelClass() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
-
- getN() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Number.
- getName() - Method in class com.amazonaws.services.dynamodbv2.document.Attribute
-
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec
-
Returns the name map which is unmodifiable; or null if there is none.
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec
-
Returns the name map which is unmodifiable; or null if there is none.
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.PutItemExpressionSpec
-
Returns the name map which is unmodifiable; or null if there is none.
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec
-
Returns the name map which is unmodifiable; or null if there is none.
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec
-
Returns the name map which is unmodifiable; or null if there is none.
- getNameMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec
-
Returns the name map which is unmodifiable; or null if there is none.
- getNewImage() - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The item in the DynamoDB table as it appeared after it was modified.
- getNextBatchOfScanResults() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask
-
- getNextShardIterator() - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsResult
-
The next position in the shard from which to start sequentially reading stream records.
- getNextToken() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
Set this value to get remaining results, if NextToken
was returned in the statement response.
- getNextToken() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementResult
-
If the response of a read request exceeds the response payload limit DynamoDB will set this value in the
response.
- getNextToken() - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsRequest
-
A token to for the desired page, if there is one.
- getNextToken() - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsResult
-
A token to go to the next page if there is one.
- getNextToken() - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsRequest
-
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports
.
- getNextToken() - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsResult
-
If this value is returned, there are additional results to be displayed.
- getNextToken() - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsRequest
-
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports
.
- getNextToken() - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsResult
-
If this value is returned, there are additional results to be displayed.
- getNextToken() - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceRequest
-
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.
- getNextToken() - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceResult
-
If this value is returned, there are additional results to be displayed.
- 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
-
An attribute of type Number Set.
- getNULL() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Null.
- getNumber(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a
BigDecimal
; or null if the attribute either doesn't exist or
the attribute value is null.
- getNumberOfDecreasesToday() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The number of provisioned throughput decreases for this table during this UTC calendar day.
- getNumberSet(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a set
of BigDecimal's; or null if the attribute either doesn't exist or the
attribute value is null.
- getObject() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.TransactionWriteRequest.TransactionWriteOperation
-
Object on which this operation would be executed.
- getObjectLoadExpressions() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.TransactionLoadRequest
-
Projection expressions for loading specific item attributes.
- getObjectsToLoad() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.TransactionLoadRequest
-
Key objects corresponding to the classes to load.
- getObjectTableNameResolver() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- getObjectTableNameResolver() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
-
Returns the object table name resolver for this configuration.
- getOldImage() - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The item in the DynamoDB table as it appeared before it was modified.
- getPageSize() - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsRequest
-
The number of ImportSummary
objects returned in a single page.
- getPaginationLoadingStrategy() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- getPaginationLoadingStrategy() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
-
Returns the pagination loading strategy for this configuration.
- getParameters() - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
The parameters associated with a PartiQL statement in the batch request.
- getParameters() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The parameters for the PartiQL statement, if any.
- getParameters() - Method in class com.amazonaws.services.dynamodbv2.model.ParameterizedStatement
-
The parameter values.
- getParentShardId() - Method in class com.amazonaws.services.dynamodbv2.model.Shard
-
The shard ID of the current shard's parent.
- getPointInTimeRecoveryDescription() - Method in class com.amazonaws.services.dynamodbv2.model.ContinuousBackupsDescription
-
The description of the point in time recovery settings applied to the table.
- getPointInTimeRecoveryEnabled() - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoverySpecification
-
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
- getPointInTimeRecoverySpecification() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsRequest
-
Represents the settings used to enable point in time recovery.
- getPointInTimeRecoveryStatus() - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryDescription
-
The current state of point in time recovery:
- getPolicyName() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyDescription
-
The name of the scaling policy.
- getPolicyName() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyUpdate
-
The name of the scaling policy.
- getPrimaryKeyAttributeValues() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
-
Get the map of all the specified primamry keys of the saved object.
- getPrimaryKeys() - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
Return the list of primary keys (of the current table) to be included in
a batch get-item operation.
- getPrimaryKeysToDelete() - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
-
Return the list of primary keys (of the current table) to be deleted in
a batch write operation.
- getPrincipalId() - Method in class com.amazonaws.services.dynamodbv2.model.Identity
-
A unique identifier for the entity that made the call.
- getProcessedItemCount() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The total number of items processed from the source file.
- getProcessedSizeBytes() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The total size of data processed from the source file, in Bytes.
- 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 the global secondary index.
- getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexInfo
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
Represents attributes that are copied (projected) from the table into the local secondary index.
- getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- getProjection() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexInfo
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
A string that identifies one or more attributes to retrieve from the
table.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
A string that identifies one or more attributes to retrieve from the
table.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTransactionLoadExpression
-
A string that identifies one or more attributes of the specified item to retrieve from the table.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.Get
-
A string that identifies one or more attributes of the specified item to retrieve from the table.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
A string that identifies one or more attributes to retrieve from the table.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
A string that identifies one or more attributes to retrieve from the table.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
A string that identifies one or more attributes to retrieve from the table.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A string that identifies one or more attributes to retrieve from the specified table or index.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec
-
Returns the projection expression; or null if there is none.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec
-
Returns the projection expression; or null if there is none.
- getProjectionExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec
-
Returns the projection expression; or null if there is none.
- getProjectionType() - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
The set of attributes that are projected into the index:
- getProvisionedReadCapacityAutoScalingSettings() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
- getProvisionedReadCapacityAutoScalingSettings() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
Auto scaling settings for a global secondary index replica's read capacity units.
- getProvisionedReadCapacityAutoScalingSettingsUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsUpdate
-
Auto scaling settings for managing a global secondary index replica's read capacity units.
- getProvisionedReadCapacityAutoScalingUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingUpdate
-
- getProvisionedReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
- getProvisionedReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsUpdate
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
-
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Represents the provisioned throughput settings for the specified global secondary 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 the specified global secondary index.
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Represents the provisioned throughput settings for the specified global secondary index.
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexInfo
-
Represents the provisioned throughput settings for the specified global secondary index.
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Read IOPs and Write IOPS on the table when the backup was created.
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
- 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 the specified global secondary index.
- getProvisionedThroughput() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The new provisioned throughput settings for the specified table or index.
- getProvisionedThroughputOverride() - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
Replica-specific provisioned throughput.
- getProvisionedThroughputOverride() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Replica-specific provisioned throughput.
- getProvisionedThroughputOverride() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndex
-
Replica table GSI-specific provisioned throughput.
- getProvisionedThroughputOverride() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexDescription
-
If not described, uses the source table GSI's read capacity settings.
- getProvisionedThroughputOverride() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
Provisioned throughput settings for the restored table.
- getProvisionedThroughputOverride() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Provisioned throughput settings for the restored table.
- getProvisionedThroughputOverride() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Replica-specific provisioned throughput.
- getProvisionedWriteCapacityAutoScalingSettings() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
- getProvisionedWriteCapacityAutoScalingSettings() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
Auto scaling settings for a global secondary index replica's write capacity units.
- getProvisionedWriteCapacityAutoScalingSettingsUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
-
Auto scaling settings for managing a global secondary index's write capacity units.
- getProvisionedWriteCapacityAutoScalingUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexAutoScalingUpdate
-
- getProvisionedWriteCapacityAutoScalingUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
- getProvisionedWriteCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
- getProvisionedWriteCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException
.
- getPut() - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
A request to perform a PutItem
operation.
- getPutItemResult() - Method in class com.amazonaws.services.dynamodbv2.document.PutItemOutcome
-
Returns a non-null low-level result returned from the server side.
- getPutRequest() - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
A request to perform a PutItem
operation.
- getQueryFilter() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Returns the query filter applied on this query.
- getQueryFilter() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- getQueryFilters() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getQueryResult() - Method in class com.amazonaws.services.dynamodbv2.document.QueryOutcome
-
Returns a non-null low-level result returned from the server side.
- getRangeKey() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
-
- getRangeKeyCondition() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getRangeKeyConditions() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Gets the range key condition for this query.
- getRangeKeyName() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
-
- getRawMap(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Convenient method to return the value of the specified attribute in the
current item as a map of string-to-Object
's; or null if the
attribute either doesn't exist or the attribute value is null.
- getReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
-
The total number of read capacity units consumed on a table or an index.
- getReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The total number of read capacity units consumed by the operation.
- 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
.
- getReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputOverride
-
Replica-specific read capacity units.
- getRecords(GetRecordsRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreams
-
- getRecords(GetRecordsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams
-
Retrieves the stream records from a given shard.
- getRecords(GetRecordsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsClient
-
Retrieves the stream records from a given shard.
- getRecords() - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsResult
-
The stream records from the shard, which were retrieved using the shard iterator.
- getRecordsAsync(GetRecordsRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreamsAsync
-
- getRecordsAsync(GetRecordsRequest, AsyncHandler<GetRecordsRequest, GetRecordsResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreamsAsync
-
- getRecordsAsync(GetRecordsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsync
-
Retrieves the stream records from a given shard.
- getRecordsAsync(GetRecordsRequest, AsyncHandler<GetRecordsRequest, GetRecordsResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsync
-
Retrieves the stream records from a given shard.
- getRecordsAsync(GetRecordsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient
-
- getRecordsAsync(GetRecordsRequest, AsyncHandler<GetRecordsRequest, GetRecordsResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient
-
- GetRecordsRequest - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the input of a GetRecords
operation.
- GetRecordsRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.GetRecordsRequest
-
- GetRecordsResult - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the output of a GetRecords
operation.
- GetRecordsResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.GetRecordsResult
-
- getRegion() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
Returns the S3 region as string.
- getRegionName() - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicaAction
-
The Region of the replica to be added.
- getRegionName() - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
The Region where the new replica will be created.
- getRegionName() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteReplicaAction
-
The Region of the replica to be removed.
- getRegionName() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteReplicationGroupMemberAction
-
The Region where the replica exists.
- getRegionName() - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesRequest
-
Lists the global tables in a specific Region.
- getRegionName() - Method in class com.amazonaws.services.dynamodbv2.model.Replica
-
The Region where the replica needs to be created.
- getRegionName() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
The Region where the replica exists.
- getRegionName() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingUpdate
-
The Region where the replica exists.
- getRegionName() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The name of the Region.
- getRegionName() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The Region name of the replica.
- getRegionName() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
The Region of the replica to be added.
- getRegionName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
The Region where the replica exists.
- getReplicaBillingModeSummary() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The read/write capacity mode of the replica.
- getReplicaGlobalSecondaryIndexSettings() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
Replica global secondary index settings for the global table.
- getReplicaGlobalSecondaryIndexSettingsUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
Represents the settings of a global secondary index for a global table that will be modified.
- getReplicaGlobalSecondaryIndexUpdates() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingUpdate
-
Represents the auto scaling settings of global secondary indexes that will be modified.
- getReplicaInaccessibleDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The time at which the replica was first detected as inaccessible.
- getReplicaProvisionedReadCapacityAutoScalingSettings() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
- getReplicaProvisionedReadCapacityAutoScalingSettings() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
Auto scaling settings for a global table replica's read capacity units.
- getReplicaProvisionedReadCapacityAutoScalingSettingsUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
Auto scaling settings for managing a global table replica's read capacity units.
- getReplicaProvisionedReadCapacityAutoScalingUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingUpdate
-
- getReplicaProvisionedReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
- getReplicaProvisionedReadCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
- getReplicaProvisionedWriteCapacityAutoScalingSettings() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
- getReplicaProvisionedWriteCapacityAutoScalingSettings() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
Auto scaling settings for a global table replica's write capacity units.
- getReplicaProvisionedWriteCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException
.
- getReplicas() - Method in class com.amazonaws.services.dynamodbv2.model.TableAutoScalingDescription
-
Represents replicas of the global table.
- getReplicas() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents replicas of the table.
- getReplicaSettings() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableSettingsResult
-
The Region-specific settings for the global table.
- getReplicaSettings() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsResult
-
The Region-specific settings for the global table.
- getReplicaSettingsUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
Represents the settings for a global table in a Region that will be modified.
- getReplicaStatus() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
The current state of the replica:
- getReplicaStatus() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The current state of the replica:
- getReplicaStatus() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The current state of the Region:
- getReplicaStatusDescription() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Detailed information about the replica status.
- getReplicaStatusPercentProgress() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Specifies the progress of a Create, Update, or Delete action on the replica as a percentage.
- getReplicaTableClass() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
Replica-specific table class.
- getReplicaTableClassSummary() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
- getReplicaTableClassSummary() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
- getReplicationGroup() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalTableRequest
-
The Regions where the global table needs to be created.
- getReplicationGroup() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTable
-
The Regions where the global table has replicas.
- getReplicationGroup() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The Regions where the global table has replicas.
- getReplicaUpdates() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableRequest
-
A list of Regions that should be added or removed from the global table.
- getReplicaUpdates() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
Represents the auto scaling settings of replicas of the table that will be modified.
- getReplicaUpdates() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
A list of replica update actions (create, delete, or update) for the table.
- getRequestItems() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
A map of one or more table names and, for each table, a map that describes one or more items to retrieve from
that table.
- getRequestItems() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
A map of one or more table names and, for each table, a list of operations to be performed (
DeleteRequest
or PutRequest
).
- getRequestMetricCollector() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- getRequestMetricCollector() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
-
Returns the request metric collector or null if not specified.
- getResourceArn() - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceRequest
-
The Amazon DynamoDB resource with tags to be listed.
- getResourceArn() - Method in class com.amazonaws.services.dynamodbv2.model.TagResourceRequest
-
Identifies the Amazon DynamoDB resource to which tags should be added.
- getResourceArn() - Method in class com.amazonaws.services.dynamodbv2.model.UntagResourceRequest
-
The DynamoDB resource that the tags will be removed from.
- getResponses() - Method in exception com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.BatchGetItemException
-
Returns a map of the loaded objects.
- getResponses() - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementResult
-
The response to each PartiQL statement in the batch.
- getResponses() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
A map of table name to a list of items.
- getResponses() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionResult
-
The response to a PartiQL transaction.
- getResponses() - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsResult
-
An ordered array of up to 25 ItemResponse
objects, each of which corresponds to the
TransactGetItem
object in the same position in the TransactItems array.
- getRestoreDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
Point in time or source backup time.
- getRestoreDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Time in the past to restore the table to.
- getRestoreInProgress() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
Indicates if a restore is in progress or not.
- getRestoreSummary() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Contains details for the restore.
- getResults() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
-
Returns all matching items for this page of query results.
- getResults() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
-
Returns all matching items for this page of scan results, which may be
empty.
- getRetriesAttempted() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext
-
Gets the retriesAttempted.
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
A value that if set to TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
A value that if set to TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementRequest
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionRequest
-
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in
the response.
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsRequest
-
A value of TOTAL
causes consumed capacity information to be returned, and a value of
NONE
prevents that information from being returned.
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
- getReturnConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- getReturnItemCollectionMetrics() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
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.TransactWriteItemsRequest
-
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.document.spec.DeleteItemSpec
-
- getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Use ReturnValues
if you want to get the item attributes as they appeared before they were deleted.
- getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Use ReturnValues
if you want to get the item attributes as they appeared before they were updated
with the PutItem
request.
- getReturnValues() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Use ReturnValues
if you want to get the item attributes as they appear before or after they are
updated.
- getReturnValuesOnConditionCheckFailure() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.TransactionWriteRequest.TransactionWriteOperation
-
Return value type that specifies which attributes values (of existing item) should be returned if condition check fails.
- getReturnValuesOnConditionCheckFailure() - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the
ConditionCheck
condition fails.
- getReturnValuesOnConditionCheckFailure() - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Delete
condition fails.
- getReturnValuesOnConditionCheckFailure() - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Put
condition
fails.
- getReturnValuesOnConditionCheckFailure() - Method in class com.amazonaws.services.dynamodbv2.model.Update
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Update
condition fails.
- getS() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type String.
- getS3Bucket() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The name of the Amazon S3 bucket containing the export.
- getS3Bucket() - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The name of the Amazon S3 bucket to export the snapshot to.
- getS3Bucket() - Method in class com.amazonaws.services.dynamodbv2.model.S3BucketSource
-
The S3 bucket that is being imported from.
- getS3BucketOwner() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The ID of the Amazon Web Services account that owns the bucket containing the export.
- getS3BucketOwner() - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The ID of the Amazon Web Services account that owns the bucket the export will be stored in.
- getS3BucketOwner() - Method in class com.amazonaws.services.dynamodbv2.model.S3BucketSource
-
The account number of the S3 bucket that is being imported from.
- getS3BucketSource() - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The path and S3 bucket of the source file that is being imported.
- getS3BucketSource() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
Values for the S3 bucket the source file is imported from.
- getS3BucketSource() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
The S3 bucket that provides the source for the import.
- getS3ClientCache() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- getS3ClientCache() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
-
- getS3ClientCache() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
- getS3ClientCache() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link.Factory
-
- getS3KeyPrefix() - Method in class com.amazonaws.services.dynamodbv2.model.S3BucketSource
-
The key prefix shared by all S3 Objects that are being imported.
- getS3Prefix() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.
- getS3Prefix() - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.
- getS3Region() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
Returns the S3 region in
Region
format.
- getS3SseAlgorithm() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Type of encryption used on the bucket where export data is stored.
- getS3SseAlgorithm() - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Type of encryption used on the bucket where export data will be stored.
- getS3SseKmsKeyId() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The ID of the KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable).
- getS3SseKmsKeyId() - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The ID of the KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).
- getSaveBehavior() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- getSaveBehavior() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
-
Returns the save behavior for this configuration.
- getScaleInCooldown() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
The amount of time, in seconds, after a scale in activity completes before another scale in activity can start.
- getScaleInCooldown() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
The amount of time, in seconds, after a scale in activity completes before another scale in activity can start.
- getScaleOutCooldown() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
The amount of time, in seconds, after a scale out activity completes before another scale out activity can start.
- getScaleOutCooldown() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
The amount of time, in seconds, after a scale out activity completes before another scale out activity can start.
- getScalingPolicies() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
Information about the scaling policies.
- getScalingPolicyUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
The scaling policy to apply for scaling target global table or global secondary index capacity units.
- getScanFilter() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Returns the scan filter as a map of attribute names to conditions.
- getScanFilter() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
This is a legacy parameter.
- getScanFilters() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- 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.datamodeling.QueryResultPage
-
The number of items evaluated, before any QueryFilter is
applied.
- getScannedCount() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
-
The number of items evaluated, before any ScanFilter is
applied.
- getScannedCount() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The number of items evaluated, before any QueryFilter
is applied.
- getScannedCount() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The number of items evaluated, before any ScanFilter
is applied.
- getScanResult() - Method in class com.amazonaws.services.dynamodbv2.document.ScanOutcome
-
Returns a non-null low-level result returned from the server side.
- getSegment() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Returns the ID of the segment to be scanned.
- getSegment() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- getSegment() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
For a parallel Scan
request, Segment
identifies an individual segment to be scanned by
an application worker.
- getSelect() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
The attributes to be returned in the result.
- getSelect() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
The attributes to be returned in the result.
- getSelect() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getSelect() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
Specifies the attributes to be returned.
- getSelect() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The attributes to be returned in the result.
- getSelect() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The attributes to be returned in the result.
- getSequenceNumber() - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
The sequence number of a stream record in the shard from which to start reading.
- getSequenceNumber() - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The sequence number of the stream record.
- getSequenceNumberRange() - Method in class com.amazonaws.services.dynamodbv2.model.Shard
-
The range of possible sequence numbers for the shard.
- getShardId() - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
The identifier of the shard.
- getShardId() - Method in class com.amazonaws.services.dynamodbv2.model.Shard
-
The system-generated identifier for this shard.
- getShardIterator(GetShardIteratorRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreams
-
- getShardIterator(GetShardIteratorRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams
-
Returns a shard iterator.
- getShardIterator(GetShardIteratorRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsClient
-
Returns a shard iterator.
- getShardIterator() - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequest
-
A shard iterator that was retrieved from a previous GetShardIterator operation.
- getShardIterator() - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult
-
The position in the shard from which to start reading stream records sequentially.
- getShardIteratorAsync(GetShardIteratorRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreamsAsync
-
- getShardIteratorAsync(GetShardIteratorRequest, AsyncHandler<GetShardIteratorRequest, GetShardIteratorResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreamsAsync
-
- getShardIteratorAsync(GetShardIteratorRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsync
-
Returns a shard iterator.
- getShardIteratorAsync(GetShardIteratorRequest, AsyncHandler<GetShardIteratorRequest, GetShardIteratorResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsync
-
Returns a shard iterator.
- getShardIteratorAsync(GetShardIteratorRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient
-
- getShardIteratorAsync(GetShardIteratorRequest, AsyncHandler<GetShardIteratorRequest, GetShardIteratorResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient
-
- GetShardIteratorRequest - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the input of a GetShardIterator
operation.
- GetShardIteratorRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
- GetShardIteratorResult - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the output of a GetShardIterator
operation.
- GetShardIteratorResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult
-
- getShardIteratorType() - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
Determines how the shard iterator is used to start reading stream records from the shard:
- getShards() - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The shards that comprise the stream.
- getShort(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a
short
.
- getSizeBytes() - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The size of the stream record, in bytes.
- getSizeEstimateRangeGB() - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
An estimate of item collection size, in gigabytes.
- getSourceBackupArn() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
The Amazon Resource Name (ARN) of the backup from which the table was restored.
- getSourceTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
The ARN of the source table of the backup that is being restored.
- getSourceTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The DynamoDB table that will be restored.
- getSourceTableDetails() - Method in class com.amazonaws.services.dynamodbv2.model.BackupDescription
-
Contains the details of the table when the backup was created.
- getSourceTableFeatureDetails() - Method in class com.amazonaws.services.dynamodbv2.model.BackupDescription
-
Contains the details of the features enabled on the table when the backup was created.
- getSourceTableName() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Name of the source table that is being restored.
- getSS() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type String Set.
- getSSEDescription() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
The description of the server-side encryption status on the table when the backup was created.
- getSSEDescription() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The description of the server-side encryption status on the specified table.
- getSSESpecification() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Represents the settings used to enable server-side encryption.
- getSSESpecification() - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
- getSSESpecification() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The new server-side encryption settings for the specified table.
- getSSESpecificationOverride() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The new server-side encryption settings for the restored table.
- getSSESpecificationOverride() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The new server-side encryption settings for the restored table.
- getSSEType() - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
Server-side encryption type.
- getSSEType() - Method in class com.amazonaws.services.dynamodbv2.model.SSESpecification
-
Server-side encryption type.
- getStartingSequenceNumber() - Method in class com.amazonaws.services.dynamodbv2.model.SequenceNumberRange
-
The first sequence number for the stream records contained within a shard.
- getStartTime() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The time at which the export task began.
- getStartTime() - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The time at which this import task began.
- getStartTime() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The time when this import task started.
- getStatement() - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
A valid PartiQL statement.
- getStatement() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The PartiQL statement representing the operation to run.
- getStatement() - Method in class com.amazonaws.services.dynamodbv2.model.ParameterizedStatement
-
A PartiQL statment that uses parameters.
- getStatements() - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementRequest
-
The list of PartiQL statements representing the batch to run.
- getStatus() - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
Represents the current state of server-side encryption.
- getStreamArn() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest
-
The Amazon Resource Name (ARN) for the stream.
- getStreamArn() - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationRequest
-
The ARN for a Kinesis data stream.
- getStreamArn() - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationResult
-
The ARN for the specific Kinesis data stream.
- getStreamArn() - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationRequest
-
The ARN for a Kinesis data stream.
- getStreamArn() - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationResult
-
The ARN for the specific Kinesis data stream.
- getStreamArn() - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
The Amazon Resource Name (ARN) for the stream.
- getStreamArn() - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
The ARN for a specific Kinesis data stream.
- getStreamArn() - Method in class com.amazonaws.services.dynamodbv2.model.Stream
-
The Amazon Resource Name (ARN) for the stream.
- getStreamArn() - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The Amazon Resource Name (ARN) for the stream.
- getStreamDescription() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamResult
-
A complete description of the stream, including its creation date and time, the DynamoDB table associated with
the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records
within the shards.
- getStreamDescription() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Stream settings on the table when the backup was created.
- getStreamEnabled() - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.
- getStreamLabel() - Method in class com.amazonaws.services.dynamodbv2.model.Stream
-
A timestamp, in ISO 8601 format, for this stream.
- getStreamLabel() - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
A timestamp, in ISO 8601 format, for this stream.
- getStreams() - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsResult
-
A list of stream descriptors associated with the current account and endpoint.
- 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.
- getStreamStatus() - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
Indicates the current status of the stream:
- getStreamViewType() - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
Indicates the format of the records within this stream:
- getStreamViewType() - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The type of data from the modified DynamoDB item that was captured in this stream record:
- getStreamViewType() - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
When an item in the table is modified, StreamViewType
determines what information is written to the
stream for this table.
- getString(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a
string; or null if the attribute either doesn't exist or the attribute
value is null.
- getStringSet(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the value of the specified attribute in the current item as a set
of strings; or null if the attribute either doesn't exist or the
attribute value is null.
- getTable(Class<T>) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory.TableFactory
-
Gets the table model for the given type and configuration.
- getTable(String) - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
-
Returns the specified DynamoDB table.
- getTable() - Method in class com.amazonaws.services.dynamodbv2.document.Index
-
Returns the owning table.
- getTable() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on the table affected by the operation.
- getTable() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
-
The properties of the table.
- getTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
ARN associated with the table.
- getTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The Amazon Resource Name (ARN) of the table that was exported.
- getTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The Amazon Resource Name (ARN) associated with the table to export.
- getTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The Amazon Resource Number (ARN) of the table being imported into.
- getTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The Amazon Resource Number (ARN) of the table being imported into.
- getTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsRequest
-
The Amazon Resource Name (ARN) associated with the exported table.
- getTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsRequest
-
The Amazon Resource Name (ARN) associated with the table that was imported to.
- getTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
ARN of the table for which backup was created.
- getTableArn() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the table.
- getTableAutoScalingDescription() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableReplicaAutoScalingResult
-
Represents the auto scaling properties of the table.
- getTableAutoScalingDescription() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingResult
-
Returns information about the auto scaling settings of a table with replicas.
- getTableClass() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
The table class of the new table.
- getTableClass() - Method in class com.amazonaws.services.dynamodbv2.model.TableClassSummary
-
The table class of the specified table.
- getTableClass() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The table class of the table to be updated.
- getTableClassOverride() - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
Replica-specific table class.
- getTableClassOverride() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Replica-specific table class.
- getTableClassSummary() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Contains details of the table class.
- getTableCreationDateTime() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Time when the source table was created.
- getTableCreationParameters() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The parameters for the new table that is being imported into.
- getTableCreationParameters() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Parameters for the table to import the data into.
- getTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
-
Represents the properties of the 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.RestoreTableFromBackupResult
-
The description of the table created from an existing backup.
- getTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeResult
-
Represents the properties of a table.
- getTableDescription() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
-
Represents the properties of the table.
- getTableFactory(DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory
-
Gets/creates the mapper's model factory.
- getTableId() - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Unique identifier for the table.
- getTableId() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Unique ID of the table that was exported.
- getTableId() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The table id corresponding to the table created by import table process.
- getTableId() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Unique identifier for the table for which the backup was created.
- getTableId() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Unique identifier for the table for which the backup was created.
- getTableItems() - Method in class com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome
-
Returns a map of table name to the list of retrieved items
- getTableKeysAndAttributes() - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
-
- 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).
- getTableModel(Class<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- getTableModel(Class<T>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- getTableModel(Class<T>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
-
- getTableModel(Class<T>) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Get the table model for the class, using the default configuration.
- getTableModel(Class<T>, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Get the table model for the class using the provided configuration override.
- getTableName(Class<?>, Object, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- getTableName(Class<?>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- getTableName() - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
-
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
-
Get the table name
- getTableName(Class<?>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.DefaultTableNameResolver
-
- getTableName(Object, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.ObjectTableNameResolver
-
Get the table name for an object.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameOverride
-
Returns the table name to use for all requests.
- getTableName(Class<?>, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameResolver
-
Get the table name for a class.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
-
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Name of the table.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementResponse
-
The table name associated with a failed PartiQL batch statement.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
Name of the table for the check item request.
- 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.ContributorInsightsSummary
-
Name of the table associated with the summary.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.CreateBackupRequest
-
The name of the table.
- 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.Delete
-
Name of the table in which the item to be deleted resides.
- 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.DescribeContinuousBackupsRequest
-
Name of the table for which the customer wants to check the continuous backups and point in time recovery
settings.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsRequest
-
The name of the table to describe.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
The name of the table being described.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeKinesisStreamingDestinationRequest
-
The name of the table being described.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeKinesisStreamingDestinationResult
-
The name of the table being described.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableReplicaAutoScalingRequest
-
The name of the table.
- 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.DescribeTimeToLiveRequest
-
The name of the table to be described.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationRequest
-
The name of the DynamoDB table.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationResult
-
The name of the table being modified.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationRequest
-
The name of the DynamoDB table.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationResult
-
The name of the table being modified.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.Get
-
The name of the table from which to retrieve the specified item.
- 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.ListBackupsRequest
-
The backups from the table specified by TableName
are listed.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsRequest
-
The name of the table.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
-
If this parameter is provided, then only the streams associated with this table name are returned.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
Name of the table in which to write the 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.SourceTableDetails
-
The name of the table for which the backup was created.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.Stream
-
The DynamoDB table with which the stream is associated.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The DynamoDB table with which the stream is associated.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.TableAutoScalingDescription
-
The name of the table.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The name of the table created as part of the import operation.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The name of the table.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.Update
-
Name of the table for the UpdateItem
request.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsRequest
-
The name of the table.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsRequest
-
The name of the table.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsResult
-
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.UpdateTableReplicaAutoScalingRequest
-
The name of the global table to be updated.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The name of the table to be updated.
- getTableName() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveRequest
-
The name of the table to be configured.
- getTableNameOverride() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- getTableNameOverride() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
-
Returns the table name override for this configuration.
- getTableNamePrefix() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameOverride
-
Returns the table name prefix to prepend the table name for all
requests.
- getTableNameResolver() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- getTableNameResolver() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
-
Returns the table name resolver for this configuration.
- getTableNames() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The names of the tables associated with the current account at the current endpoint.
- getTableSizeBytes() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Size of the table in bytes.
- 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.TableAutoScalingDescription
-
The current state of the table:
- getTableStatus() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The current state of the table:
- getTableWriteItems() - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
-
- getTagKeys() - Method in class com.amazonaws.services.dynamodbv2.model.UntagResourceRequest
-
A list of tag keys.
- getTags() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
A list of key-value pairs to label the table.
- getTags() - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceResult
-
The tags currently associated with the Amazon DynamoDB resource.
- getTags() - Method in class com.amazonaws.services.dynamodbv2.model.TagResourceRequest
-
The tags to be assigned to the Amazon DynamoDB resource.
- getTargetTableName() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The name of the new table to which the backup must be restored.
- getTargetTableName() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The name of the new table to which it must be restored to.
- getTargetTrackingScalingPolicyConfiguration() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyDescription
-
Represents a target tracking scaling policy configuration.
- getTargetTrackingScalingPolicyConfiguration() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyUpdate
-
Represents a target tracking scaling policy configuration.
- getTargetValue() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
The target value for the metric.
- getTargetValue() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
The target value for the metric.
- getTimeRangeLowerBound() - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
Only backups created after this time are listed.
- getTimeRangeUpperBound() - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
Only backups created before this time are listed.
- getTimeToLiveDescription() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTimeToLiveResult
-
- getTimeToLiveDescription() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Time to Live settings on the table when the backup was created.
- getTimeToLiveSpecification() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveRequest
-
Represents the settings used to enable or disable Time to Live for the specified table.
- getTimeToLiveSpecification() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveResult
-
Represents the output of an UpdateTimeToLive
operation.
- getTimeToLiveStatus() - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveDescription
-
The TTL status for the table.
- getTotalConsumedCapacity() - Method in class com.amazonaws.services.dynamodbv2.document.ItemCollection
-
- getTotalCount() - Method in class com.amazonaws.services.dynamodbv2.document.ItemCollection
-
- getTotalScannedCount() - Method in class com.amazonaws.services.dynamodbv2.document.ItemCollection
-
- getTotalSegments() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Returns the total number of segments into which the scan will be divided.
- getTotalSegments() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- getTotalSegments() - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
For a parallel Scan
request, TotalSegments
represents the total number of segments into
which the Scan
operation will be divided.
- getTransactionWriteOperations() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.TransactionWriteRequest
-
List of TransactionWriteOperations to be executed as part of this transactional write request.
- getTransactionWriteOperationType() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.TransactionWriteRequest.TransactionWriteOperation
-
Type of this operation.
- getTransactItems() - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsRequest
-
An ordered array of up to 25 TransactGetItem
objects, each of which contains a Get
structure.
- getTransactItems() - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
An ordered array of up to 25 TransactWriteItem
objects, each of which contains a
ConditionCheck
, Put
, Update
, or Delete
object.
- getTransactStatements() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionRequest
-
The list of PartiQL statements representing the transaction to run.
- getTransferManager(Region) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache
-
Returns a
TransferManager
for the given region, or throws an
exception when unable.
- getTransferManager(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache
-
Returns a
TransferManager
for the given region, or throws an
exception when unable.
- getTransferManager() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
- getTransformers() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain
-
- getType() - Method in class com.amazonaws.services.dynamodbv2.model.Identity
-
The type of the identity.
- getTypeConverterFactory() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- getTypeConverterFactory() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
-
- getTypeOf(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns the type of the specified attribute in the current item; or null
if the attribute either doesn't exist or the attribute value is null.
- getUnprocessedItems() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
-
- getUnprocessedItems() - Method in class com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome
-
Convenient method to return the low-level unprocessed items.
- getUnprocessedItems() - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
-
- getUnprocessedItems() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
A map of tables and requests against those tables that were not processed.
- getUnprocessedKeys() - Method in exception com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.BatchGetItemException
-
Returns a map of tables and their respective keys that were not processed during the operation..
- getUnprocessedKeys() - Method in class com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome
-
Convenient method to return the low-level unprocessed keys.
- getUnprocessedKeys() - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
-
- getUnprocessedKeys() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
A map of tables and their respective keys that were not processed with the current response.
- getUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to
that index.
- getUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicationGroupUpdate
-
The parameters required for updating a replica for the table.
- getUpdate() - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
A request to perform an UpdateItem
operation.
- getUpdateExpression() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- getUpdateExpression() - Method in class com.amazonaws.services.dynamodbv2.model.Update
-
An expression that defines one or more attributes to be updated, the action to be performed on them, and new
value(s) for them.
- getUpdateExpression() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
An expression that defines one or more attributes to be updated, the action to be performed on them, and new
values for them.
- getUpdateExpression() - Method in class com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec
-
Returns the update expression; or null if there is none.
- getUpdateItemResult() - Method in class com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome
-
Returns a non-null low-level result returned from the server side.
- getUrl() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
Returns a URL for the location of the object represented by this S3Link.
- getUseLatestRestorableTime() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Restore the table to the latest possible time.
- getUserIdentity() - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
Items that are deleted by the Time to Live process after expiration have the following fields:
- getValue() - Method in class com.amazonaws.services.dynamodbv2.document.Attribute
-
- getValue() - Method in class com.amazonaws.services.dynamodbv2.document.AttributeUpdate
-
- getValue() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Represents the data for an attribute.
- getValue() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Represents the data for the expected attribute.
- getValue() - Method in class com.amazonaws.services.dynamodbv2.model.Tag
-
The value of the tag.
- getValueMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- getValueMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- getValueMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- getValueMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- getValueMap() - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- getValueMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec
-
Returns the value map which is unmodifiable; or null if there is none.
- getValueMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.PutItemExpressionSpec
-
Returns the value map which is unmodifiable; or null if there is none.
- getValueMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec
-
Returns the value map which is unmodifiable; or null if there is none.
- getValueMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec
-
Returns the value map which is unmodifiable; or null if there is none.
- getValueMap() - Method in class com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec
-
Returns the value map which is unmodifiable; or null if there is none.
- getValues() - Method in class com.amazonaws.services.dynamodbv2.document.Expected
-
- getValues() - Method in class com.amazonaws.services.dynamodbv2.document.internal.Filter
-
- getValues() - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
-
- getValueType() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.JsonMarshaller
-
Deprecated.
Gets the value type.
- getVersionAttributeConditionExpression() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.VersionAttributeConditionExpressionGenerator
-
Call this method *after* you've completed calling appendVersionAttributeToConditionExpression() for each of the
version attributes in a given item.
- getWriteCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
-
The total number of write capacity units consumed on a table or an index.
- getWriteCapacityUnits() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The total number of write capacity units consumed by the operation.
- 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(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel
-
Gets the global secondary index.
- 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
-
- GlobalSecondaryIndexAutoScalingUpdate - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the auto scaling settings of a global secondary index for a global table that will be modified.
- GlobalSecondaryIndexAutoScalingUpdate() - Constructor for class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexAutoScalingUpdate
-
- 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
-
- globalSecondaryIndexes() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel
-
Gets the global secondary indexes for the given class.
- GlobalSecondaryIndexInfo - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the properties of a global secondary index for the table when the backup was created.
- GlobalSecondaryIndexInfo() - Constructor for class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexInfo
-
- globalSecondaryIndexNames(KeyType) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
Gets the global secondary indexes.
- GlobalSecondaryIndexUpdate - Class in com.amazonaws.services.dynamodbv2.model
-
Represents one of the following:
- GlobalSecondaryIndexUpdate() - Constructor for class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
- GlobalTable - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the properties of a global table.
- GlobalTable() - Constructor for class com.amazonaws.services.dynamodbv2.model.GlobalTable
-
- GlobalTableAlreadyExistsException - Exception in com.amazonaws.services.dynamodbv2.model
-
The specified global table already exists.
- GlobalTableAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.GlobalTableAlreadyExistsException
-
Constructs a new GlobalTableAlreadyExistsException with the specified error message.
- GlobalTableDescription - Class in com.amazonaws.services.dynamodbv2.model
-
Contains details about the global table.
- GlobalTableDescription() - Constructor for class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
- GlobalTableGlobalSecondaryIndexSettingsUpdate - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the settings of a global secondary index for a global table that will be modified.
- GlobalTableGlobalSecondaryIndexSettingsUpdate() - Constructor for class com.amazonaws.services.dynamodbv2.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
-
- GlobalTableNotFoundException - Exception in com.amazonaws.services.dynamodbv2.model
-
The specified global table does not exist.
- GlobalTableNotFoundException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.GlobalTableNotFoundException
-
Constructs a new GlobalTableNotFoundException with the specified error message.
- GlobalTableStatus - Enum in com.amazonaws.services.dynamodbv2.model
-
- gt(V) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
Creates a condition which filters on the specified value.
- gt(Object) - Method in class com.amazonaws.services.dynamodbv2.document.Expected
-
Creates and returns a condition of the range key being greater than the
given value.
- gt(Object) - Method in class com.amazonaws.services.dynamodbv2.document.internal.Filter
-
Creates and returns a condition of the range key being greater than the
given value.
- gt(Object) - Method in class com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
-
Creates and returns a condition of the range key being greater than the
given value.
- gt(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
-
Returns a
comparator condition (that evaluates to true if the value of the current
attribute is greater than the specified value) for building
condition expression.
- gt(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
-
Returns a
comparator condition (that evaluates to true if the value of the current
attribute is greater than that of the specified attribute) for building
condition expression.
- gt(String) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
-
Returns a
comparator condition (that evaluates to true if the value of the current
attribute is greater than the specified value) for building
condition expression.
- gt(S) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
-
Returns a
comparator condition (that evaluates to true if the value of the current
attribute is greater than that of the specified attribute) for building
condition expression.
- S(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
-
Creates a path operand that refers to a
string attribute for the purpose of building expressions.
- S - Class in com.amazonaws.services.dynamodbv2.xspec
-
A path operand that refers to a
string attribute in DynamoDB; used for building expressions.
- S3BucketSource - Class in com.amazonaws.services.dynamodbv2.model
-
The S3 bucket that is being imported from.
- S3BucketSource() - Constructor for class com.amazonaws.services.dynamodbv2.model.S3BucketSource
-
- S3ClientCache - Class in com.amazonaws.services.dynamodbv2.datamodeling
-
- S3Link - Class in com.amazonaws.services.dynamodbv2.datamodeling
-
- S3Link.Factory - Class in com.amazonaws.services.dynamodbv2.datamodeling
-
- S3LinkToStringMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
-
A marshaller that marshals S3Link
objects to DynamoDB Strings,
using a JSON encoding.
- S3LinkUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
-
- S3LinkUnmarshaller(S3ClientCache) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.S3LinkUnmarshaller
-
- S3SseAlgorithm - Enum in com.amazonaws.services.dynamodbv2.model
-
- save(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- save(T, DynamoDBSaveExpression) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- save(T, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- save(T, DynamoDBSaveExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- save(T, DynamoDBSaveExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
-
- save(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableMapper
-
Saves the object given into DynamoDB.
- save(T, DynamoDBSaveExpression) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableMapper
-
Saves the object given into DynamoDB using the specified saveExpression.
- save(T) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Saves the object given into DynamoDB, using the default configuration.
- save(T, DynamoDBSaveExpression) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Saves the object given into DynamoDB, using the default configuration and the specified
saveExpression.
- save(T, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Saves the object given into DynamoDB, using the specified configuration.
- save(T, DynamoDBSaveExpression, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Saves an item in DynamoDB.
- saveIfExists(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableMapper
-
Saves the object given into DynamoDB with the condition that the hash
and, if applicable, the range key, already exist.
- saveIfNotExists(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableMapper
-
Saves the object given into DynamoDB with the condition that the hash
and if applicable, the range key, does not already exist.
- SaveObjectHandler(Class<?>, Object, String, DynamoDBMapperConfig, DynamoDBSaveExpression) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
-
Constructs a handler for saving the specified model object.
- ScalarAttributeType - Enum in com.amazonaws.services.dynamodbv2.model
-
- scan(ScanRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- scan(String, List<String>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- scan(String, Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- scan(String, List<String>, Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- 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
-
Simplified method form for invoking the Scan operation.
- scan(String, Map<String, Condition>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Simplified method form for invoking the Scan operation.
- scan(String, List<String>, Map<String, Condition>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Simplified method form for invoking the Scan operation.
- 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
-
- scan(String, Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
- scan(String, List<String>, Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
- scan(Class<T>, DynamoDBScanExpression) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- scan(Class<T>, DynamoDBScanExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- scan(Class<T>, DynamoDBScanExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
-
- scan(DynamoDBScanExpression) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableMapper
-
Scans through an Amazon DynamoDB table and returns the matching results
as an unmodifiable list of instantiated objects.
- scan(Class<T>, DynamoDBScanExpression) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Scans through an Amazon DynamoDB table and returns the matching results as an unmodifiable
list of instantiated objects, using the default configuration.
- scan(Class<T>, DynamoDBScanExpression, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Scans through an Amazon DynamoDB table and returns the matching results as an unmodifiable
list of instantiated objects.
- scan(ScanFilter...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.ScanApi
-
Retrieves items by the specified list of scan filters.
- scan(String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.ScanApi
-
Scans table using a Filter Expression.
- scan(String, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.ScanApi
-
Scans table using a Filter Expression and a Projection Expression.
- scan(ScanSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.ScanApi
-
Scans table by specifying all the details.
- scan(ScanFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.Index
-
- scan(String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Index
-
- scan(String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Index
-
- scan(ScanExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Index
-
- scan(ScanSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Index
-
- scan(ScanFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.internal.ScanImpl
-
- scan(String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.ScanImpl
-
- scan(String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.ScanImpl
-
- scan(ScanSpec) - Method in class com.amazonaws.services.dynamodbv2.document.internal.ScanImpl
-
- scan(ScanFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- scan(String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- scan(String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- scan(ScanSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- scan(ScanExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- ScanApi - Interface in com.amazonaws.services.dynamodbv2.document.api
-
A Table-centric Scan API.
- scanAsync(ScanRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- scanAsync(ScanRequest, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- scanAsync(String, List<String>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the Scan operation.
- scanAsync(String, List<String>, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the Scan operation with an AsyncHandler.
- scanAsync(String, Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the Scan operation.
- scanAsync(String, Map<String, Condition>, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the Scan operation with an AsyncHandler.
- scanAsync(String, List<String>, Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the Scan operation.
- scanAsync(String, List<String>, Map<String, Condition>, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the Scan operation with an AsyncHandler.
- 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(String, List<String>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the Scan operation.
- scanAsync(String, List<String>, AsyncHandler<ScanRequest, ScanResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the Scan operation with an AsyncHandler.
- scanAsync(String, Map<String, Condition>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the Scan operation.
- scanAsync(String, Map<String, Condition>, AsyncHandler<ScanRequest, ScanResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the Scan operation with an AsyncHandler.
- scanAsync(String, List<String>, Map<String, Condition>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the Scan operation.
- scanAsync(String, List<String>, Map<String, Condition>, AsyncHandler<ScanRequest, ScanResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the Scan operation with an AsyncHandler.
- scanAsync(ScanRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- scanAsync(ScanRequest, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- scanAsync(String, List<String>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the Scan operation.
- scanAsync(String, List<String>, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the Scan operation with an AsyncHandler.
- scanAsync(String, Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the Scan operation.
- scanAsync(String, Map<String, Condition>, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the Scan operation with an AsyncHandler.
- scanAsync(String, List<String>, Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the Scan operation.
- scanAsync(String, List<String>, Map<String, Condition>, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the Scan operation with an AsyncHandler.
- ScanExpressionSpec - Class in com.amazonaws.services.dynamodbv2.xspec
-
Expression specification for making scan request to Amazon DynamoDB.
- ScanFilter - Class in com.amazonaws.services.dynamodbv2.document
-
- ScanFilter(String) - Constructor for class com.amazonaws.services.dynamodbv2.document.ScanFilter
-
- ScanImpl - Class in com.amazonaws.services.dynamodbv2.document.internal
-
The implementation for ScanApi
.
- ScanImpl(AmazonDynamoDB, Table) - Constructor for class com.amazonaws.services.dynamodbv2.document.internal.ScanImpl
-
- ScanOutcome - Class in com.amazonaws.services.dynamodbv2.document
-
The outcome of scanning the DynamoDB table.
- ScanOutcome(ScanResult) - Constructor for class com.amazonaws.services.dynamodbv2.document.ScanOutcome
-
- scanPage(Class<T>, DynamoDBScanExpression) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- scanPage(Class<T>, DynamoDBScanExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- scanPage(Class<T>, DynamoDBScanExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
-
- scanPage(DynamoDBScanExpression) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableMapper
-
Scans through an Amazon DynamoDB table and returns a single page of
matching results.
- scanPage(Class<T>, DynamoDBScanExpression, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Scans through an Amazon DynamoDB table and returns a single page of matching results.
- scanPage(Class<T>, DynamoDBScanExpression) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Scans through an Amazon DynamoDB table and returns a single page of matching results.
- ScanRequest - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the input of a Scan
operation.
- ScanRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
Default constructor for ScanRequest object.
- ScanRequest(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
Constructs a new ScanRequest object.
- ScanResult - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the output of a Scan
operation.
- ScanResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.ScanResult
-
- ScanResultPage<T> - Class in com.amazonaws.services.dynamodbv2.datamodeling
-
Container for a page of scan results.
- ScanResultPage() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
-
- ScanSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
-
API for fully specifying all the parameters of a Table-centric Scan API.
- ScanSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- Select - Enum in com.amazonaws.services.dynamodbv2.model
-
- SequenceNumberRange - Class in com.amazonaws.services.dynamodbv2.model
-
The beginning and ending sequence numbers for the stream records contained within a shard.
- SequenceNumberRange() - Constructor for class com.amazonaws.services.dynamodbv2.model.SequenceNumberRange
-
- set(T, V) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
Sets the value on the object instance.
- set(int, T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
-
- set(B) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
-
Returns a SetAction
object used for building update
expression.
- set(ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
-
Returns a SetAction
object used for building update
expression.
- set(byte[]) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
-
Returns a SetAction
object used for building update
expression.
- set(IfNotExistsFunction<B>) - Method in class com.amazonaws.services.dynamodbv2.xspec.B
-
Returns a SetAction
object used for building update
expression.
- set(BOOL) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
-
Returns a SetAction
object used for building update
expression.
- set(boolean) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
-
Returns a SetAction
object used for building update
expression.
- set(IfNotExistsFunction<BOOL>) - Method in class com.amazonaws.services.dynamodbv2.xspec.BOOL
-
Returns a SetAction
object used for building update
expression.
- set(byte[]...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
-
Returns a SetAction
object used for building update
expression.
- set(ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
-
Returns a SetAction
object used for building update
expression.
- set(BS) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
-
Returns a SetAction
object used for building update
expression.
- set(Set<byte[]>) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
-
Returns a SetAction
object used for building update
expression.
- set(IfNotExistsFunction<BS>) - Method in class com.amazonaws.services.dynamodbv2.xspec.BS
-
Returns a SetAction
object used for building update
expression.
- set(ListAppendFunction) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
-
Returns a SetAction
for adding the value of evaluating the
specified ListAppend
function as an attribute to an item.
- set(L) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
-
Returns a SetAction
object used for building update
expression.
- set(List<?>) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
-
Returns a SetAction
object used for building update
expression.
- set(IfNotExistsFunction<L>) - Method in class com.amazonaws.services.dynamodbv2.xspec.L
-
Returns a SetAction
object used for building update
expression.
- set(M) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
-
Returns a SetAction
object used for building update
expression.
- set(Map<String, ?>) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
-
Returns a SetAction
object used for building update
expression.
- set(IfNotExistsFunction<M>) - Method in class com.amazonaws.services.dynamodbv2.xspec.M
-
Returns a SetAction
object used for building update
expression.
- set(PlusOperation) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
-
Returns a SetAction
object used for building update
expression with the specified PlusOperation
.
- set(MinusOperation) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
-
Returns a SetAction
object used for building update
expression with the specified MinusOperation
.
- set(N) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
-
Returns a SetAction
object used for building update
expression.
- set(Number) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
-
Returns a SetAction
object used for building update
expression.
- set(IfNotExistsFunction<N>) - Method in class com.amazonaws.services.dynamodbv2.xspec.N
-
Returns a SetAction
object used for building update
expression.
- set(Number...) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
-
Returns a SetAction
object used for building update
expression.
- set(NS) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
-
Returns a SetAction
object used for building update
expression.
- set(Set<T>) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
-
Returns a SetAction
object used for building update
expression.
- set(IfNotExistsFunction<NS>) - Method in class com.amazonaws.services.dynamodbv2.xspec.NS
-
Returns a SetAction
object used for building update
expression.
- set() - Method in class com.amazonaws.services.dynamodbv2.xspec.NULL
-
Returns a SetAction
object (used for building update
expression) of setting an attribute to null.
- set(S) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
-
Returns a SetAction
object used for building update
expression.
- set(String) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
-
Returns a SetAction
object used for building update
expression.
- set(IfNotExistsFunction<S>) - Method in class com.amazonaws.services.dynamodbv2.xspec.S
-
Returns a SetAction
object used for building update
expression.
- set(String...) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
-
Returns a SetAction
object used for building update
expression.
- set(SS) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
-
Returns a SetAction
object used for building update
expression.
- set(Set<String>) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
-
Returns a SetAction
object used for building update
expression.
- set(IfNotExistsFunction<SS>) - Method in class com.amazonaws.services.dynamodbv2.xspec.SS
-
Returns a SetAction
object used for building update
expression.
- 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.
- setAcl(CannedAccessControlList) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
Sets the access control list for the object represented by this S3Link.
- setAcl(CannedAccessControlList, RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
- setAcl(AccessControlList) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
Sets the access control list for the object represented by this S3Link.
- setAcl(AccessControlList, RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
- setAction(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Specifies how to perform the update.
- setAction(AttributeAction) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Specifies how to perform the update.
- SetAction - Class in com.amazonaws.services.dynamodbv2.xspec
-
Represents a
SET action in the SET section of an update expression.
- setAddress(String) - Method in class com.amazonaws.services.dynamodbv2.model.Endpoint
-
IP address of the endpoint.
- setApproximateCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The approximate date and time when the stream record was created, in
UNIX epoch time format.
- setArchivalBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ArchivalSummary
-
The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason.
- setArchivalDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ArchivalSummary
-
The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.
- setArchivalReason(String) - Method in class com.amazonaws.services.dynamodbv2.model.ArchivalSummary
-
The reason DynamoDB archived the table.
- setArchivalSummary(ArchivalSummary) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Contains information about the table archive.
- 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.TableCreationParameters
-
The attributes of the table created as part of the import operation.
- 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.
- setAttributeName(String) - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveDescription
-
The name of the TTL attribute for items in the table.
- setAttributeName(String) - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveSpecification
-
The name of the TTL attribute used to store the expiration time for items in the table.
- 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 appear before or after the UpdateItem
operation, as determined by
the ReturnValues
parameter.
- setAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
This is a legacy parameter.
- setAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
This is a legacy parameter.
- setAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- setAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
This is a legacy parameter.
- setAttributeType(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
The data type for the attribute, where:
- setAttributeType(ScalarAttributeType) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
The data type for the attribute, where:
- setAttributeUpdates(Map<String, AttributeValueUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
This is a legacy parameter.
- 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.
- setAutoScalingDisabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
Disabled auto scaling for this global table or global secondary index.
- setAutoScalingDisabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
Disabled auto scaling for this global table or global secondary index.
- setAutoScalingRoleArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
Role ARN used for configuring the auto scaling policy.
- setAutoScalingRoleArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
Role ARN used for configuring auto scaling policy.
- setAwsRegion(String) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The region in which the GetRecords
request was received.
- setB(ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Binary.
- setBackfilling(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Indicates whether the index is currently backfilling.
- setBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
ARN associated with the backup.
- setBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
ARN associated with the backup.
- setBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteBackupRequest
-
The ARN associated with the backup.
- setBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeBackupRequest
-
The Amazon Resource Name (ARN) associated with the backup.
- setBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The Amazon Resource Name (ARN) associated with the backup.
- setBackupCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Time at which the backup was created.
- setBackupCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Time at which the backup was created.
- setBackupDescription(BackupDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteBackupResult
-
Contains the description of the backup created for the table.
- setBackupDescription(BackupDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeBackupResult
-
Contains the description of the backup created for the table.
- setBackupDetails(BackupDetails) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDescription
-
Contains the details of the backup created for the table.
- setBackupDetails(BackupDetails) - Method in class com.amazonaws.services.dynamodbv2.model.CreateBackupResult
-
Contains the details of the backup created for the table.
- setBackupExpiryDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Time at which the automatic on-demand backup created by DynamoDB will expire.
- setBackupExpiryDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Time at which the automatic on-demand backup created by DynamoDB will expire.
- setBackupName(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Name of the requested backup.
- setBackupName(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Name of the specified backup.
- setBackupName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateBackupRequest
-
Specified name for the backup.
- setBackupSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Size of the backup in bytes.
- setBackupSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Size of the backup in bytes.
- setBackupStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
- setBackupStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
- setBackupSummaries(Collection<BackupSummary>) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsResult
-
List of BackupSummary
objects.
- setBackupType(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
BackupType:
- setBackupType(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
BackupType:
- setBackupType(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
The backups from the table specified by BackupType
are listed.
- setBatchGetItemResult(BatchGetItemResult) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext
-
- setBatchLoadRetryStrategy(DynamoDBMapperConfig.BatchLoadRetryStrategy) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- setBatchWriteRetryStrategy(DynamoDBMapperConfig.BatchWriteRetryStrategy) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- setBilledSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The billable size of the table export.
- setBillingMode(String) - Method in class com.amazonaws.services.dynamodbv2.model.BillingModeSummary
-
Controls how you are charged for read and write throughput and how you manage capacity.
- setBillingMode(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Controls how you are charged for read and write throughput and how you manage capacity.
- setBillingMode(String) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Controls how you are charged for read and write throughput and how you manage capacity.
- setBillingMode(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The billing mode for provisioning the table created as part of the import operation.
- setBillingMode(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Controls how you are charged for read and write throughput and how you manage capacity.
- setBillingModeOverride(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The billing mode of the restored table.
- setBillingModeOverride(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The billing mode of the restored table.
- setBillingModeSummary(BillingModeSummary) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Contains the details for the read/write capacity mode.
- setBOOL(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Boolean.
- setBS(Collection<ByteBuffer>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Binary Set.
- setCachePeriodInMinutes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.Endpoint
-
Endpoint cache time to live (TTL) value.
- setCancellationReasons(Collection<CancellationReason>) - Method in exception com.amazonaws.services.dynamodbv2.model.TransactionCanceledException
-
A list of cancellation reasons.
- 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.
- setClientRequestToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionRequest
-
Set this value to get remaining results, if NextToken
was returned in the statement response.
- setClientRequestToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
Providing a ClientRequestToken
makes the call to TransactWriteItems
idempotent, meaning
that multiple identical calls have the same effect as one single call.
- setClientToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The client token that was provided for the export task.
- setClientToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Providing a ClientToken
makes the call to ExportTableToPointInTimeInput
idempotent,
meaning that multiple identical calls have the same effect as one single call.
- setClientToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The client token that was provided for the import task.
- setClientToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Providing a ClientToken
makes the call to ImportTableInput
idempotent, meaning that
multiple identical calls have the same effect as one single call.
- setCloudWatchLogGroupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
- setCloudWatchLogGroupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.
- setCode(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementError
-
The error code associated with the failed PartiQL batch statement.
- setCode(String) - Method in class com.amazonaws.services.dynamodbv2.model.CancellationReason
-
Status code for the result of the cancelled transaction.
- setComparisonOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
A comparator for evaluating attributes.
- setComparisonOperator(ComparisonOperator) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
A comparator for evaluating attributes.
- setComparisonOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
A comparator for evaluating attributes in the AttributeValueList
.
- setComparisonOperator(ComparisonOperator) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
A comparator for evaluating attributes in the AttributeValueList
.
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
Sets the logical operator on the expected attribute conditions of this
delete operation.
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
Sets the logical operator on the expected attribute conditions of this
delete operation.
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the logical operator on the query filter conditions.
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the logical operator on the query filter conditions.
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
-
Sets the logical operator on the expected value conditions of this save
operation.
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
-
Sets the logical operator on the expected value conditions of this save
operation.
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the logical operator on the filter conditions of this scan.
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the logical operator on the filter conditions of this scan.
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
This is a legacy parameter.
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
This is a legacy parameter.
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
This is a legacy parameter.
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
This is a legacy parameter.
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
This is a legacy parameter.
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
This is a legacy parameter.
- setConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
This is a legacy parameter.
- setConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
This is a legacy parameter.
- setConditionCheck(ConditionCheck) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
A request to perform a check item operation.
- setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
A condition that must be satisfied in order for a conditional DeleteItem
to succeed.
- setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
A condition that must be satisfied in order for a conditional update to succeed.
- setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
A condition that must be satisfied in order for a conditional delete to succeed.
- setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
A condition that must be satisfied in order for a conditional DeleteItem
to succeed.
- setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
A condition that must be satisfied in order for a conditional update 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.Update
-
A condition that must be satisfied in order for a conditional update to succeed.
- setConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
A condition that must be satisfied in order for a conditional update to succeed.
- setConsistentRead(boolean) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets whether this query uses consistent reads.
- setConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets whether this scan uses consistent reads.
- setConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
The read consistency of the PartiQL batch request.
- setConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The consistency of a read operation.
- 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:
- setConsistentReads(DynamoDBMapperConfig.ConsistentReads) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
Sets the consistent read behavior.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
-
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
-
- setConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementResult
-
The capacity units consumed by the entire operation.
- setConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
The read capacity units consumed by the entire BatchGetItem
operation.
- setConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
The capacity units consumed by the entire BatchWriteItem
operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
The capacity units consumed by the DeleteItem
operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementResult
-
- setConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionResult
-
The capacity units consumed by the entire operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
The capacity units consumed by the GetItem
operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
The capacity units consumed by the PutItem
operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The capacity units consumed by the Query
operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The capacity units consumed by the Scan
operation.
- setConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsResult
-
If the ReturnConsumedCapacity value was TOTAL
, this is an array of
ConsumedCapacity
objects, one for each table addressed by TransactGetItem
objects in
the TransactItems parameter.
- setConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsResult
-
The capacity units consumed by the entire TransactWriteItems
operation.
- setConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
The capacity units consumed by the UpdateItem
operation.
- setContinuousBackupsDescription(ContinuousBackupsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContinuousBackupsResult
-
Represents the continuous backups and point in time recovery settings on the table.
- setContinuousBackupsDescription(ContinuousBackupsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsResult
-
Represents the continuous backups and point in time recovery settings on the table.
- setContinuousBackupsStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ContinuousBackupsDescription
-
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLED
- setContributorInsightsAction(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsRequest
-
Represents the contributor insights action.
- setContributorInsightsRuleList(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
List of names of the associated contributor insights rules.
- setContributorInsightsStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ContributorInsightsSummary
-
Describes the current status for contributor insights for the given table and index, if applicable.
- setContributorInsightsStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
Current status of contributor insights.
- setContributorInsightsStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsResult
-
The status of contributor insights
- setContributorInsightsSummaries(Collection<ContributorInsightsSummary>) - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsResult
-
A list of ContributorInsightsSummary.
- setConversionSchema(ConversionSchema) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- setCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
-
- setCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
-
- setCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The number of items in the response.
- setCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The number of items in the response.
- setCreate(CreateGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The parameters required for creating a global secondary index on an existing table:
- setCreate(CreateReplicationGroupMemberAction) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicationGroupUpdate
-
The parameters required for creating a replica for the table.
- setCreate(CreateReplicaAction) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaUpdate
-
The parameters required for creating a replica on an existing global table.
- setCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The creation time of the global table.
- setCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
- setCreationRequestDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The date and time when the request to create this stream was issued.
- setCsv(CsvOptions) - Method in class com.amazonaws.services.dynamodbv2.model.InputFormatOptions
-
The options for imported source files in CSV format.
- setDelete(DeleteGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The name of an existing global secondary index to be removed.
- setDelete(DeleteReplicationGroupMemberAction) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicationGroupUpdate
-
The parameters required for deleting a replica for the table.
- setDelete(DeleteReplicaAction) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaUpdate
-
The name of the existing replica to be removed.
- setDelete(Delete) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
A request to perform a DeleteItem
operation.
- setDeleteRequest(DeleteRequest) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
A request to perform a DeleteItem
operation.
- setDelimiter(String) - Method in class com.amazonaws.services.dynamodbv2.model.CsvOptions
-
The delimiter used for separating items in the CSV file being imported.
- setDestinationStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationResult
-
The current status of the replication.
- setDestinationStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationResult
-
The current status of the replication.
- setDestinationStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
The current status of replication.
- setDestinationStatusDescription(String) - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
The human-readable string that corresponds to the replica status.
- setDisableScaleIn(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
Indicates whether scale in by the target tracking policy is disabled.
- setDisableScaleIn(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
Indicates whether scale in by the target tracking policy is disabled.
- setDynamodb(StreamRecord) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The main body of the stream record, containing all of the DynamoDB-specific fields.
- setEarliestRestorableDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryDescription
-
Specifies the earliest point in time you can restore your table to.
- setEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.SSESpecification
-
Indicates whether server-side encryption is done using an Amazon Web Services managed key or an Amazon Web
Services owned key.
- setEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveSpecification
-
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
- setEndingSequenceNumber(String) - Method in class com.amazonaws.services.dynamodbv2.model.SequenceNumberRange
-
The last sequence number for the stream records contained within a shard.
- setEndpoint(String) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- setEndpoint(String) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreams
-
- setEndpoint(String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
- setEndpoint(String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams
-
- setEndpoints(Collection<Endpoint>) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeEndpointsResult
-
List of endpoints.
- setEndTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The time at which the export task completed.
- setEndTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The time at which this import task ended.
- setEndTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The time at which the creation of the table associated with this import task completed.
- setError(BatchStatementError) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementResponse
-
The error associated with a failed PartiQL batch statement.
- setErrorCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The number of errors occurred on importing the source file into the target table.
- setEventID(String) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
A globally unique identifier for the event that was recorded in this stream record.
- setEventName(String) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The type of data modification that was performed on the DynamoDB table:
- setEventName(OperationType) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The type of data modification that was performed on the DynamoDB table:
- setEventSource(String) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The AWS service from which the stream record originated.
- setEventVersion(String) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The version number of the stream record format.
- setException(Exception) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
-
- setExceptionDescription(String) - Method in class com.amazonaws.services.dynamodbv2.model.FailureException
-
Description of the failure.
- setExceptionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.FailureException
-
Exception name.
- setExclusiveStartBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
LastEvaluatedBackupArn
is the Amazon Resource Name (ARN) of the backup last evaluated when the
current page of results was returned, inclusive of the current page of results.
- setExclusiveStartGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesRequest
-
The first global table name that this operation will evaluate.
- setExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the exclusive start key for this query.
- setExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the exclusive start key for this scan.
- setExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The primary key of the first item that this operation will evaluate.
- setExclusiveStartKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The primary hash and range keys 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 hash and range keys of the first item that this operation will evaluate.
- setExclusiveStartShardId(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest
-
The shard ID of the first item that this operation will evaluate.
- setExclusiveStartStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
-
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.
- setExclusiveStartTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
The first table name that this operation will evaluate.
- setExists(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Causes DynamoDB to evaluate the value before attempting a conditional operation:
- setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
Sets the expected condition to the map of attribute names to expected attribute values given.
- setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
-
Sets the expected condition to the map of attribute names to expected attribute values given.
- setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
This is a legacy parameter.
- setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
This is a legacy parameter.
- setExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
This is a legacy parameter.
- setExportArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeExportRequest
-
The Amazon Resource Name (ARN) associated with the export.
- setExportArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The Amazon Resource Name (ARN) of the table export.
- setExportArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportSummary
-
The Amazon Resource Name (ARN) of the export.
- setExportDescription(ExportDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeExportResult
-
Represents the properties of the export.
- setExportDescription(ExportDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeResult
-
Contains a description of the table export.
- setExportFormat(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The format of the exported data.
- setExportFormat(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The format for the exported data.
- setExportManifest(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The name of the manifest file for the export task.
- setExportStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
- setExportStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportSummary
-
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
- setExportSummaries(Collection<ExportSummary>) - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsResult
-
A list of ExportSummary
objects.
- setExportTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Point in time from which table data was exported.
- setExportTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Time in the past from which to export table data, counted in seconds from the start of the Unix epoch.
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
One or more substitution variables for simplifying complex expressions.
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
One or more substitution variables for simplifying complex expressions.
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
One or more substitution variables for simplifying complex expressions.
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
One or more substitution tokens for attribute names in an expression.
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
One or more substitution tokens for attribute names in an expression.
- 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.Get
-
One or more substitution tokens for attribute names in the ProjectionExpression parameter.
- 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.Put
-
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.Update
-
One or more substitution tokens for attribute names in an expression.
- setExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
One or more substitution tokens for attribute names in an expression.
- setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
One or more values that can be substituted in an expression.
- setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
One or more values that can be substituted in an expression.
- setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
One or more values that can be substituted in an expression.
- setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
One or more values that can be substituted in an expression.
- setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
One or more values that can be substituted in an expression.
- setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
One or more values that can be substituted in an expression.
- setExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
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.Update
-
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.
- setFailureCode(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Status code for the result of the failed export.
- setFailureCode(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The error code corresponding to the failure that the import job ran into during execution.
- setFailureException(FailureException) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
Returns information about the last failure that was encountered.
- setFailureMessage(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Export failure reason description.
- setFailureMessage(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The error message corresponding to the failure that the import job ran into during execution.
- setFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Evaluates the query results and returns only the desired values.
- setFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Evaluates the query results and returns only the desired values.
- setFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
A string that contains conditions that DynamoDB applies after the Query
operation, but before the
data is returned to you.
- setFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A string that contains conditions that DynamoDB applies after the Scan
operation, but before the
data is returned to you.
- setGet(Get) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItem
-
Contains the primary key that identifies the item to get, together with the name of the table that contains the
item, and optionally the specific attributes of the item to retrieve.
- 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<ReplicaGlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
Replica-specific global secondary index settings.
- setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more global secondary indexes (the maximum is 20) to be created on the table.
- setGlobalSecondaryIndexes(Collection<ReplicaGlobalSecondaryIndexAutoScalingDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
Replica-specific global secondary index auto scaling settings.
- setGlobalSecondaryIndexes(Collection<ReplicaGlobalSecondaryIndexDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Replica-specific global secondary index settings.
- setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexInfo>) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Represents the GSI properties for the table when the backup was created.
- setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.
- setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The global secondary indexes, if any, on the table.
- setGlobalSecondaryIndexes(Collection<ReplicaGlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Replica-specific global secondary index settings.
- setGlobalSecondaryIndexOverride(Collection<GlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
List of global secondary indexes for the restored table.
- setGlobalSecondaryIndexOverride(Collection<GlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
List of global secondary indexes for the restored table.
- setGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
- setGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
An array of one or more global secondary indexes for the table.
- setGlobalTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The unique identifier of the global table.
- setGlobalTableBillingMode(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
The billing mode of the global table.
- setGlobalTableDescription(GlobalTableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalTableResult
-
Contains the details of the global table.
- setGlobalTableDescription(GlobalTableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableResult
-
Contains the details of the global table.
- setGlobalTableDescription(GlobalTableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableResult
-
Contains the details of the global table.
- setGlobalTableGlobalSecondaryIndexSettingsUpdate(Collection<GlobalTableGlobalSecondaryIndexSettingsUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
Represents the settings of a global secondary index for a global table that will be modified.
- setGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalTableRequest
-
The global table name.
- setGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableRequest
-
The name of the global table.
- setGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableSettingsRequest
-
The name of the global table to describe.
- setGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableSettingsResult
-
The name of the global table.
- setGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTable
-
The global table name.
- setGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The global table name.
- setGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableRequest
-
The global table name.
- setGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
The name of the global table
- setGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsResult
-
The name of the global table.
- setGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
Auto scaling settings for managing provisioned write capacity for the global table.
- setGlobalTableProvisionedWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
- setGlobalTables(Collection<GlobalTable>) - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesResult
-
List of global table names.
- setGlobalTableStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The current state of the global table:
- setGlobalTableVersion(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents the version of
global tables in
use, if the table is replicated across Amazon Web Services Regions.
- setHashKey(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
-
- setHashKeyValues(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the hash key value(s) for this query.
- setHeaderList(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.CsvOptions
-
List of the headers used to specify a common header for all source CSV files being imported.
- setImportArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeImportRequest
-
The Amazon Resource Name (ARN) associated with the table you're importing to.
- setImportArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The Amazon Resource Number (ARN) corresponding to the import request.
- setImportArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The Amazon Resource Number (ARN) corresponding to the import request.
- setImportedItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The number of items successfully imported into the new table.
- setImportStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The status of the import operation.
- setImportStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The status of the import.
- setImportSummaryList(Collection<ImportSummary>) - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsResult
-
A list of ImportSummary
objects.
- setImportTableDescription(ImportTableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeImportResult
-
Represents the properties of the table created for the import, and parameters of the import.
- setImportTableDescription(ImportTableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableResult
-
Represents the properties of the table created for the import, and parameters of the import.
- setInaccessibleEncryptionDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's KMS key was inaccessible.
- 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.datamodeling.DynamoDBQueryExpression
-
Sets the name of the index to be used by this query.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the name of the index to be used by this scan.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ContributorInsightsSummary
-
Name of the index associated with the summary, if any.
- 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.DescribeContributorInsightsRequest
-
The name of the global secondary index to describe, if applicable.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
The name of the global secondary index being described.
- 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.GlobalSecondaryIndexAutoScalingUpdate
-
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.GlobalSecondaryIndexInfo
-
The name of the global secondary index.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
-
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.LocalSecondaryIndexInfo
-
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.ReplicaGlobalSecondaryIndex
-
The name of the global secondary index.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
The name of the global secondary index.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingUpdate
-
The name of the global secondary index.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexDescription
-
The name of the global secondary index.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The name of the global secondary index.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsUpdate
-
The name of the global secondary index.
- 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.UpdateContributorInsightsRequest
-
The global secondary index name, if applicable.
- setIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsResult
-
The name of the global secondary index, if applicable.
- 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:
- setIndexStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
The current state of the replica global secondary index:
- setIndexStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The current status of the global secondary index:
- setInputCompressionType(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The compression options for the data that has been imported into the target table.
- setInputCompressionType(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Type of compression to be used on the input coming from the imported table.
- setInputFormat(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The format of the source data.
- setInputFormat(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The format of the source data going into the target table.
- setInputFormat(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
The format of the source data.
- setInputFormatOptions(InputFormatOptions) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The format options for the data that was imported into the target table.
- setInputFormatOptions(InputFormatOptions) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Additional properties that specify how the input is formatted,
- setItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementResponse
-
A DynamoDB item associated with a BatchStatementResponse
- setItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.CancellationReason
-
Item in the request which caused the transaction to get cancelled.
- setItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
A map of attribute names to AttributeValue
objects, as specified by
ProjectionExpression
.
- setItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ItemResponse
-
Map of attribute data consisting of the data type and attribute value.
- setItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
A map of attribute name to attribute values, representing the primary key of the item to be written by
PutItem
.
- 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 DeleteItem
operation.
- setItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
Information about item collections, if any, that were affected by the PutItem
operation.
- setItemCollectionMetrics(Map<String, List<ItemCollectionMetrics>>) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsResult
-
A list of tables that were processed by TransactWriteItems
and, for each table, information about
any item collections that were affected by individual UpdateItem
, PutItem
, or
DeleteItem
operations.
- setItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
Information about item collections, if any, that were affected by the UpdateItem
operation.
- setItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The number of items exported.
- 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.SourceTableDetails
-
Number of items in the table.
- 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.ExecuteStatementResult
-
If a read operation was used, this property will contain the result of the read operation; a map of attribute
names and their values.
- 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.ConditionCheck
-
The primary key of the item to be checked.
- setKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
The primary key of the item to be deleted.
- 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
-
Set the hash and range key attributes of the item.
- 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
-
Set the hash and range key attributes of the item.
- setKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Get
-
A map of attribute names to AttributeValue
objects that specifies the primary key of the item to
retrieve.
- 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
-
Set the hash and range key attributes of the item.
- setKey(String) - Method in class com.amazonaws.services.dynamodbv2.model.Tag
-
The key of the tag.
- setKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Update
-
The primary key of the item to be updated.
- 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
-
Set the hash and range key attributes of the item.
- setKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the condition that specifies the key value(s) for items to be
retrieved by the Query action.
- setKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The condition that specifies the key values for items to be retrieved by the Query
action.
- setKeyConditions(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- 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.
- setKeys(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The primary key attribute(s) for the DynamoDB item that was modified.
- 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.GlobalSecondaryIndexInfo
-
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.LocalSecondaryIndexInfo
-
The complete key schema for a local 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.SourceTableDetails
-
Schema of the table.
- setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The key attribute(s) of the stream's DynamoDB table.
- setKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The primary key and option sort key of the table created as part of the import operation.
- 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:
- setKinesisDataStreamDestinations(Collection<KinesisDataStreamDestination>) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeKinesisStreamingDestinationResult
-
The list of replica structures for the table being described.
- setKMSMasterKeyArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
The KMS key ARN used for the KMS encryption.
- setKMSMasterKeyId(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
The KMS key that should be used for KMS encryption in the new replica.
- setKMSMasterKeyId(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The KMS key of the replica that will be used for KMS encryption.
- setKMSMasterKeyId(String) - Method in class com.amazonaws.services.dynamodbv2.model.SSESpecification
-
The KMS key that should be used for the KMS encryption.
- setKMSMasterKeyId(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
The KMS key of the replica that should be used for KMS encryption.
- setL(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type List.
- setLastDecreaseDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The date and time of the last provisioned throughput decrease for this table.
- setLastEvaluatedBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsResult
-
The ARN of the backup last evaluated when the current page of results was returned, inclusive of the current page
of results.
- setLastEvaluatedGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesResult
-
Last evaluated global table name.
- setLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
-
- setLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
-
- setLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementResult
-
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.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.
- setLastEvaluatedShardId(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The shard ID of the item where the operation stopped, inclusive of the previous result set.
- setLastEvaluatedStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsResult
-
The stream ARN 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.
- setLastLowLevelResult(R) - Method in class com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection
-
Internal method used by the implementation layer for setting
the low level result received from the server side.
- setLastUpdateDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
Timestamp of the last time the status was changed.
- setLastUpdateDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.TableClassSummary
-
The date and time at which the table class was last updated.
- setLastUpdateToPayPerRequestDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.BillingModeSummary
-
Represents the time when PAY_PER_REQUEST
was last set as the read/write capacity mode.
- setLatestRestorableDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryDescription
-
LatestRestorableDateTime
is typically 5 minutes before the current time.
- 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.datamodeling.DynamoDBQueryExpression
-
Sets the maximum number of items to retrieve in each service request to
DynamoDB.
- setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the limit of items to scan during this scan.
- setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest
-
The maximum number of shard objects to return.
- setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The maximum number of items to evaluate (not necessarily the number of matching items).
- setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequest
-
The maximum number of records to return from the shard.
- setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
Maximum number of backups to return at once.
- setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesRequest
-
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
- setLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
-
The maximum number of streams to return.
- 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 5) to be created on the table.
- setLocalSecondaryIndexes(Collection<LocalSecondaryIndexInfo>) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Represents the LSI properties for the table when the backup was created.
- setLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents one or more local secondary indexes on the table.
- setLocalSecondaryIndexOverride(Collection<LocalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
List of local secondary indexes for the restored table.
- setLocalSecondaryIndexOverride(Collection<LocalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
List of local secondary indexes for the restored table.
- setM(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Map.
- setMaximumUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
The maximum capacity units that a global table or global secondary index should be scaled up to.
- setMaximumUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
The maximum capacity units that a global table or global secondary index should be scaled up to.
- setMaxResults(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsRequest
-
Maximum number of results to return per page.
- setMaxResults(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsRequest
-
Maximum number of results to return per page.
- setMessage(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementError
-
The error message associated with the PartiQL batch response.
- setMessage(String) - Method in class com.amazonaws.services.dynamodbv2.model.CancellationReason
-
Cancellation reason message description.
- setMinimumUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
The minimum capacity units that a global table or global secondary index should be scaled down to.
- setMinimumUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
The minimum capacity units that a global table or global secondary index should be scaled down to.
- setN(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Number.
- setNewImage(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The item in the DynamoDB table as it appeared after it was modified.
- setNextShardIterator(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsResult
-
The next position in the shard from which to start sequentially reading stream records.
- setNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
Set this value to get remaining results, if NextToken
was returned in the statement response.
- setNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementResult
-
If the response of a read request exceeds the response payload limit DynamoDB will set this value in the
response.
- setNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsRequest
-
A token to for the desired page, if there is one.
- setNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsResult
-
A token to go to the next page if there is one.
- setNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsRequest
-
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports
.
- setNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsResult
-
If this value is returned, there are additional results to be displayed.
- setNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsRequest
-
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports
.
- setNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsResult
-
If this value is returned, there are additional results to be displayed.
- setNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceRequest
-
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.
- setNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceResult
-
If this value is returned, there are additional results to be displayed.
- 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
-
An attribute of type Number Set.
- setNULL(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Null.
- setNumberOfDecreasesToday(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The number of provisioned throughput decreases for this table during this UTC calendar day.
- setObjectTableNameResolver(DynamoDBMapperConfig.ObjectTableNameResolver) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- setOldImage(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The item in the DynamoDB table as it appeared before it was modified.
- setPageSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsRequest
-
The number of ImportSummary
objects returned in a single page.
- setPaginationLoadingStrategy(DynamoDBMapperConfig.PaginationLoadingStrategy) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- setParameters(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
The parameters associated with a PartiQL statement in the batch request.
- setParameters(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The parameters for the PartiQL statement, if any.
- setParameters(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ParameterizedStatement
-
The parameter values.
- setParentShardId(String) - Method in class com.amazonaws.services.dynamodbv2.model.Shard
-
The shard ID of the current shard's parent.
- setPointInTimeRecoveryDescription(PointInTimeRecoveryDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ContinuousBackupsDescription
-
The description of the point in time recovery settings applied to the table.
- setPointInTimeRecoveryEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoverySpecification
-
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
- setPointInTimeRecoverySpecification(PointInTimeRecoverySpecification) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsRequest
-
Represents the settings used to enable point in time recovery.
- setPointInTimeRecoveryStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryDescription
-
The current state of point in time recovery:
- setPolicyName(String) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyDescription
-
The name of the scaling policy.
- setPolicyName(String) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyUpdate
-
The name of the scaling policy.
- setPrincipalId(String) - Method in class com.amazonaws.services.dynamodbv2.model.Identity
-
A unique identifier for the entity that made the call.
- setProcessedItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The total number of items processed from the source file.
- setProcessedSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The total size of data processed from the source file, in Bytes.
- 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 the global secondary index.
- setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexInfo
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
Represents attributes that are copied (projected) from the table into the local secondary index.
- setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- setProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexInfo
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
A string that identifies one or more attributes to retrieve from the
table.
- setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
A string that identifies one or more attributes to retrieve from the
table.
- setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.Get
-
A string that identifies one or more attributes of the specified item to retrieve from the table.
- setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
A string that identifies one or more attributes to retrieve from the table.
- setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
A string that identifies one or more attributes to retrieve from the table.
- setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
A string that identifies one or more attributes to retrieve from the table.
- setProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A string that identifies one or more attributes to retrieve from the specified table or index.
- setProjectionType(String) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
The set of attributes that are projected into the index:
- setProjectionType(ProjectionType) - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
The set of attributes that are projected into the index:
- setProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
- setProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
Auto scaling settings for a global secondary index replica's read capacity units.
- setProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsUpdate
-
Auto scaling settings for managing a global secondary index replica's read capacity units.
- setProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingUpdate
-
- setProvisionedReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
- setProvisionedReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsUpdate
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
- setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Represents the provisioned throughput settings for the specified global secondary 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 the specified global secondary index.
- setProvisionedThroughput(ProvisionedThroughputDescription) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Represents the provisioned throughput settings for the specified global secondary index.
- setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexInfo
-
Represents the provisioned throughput settings for the specified global secondary index.
- setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Read IOPs and Write IOPS on the table when the backup was created.
- setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
- 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 the specified global secondary index.
- setProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The new provisioned throughput settings for the specified table or index.
- setProvisionedThroughputOverride(ProvisionedThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
Replica-specific provisioned throughput.
- setProvisionedThroughputOverride(ProvisionedThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Replica-specific provisioned throughput.
- setProvisionedThroughputOverride(ProvisionedThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndex
-
Replica table GSI-specific provisioned throughput.
- setProvisionedThroughputOverride(ProvisionedThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexDescription
-
If not described, uses the source table GSI's read capacity settings.
- setProvisionedThroughputOverride(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
Provisioned throughput settings for the restored table.
- setProvisionedThroughputOverride(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Provisioned throughput settings for the restored table.
- setProvisionedThroughputOverride(ProvisionedThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Replica-specific provisioned throughput.
- setProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
- setProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
Auto scaling settings for a global secondary index replica's write capacity units.
- setProvisionedWriteCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
-
Auto scaling settings for managing a global secondary index's write capacity units.
- setProvisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexAutoScalingUpdate
-
- setProvisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
- setProvisionedWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
- setProvisionedWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException
.
- setPut(Put) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
A request to perform a PutItem
operation.
- setPutRequest(PutRequest) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
A request to perform a PutItem
operation.
- setQueryFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the query filter applied on this query.
- setQueryFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- setRangeKey(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
-
- setRangeKeyConditions(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the range key condition for this query.
- setReadCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
-
The total number of read capacity units consumed on a table or an index.
- setReadCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The total number of read capacity units consumed by the operation.
- 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
.
- setReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputOverride
-
Replica-specific read capacity units.
- setRecords(Collection<Record>) - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsResult
-
The stream records from the shard, which were retrieved using the shard iterator.
- setRegion(Region) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- setRegion(Region) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreams
-
- setRegion(Region) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
- setRegion(Region) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams
-
- setRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicaAction
-
The Region of the replica to be added.
- setRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
The Region where the new replica will be created.
- setRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteReplicaAction
-
The Region of the replica to be removed.
- setRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteReplicationGroupMemberAction
-
The Region where the replica exists.
- setRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesRequest
-
Lists the global tables in a specific Region.
- setRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.Replica
-
The Region where the replica needs to be created.
- setRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
The Region where the replica exists.
- setRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingUpdate
-
The Region where the replica exists.
- setRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The name of the Region.
- setRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The Region name of the replica.
- setRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
The Region of the replica to be added.
- setRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
The Region where the replica exists.
- setReplicaBillingModeSummary(BillingModeSummary) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The read/write capacity mode of the replica.
- setReplicaGlobalSecondaryIndexSettings(Collection<ReplicaGlobalSecondaryIndexSettingsDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
Replica global secondary index settings for the global table.
- setReplicaGlobalSecondaryIndexSettingsUpdate(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
Represents the settings of a global secondary index for a global table that will be modified.
- setReplicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingUpdate
-
Represents the auto scaling settings of global secondary indexes that will be modified.
- setReplicaInaccessibleDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The time at which the replica was first detected as inaccessible.
- setReplicaProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
- setReplicaProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
Auto scaling settings for a global table replica's read capacity units.
- setReplicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
Auto scaling settings for managing a global table replica's read capacity units.
- setReplicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingUpdate
-
- setReplicaProvisionedReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
- setReplicaProvisionedReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
- setReplicaProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
- setReplicaProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
Auto scaling settings for a global table replica's write capacity units.
- setReplicaProvisionedWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException
.
- setReplicas(Collection<ReplicaAutoScalingDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableAutoScalingDescription
-
Represents replicas of the global table.
- setReplicas(Collection<ReplicaDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents replicas of the table.
- setReplicaSettings(Collection<ReplicaSettingsDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableSettingsResult
-
The Region-specific settings for the global table.
- setReplicaSettings(Collection<ReplicaSettingsDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsResult
-
The Region-specific settings for the global table.
- setReplicaSettingsUpdate(Collection<ReplicaSettingsUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
Represents the settings for a global table in a Region that will be modified.
- setReplicaStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
The current state of the replica:
- setReplicaStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The current state of the replica:
- setReplicaStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The current state of the Region:
- setReplicaStatusDescription(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Detailed information about the replica status.
- setReplicaStatusPercentProgress(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Specifies the progress of a Create, Update, or Delete action on the replica as a percentage.
- setReplicaTableClass(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
Replica-specific table class.
- setReplicaTableClassSummary(TableClassSummary) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
- setReplicaTableClassSummary(TableClassSummary) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
- setReplicationGroup(Collection<Replica>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalTableRequest
-
The Regions where the global table needs to be created.
- setReplicationGroup(Collection<Replica>) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTable
-
The Regions where the global table has replicas.
- setReplicationGroup(Collection<ReplicaDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The Regions where the global table has replicas.
- setReplicaUpdates(Collection<ReplicaUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableRequest
-
A list of Regions that should be added or removed from the global table.
- setReplicaUpdates(Collection<ReplicaAutoScalingUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
Represents the auto scaling settings of replicas of the table that will be modified.
- setReplicaUpdates(Collection<ReplicationGroupUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
A list of replica update actions (create, delete, or update) for the table.
- setRequestItems(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
A map of one or more table names and, for each table, a map that describes one or more items to retrieve from
that table.
- setRequestItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
A map of one or more table names and, for each table, a list of operations to be performed (
DeleteRequest
or PutRequest
).
- setRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- setResourceArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceRequest
-
The Amazon DynamoDB resource with tags to be listed.
- setResourceArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.TagResourceRequest
-
Identifies the Amazon DynamoDB resource to which tags should be added.
- setResourceArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.UntagResourceRequest
-
The DynamoDB resource that the tags will be removed from.
- setResponses(Collection<BatchStatementResponse>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementResult
-
The response to each PartiQL statement in the batch.
- 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.
- setResponses(Collection<ItemResponse>) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionResult
-
The response to a PartiQL transaction.
- setResponses(Collection<ItemResponse>) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsResult
-
An ordered array of up to 25 ItemResponse
objects, each of which corresponds to the
TransactGetItem
object in the same position in the TransactItems array.
- setRestoreDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
Point in time or source backup time.
- setRestoreDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Time in the past to restore the table to.
- setRestoreInProgress(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
Indicates if a restore is in progress or not.
- setRestoreSummary(RestoreSummary) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Contains details for the restore.
- setResults(List<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
-
- setResults(List<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
-
- setRetriesAttempted(int) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext
-
Sets retriesAttempted.
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
A value that if set to TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
A value that if set to TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
A value that if set to TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
A value that if set to TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementRequest
-
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionRequest
-
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in
the response.
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsRequest
-
A value of TOTAL
causes consumed capacity information to be returned, and a value of
NONE
prevents that information from being returned.
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
- setReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- setReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- 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.TransactWriteItemsRequest
-
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 appear before or after they are
updated.
- setReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Use ReturnValues
if you want to get the item attributes as they appear before or after they are
updated.
- setReturnValuesOnConditionCheckFailure(String) - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the
ConditionCheck
condition fails.
- setReturnValuesOnConditionCheckFailure(String) - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Delete
condition fails.
- setReturnValuesOnConditionCheckFailure(String) - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Put
condition
fails.
- setReturnValuesOnConditionCheckFailure(String) - Method in class com.amazonaws.services.dynamodbv2.model.Update
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Update
condition fails.
- setS(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type String.
- setS3Bucket(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The name of the Amazon S3 bucket containing the export.
- setS3Bucket(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The name of the Amazon S3 bucket to export the snapshot to.
- setS3Bucket(String) - Method in class com.amazonaws.services.dynamodbv2.model.S3BucketSource
-
The S3 bucket that is being imported from.
- setS3BucketOwner(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The ID of the Amazon Web Services account that owns the bucket containing the export.
- setS3BucketOwner(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The ID of the Amazon Web Services account that owns the bucket the export will be stored in.
- setS3BucketOwner(String) - Method in class com.amazonaws.services.dynamodbv2.model.S3BucketSource
-
The account number of the S3 bucket that is being imported from.
- setS3BucketSource(S3BucketSource) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The path and S3 bucket of the source file that is being imported.
- setS3BucketSource(S3BucketSource) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
Values for the S3 bucket the source file is imported from.
- setS3BucketSource(S3BucketSource) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
The S3 bucket that provides the source for the import.
- setS3KeyPrefix(String) - Method in class com.amazonaws.services.dynamodbv2.model.S3BucketSource
-
The key prefix shared by all S3 Objects that are being imported.
- setS3Prefix(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.
- setS3Prefix(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.
- setS3SseAlgorithm(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Type of encryption used on the bucket where export data is stored.
- setS3SseAlgorithm(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Type of encryption used on the bucket where export data will be stored.
- setS3SseKmsKeyId(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The ID of the KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable).
- setS3SseKmsKeyId(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The ID of the KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).
- setSaveBehavior(DynamoDBMapperConfig.SaveBehavior) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- setScaleInCooldown(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
The amount of time, in seconds, after a scale in activity completes before another scale in activity can start.
- setScaleInCooldown(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
The amount of time, in seconds, after a scale in activity completes before another scale in activity can start.
- setScaleOutCooldown(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
The amount of time, in seconds, after a scale out activity completes before another scale out activity can start.
- setScaleOutCooldown(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
The amount of time, in seconds, after a scale out activity completes before another scale out activity can start.
- setScalingPolicies(Collection<AutoScalingPolicyDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
Information about the scaling policies.
- setScalingPolicyUpdate(AutoScalingPolicyUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
The scaling policy to apply for scaling target global table or global secondary index capacity units.
- setScanFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the scan filter to the map of attribute names to conditions given.
- setScanFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
This is a legacy parameter.
- setScanIndexForward(boolean) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets whether this query scans forward.
- setScanIndexForward(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
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.datamodeling.QueryResultPage
-
- setScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage
-
- setScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The number of items evaluated, before any QueryFilter
is applied.
- setScannedCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The number of items evaluated, before any ScanFilter
is applied.
- setSegment(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the ID of the segment to be scanned.
- setSegment(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
For a parallel Scan
request, Segment
identifies an individual segment to be scanned by
an application worker.
- setSelect(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
The attributes to be returned in the result.
- setSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
The attributes to be returned in the result.
- setSelect(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
The attributes to be returned in the result.
- setSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
The attributes to be returned in the result.
- setSelect(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The attributes to be returned in the result.
- setSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The attributes to be returned in the result.
- setSelect(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The attributes to be returned in the result.
- setSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The attributes to be returned in the result.
- setSequenceNumber(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
The sequence number of a stream record in the shard from which to start reading.
- setSequenceNumber(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The sequence number of the stream record.
- setSequenceNumberRange(SequenceNumberRange) - Method in class com.amazonaws.services.dynamodbv2.model.Shard
-
The range of possible sequence numbers for the shard.
- setShardId(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
The identifier of the shard.
- setShardId(String) - Method in class com.amazonaws.services.dynamodbv2.model.Shard
-
The system-generated identifier for this shard.
- setShardIterator(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequest
-
A shard iterator that was retrieved from a previous GetShardIterator operation.
- setShardIterator(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult
-
The position in the shard from which to start reading stream records sequentially.
- setShardIteratorType(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
Determines how the shard iterator is used to start reading stream records from the shard:
- setShardIteratorType(ShardIteratorType) - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
Determines how the shard iterator is used to start reading stream records from the shard:
- setShards(Collection<Shard>) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The shards that comprise the stream.
- setSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The size of the stream record, in bytes.
- setSizeEstimateRangeGB(Collection<Double>) - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
An estimate of item collection size, in gigabytes.
- setSourceBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
The Amazon Resource Name (ARN) of the backup from which the table was restored.
- setSourceTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
The ARN of the source table of the backup that is being restored.
- setSourceTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The DynamoDB table that will be restored.
- setSourceTableDetails(SourceTableDetails) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDescription
-
Contains the details of the table when the backup was created.
- setSourceTableFeatureDetails(SourceTableFeatureDetails) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDescription
-
Contains the details of the features enabled on the table when the backup was created.
- setSourceTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Name of the source table that is being restored.
- setSS(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type String Set.
- setSSEDescription(SSEDescription) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
The description of the server-side encryption status on the table when the backup was created.
- setSSEDescription(SSEDescription) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The description of the server-side encryption status on the specified table.
- setSSESpecification(SSESpecification) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Represents the settings used to enable server-side encryption.
- setSSESpecification(SSESpecification) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
- setSSESpecification(SSESpecification) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The new server-side encryption settings for the specified table.
- setSSESpecificationOverride(SSESpecification) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The new server-side encryption settings for the restored table.
- setSSESpecificationOverride(SSESpecification) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The new server-side encryption settings for the restored table.
- setSSEType(String) - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
Server-side encryption type.
- setSSEType(String) - Method in class com.amazonaws.services.dynamodbv2.model.SSESpecification
-
Server-side encryption type.
- setStartingSequenceNumber(String) - Method in class com.amazonaws.services.dynamodbv2.model.SequenceNumberRange
-
The first sequence number for the stream records contained within a shard.
- setStartTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The time at which the export task began.
- setStartTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The time at which this import task began.
- setStartTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The time when this import task started.
- setStatement(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
A valid PartiQL statement.
- setStatement(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The PartiQL statement representing the operation to run.
- setStatement(String) - Method in class com.amazonaws.services.dynamodbv2.model.ParameterizedStatement
-
A PartiQL statment that uses parameters.
- setStatements(Collection<BatchStatementRequest>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementRequest
-
The list of PartiQL statements representing the batch to run.
- setStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
Represents the current state of server-side encryption.
- setStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest
-
The Amazon Resource Name (ARN) for the stream.
- setStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationRequest
-
The ARN for a Kinesis data stream.
- setStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationResult
-
The ARN for the specific Kinesis data stream.
- setStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationRequest
-
The ARN for a Kinesis data stream.
- setStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationResult
-
The ARN for the specific Kinesis data stream.
- setStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
The Amazon Resource Name (ARN) for the stream.
- setStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
The ARN for a specific Kinesis data stream.
- setStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.Stream
-
The Amazon Resource Name (ARN) for the stream.
- setStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The Amazon Resource Name (ARN) for the stream.
- setStreamDescription(StreamDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamResult
-
A complete description of the stream, including its creation date and time, the DynamoDB table associated with
the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records
within the shards.
- setStreamDescription(StreamSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Stream settings on the table when the backup was created.
- setStreamEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.
- setStreamLabel(String) - Method in class com.amazonaws.services.dynamodbv2.model.Stream
-
A timestamp, in ISO 8601 format, for this stream.
- setStreamLabel(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
A timestamp, in ISO 8601 format, for this stream.
- setStreams(Collection<Stream>) - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsResult
-
A list of stream descriptors associated with the current account and endpoint.
- 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.
- setStreamStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
Indicates the current status of the stream:
- setStreamStatus(StreamStatus) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
Indicates the current status of the stream:
- setStreamViewType(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
Indicates the format of the records within this stream:
- setStreamViewType(StreamViewType) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
Indicates the format of the records within this stream:
- setStreamViewType(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The type of data from the modified DynamoDB item that was captured in this stream record:
- setStreamViewType(StreamViewType) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The type of data from the modified DynamoDB item that was captured in this stream record:
- setStreamViewType(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
When an item in the table is modified, StreamViewType
determines what information is written to the
stream for this table.
- setStreamViewType(StreamViewType) - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
When an item in the table is modified, StreamViewType
determines what information is written to the
stream for this 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
-
The properties of the table.
- setTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
ARN associated with the table.
- setTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The Amazon Resource Name (ARN) of the table that was exported.
- setTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The Amazon Resource Name (ARN) associated with the table to export.
- setTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The Amazon Resource Number (ARN) of the table being imported into.
- setTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The Amazon Resource Number (ARN) of the table being imported into.
- setTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsRequest
-
The Amazon Resource Name (ARN) associated with the exported table.
- setTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsRequest
-
The Amazon Resource Name (ARN) associated with the table that was imported to.
- setTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
ARN of the table for which backup was created.
- setTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the table.
- setTableAutoScalingDescription(TableAutoScalingDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableReplicaAutoScalingResult
-
Represents the auto scaling properties of the table.
- setTableAutoScalingDescription(TableAutoScalingDescription) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingResult
-
Returns information about the auto scaling settings of a table with replicas.
- setTableClass(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
The table class of the new table.
- setTableClass(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableClassSummary
-
The table class of the specified table.
- setTableClass(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The table class of the table to be updated.
- setTableClassOverride(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
Replica-specific table class.
- setTableClassOverride(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Replica-specific table class.
- setTableClassSummary(TableClassSummary) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Contains details of the table class.
- setTableCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Time when the source table was created.
- setTableCreationParameters(TableCreationParameters) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The parameters for the new table that is being imported into.
- setTableCreationParameters(TableCreationParameters) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Parameters for the table to import the data into.
- setTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
-
Represents the properties of the 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.RestoreTableFromBackupResult
-
The description of the table created from an existing backup.
- setTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeResult
-
Represents the properties of a table.
- setTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
-
Represents the properties of the table.
- setTableId(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Unique identifier for the table.
- setTableId(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Unique ID of the table that was exported.
- setTableId(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The table id corresponding to the table created by import table process.
- setTableId(String) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Unique identifier for the table for which the backup was created.
- setTableId(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Unique identifier for the table for which the backup was created.
- 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.BackupSummary
-
Name of the table.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementResponse
-
The table name associated with a failed PartiQL batch statement.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
Name of the table for the check item request.
- 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.ContributorInsightsSummary
-
Name of the table associated with the summary.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateBackupRequest
-
The name of the table.
- 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.Delete
-
Name of the table in which the item to be deleted resides.
- 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.DescribeContinuousBackupsRequest
-
Name of the table for which the customer wants to check the continuous backups and point in time recovery
settings.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsRequest
-
The name of the table to describe.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
The name of the table being described.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeKinesisStreamingDestinationRequest
-
The name of the table being described.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeKinesisStreamingDestinationResult
-
The name of the table being described.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableReplicaAutoScalingRequest
-
The name of the table.
- 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.DescribeTimeToLiveRequest
-
The name of the table to be described.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationRequest
-
The name of the DynamoDB table.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationResult
-
The name of the table being modified.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationRequest
-
The name of the DynamoDB table.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationResult
-
The name of the table being modified.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.Get
-
The name of the table from which to retrieve the specified item.
- 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.ListBackupsRequest
-
The backups from the table specified by TableName
are listed.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsRequest
-
The name of the table.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
-
If this parameter is provided, then only the streams associated with this table name are returned.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
Name of the table in which to write the 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.SourceTableDetails
-
The name of the table for which the backup was created.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.Stream
-
The DynamoDB table with which the stream is associated.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The DynamoDB table with which the stream is associated.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableAutoScalingDescription
-
The name of the table.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The name of the table created as part of the import operation.
- 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.Update
-
Name of the table for the UpdateItem
request.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsRequest
-
The name of the table.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsRequest
-
The name of the table.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsResult
-
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.UpdateTableReplicaAutoScalingRequest
-
The name of the global table to be updated.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The name of the table to be updated.
- setTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveRequest
-
The name of the table to be configured.
- setTableNameOverride(DynamoDBMapperConfig.TableNameOverride) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- setTableNameResolver(DynamoDBMapperConfig.TableNameResolver) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- setTableNames(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The names of the tables associated with the current account at the current endpoint.
- setTableSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Size of the table in bytes.
- 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.TableAutoScalingDescription
-
The current state of the table:
- 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:
- setTagKeys(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.UntagResourceRequest
-
A list of tag keys.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
A list of key-value pairs to label the table.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceResult
-
The tags currently associated with the Amazon DynamoDB resource.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.dynamodbv2.model.TagResourceRequest
-
The tags to be assigned to the Amazon DynamoDB resource.
- setTargetTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The name of the new table to which the backup must be restored.
- setTargetTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The name of the new table to which it must be restored to.
- setTargetTrackingScalingPolicyConfiguration(AutoScalingTargetTrackingScalingPolicyConfigurationDescription) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyDescription
-
Represents a target tracking scaling policy configuration.
- setTargetTrackingScalingPolicyConfiguration(AutoScalingTargetTrackingScalingPolicyConfigurationUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyUpdate
-
Represents a target tracking scaling policy configuration.
- setTargetValue(Double) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
The target value for the metric.
- setTargetValue(Double) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
The target value for the metric.
- setTimeRangeLowerBound(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
Only backups created after this time are listed.
- setTimeRangeUpperBound(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
Only backups created before this time are listed.
- setTimeToLiveDescription(TimeToLiveDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTimeToLiveResult
-
- setTimeToLiveDescription(TimeToLiveDescription) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Time to Live settings on the table when the backup was created.
- setTimeToLiveSpecification(TimeToLiveSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveRequest
-
Represents the settings used to enable or disable Time to Live for the specified table.
- setTimeToLiveSpecification(TimeToLiveSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveResult
-
Represents the output of an UpdateTimeToLive
operation.
- setTimeToLiveStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveDescription
-
The TTL status for the table.
- setTimeToLiveStatus(TimeToLiveStatus) - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveDescription
-
The TTL status for the table.
- setTotalSegments(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the total number of segments into which the scan will be divided.
- setTotalSegments(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
For a parallel Scan
request, TotalSegments
represents the total number of segments into
which the Scan
operation will be divided.
- setTransactItems(Collection<TransactGetItem>) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsRequest
-
An ordered array of up to 25 TransactGetItem
objects, each of which contains a Get
structure.
- setTransactItems(Collection<TransactWriteItem>) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
An ordered array of up to 25 TransactWriteItem
objects, each of which contains a
ConditionCheck
, Put
, Update
, or Delete
object.
- setTransactStatements(Collection<ParameterizedStatement>) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionRequest
-
The list of PartiQL statements representing the transaction to run.
- setType(String) - Method in class com.amazonaws.services.dynamodbv2.model.Identity
-
The type of the identity.
- setTypeConverterFactory(DynamoDBTypeConverterFactory) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- setUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
-
- setUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
A map of tables and requests against those tables that were not processed.
- setUnprocessedKeys(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
A map of tables and their respective keys that were not processed with the current response.
- setUpdate(UpdateGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to
that index.
- setUpdate(UpdateReplicationGroupMemberAction) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicationGroupUpdate
-
The parameters required for updating a replica for the table.
- setUpdate(Update) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
A request to perform an UpdateItem
operation.
- setUpdateExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.Update
-
An expression that defines one or more attributes to be updated, the action to be performed on them, and new
value(s) for them.
- 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
values for them.
- setUseLatestRestorableTime(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Restore the table to the latest possible time.
- setUserIdentity(Identity) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
Items that are deleted by the Time to Live process after expiration have the following fields:
- 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 the expected attribute.
- setValue(String) - Method in class com.amazonaws.services.dynamodbv2.model.Tag
-
The value of the tag.
- setWriteCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
-
The total number of write capacity units consumed on a table or an index.
- setWriteCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The total number of write capacity units consumed by the operation.
- 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
.
- Shard - Class in com.amazonaws.services.dynamodbv2.model
-
A uniquely identified group of stream records within a stream.
- Shard() - Constructor for class com.amazonaws.services.dynamodbv2.model.Shard
-
- ShardIteratorType - Enum in com.amazonaws.services.dynamodbv2.model
-
- ShortSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
-
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java
Short
s.
- ShortUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
-
An unmarshaller that unmarshals DynamoDB Numbers into Java
Short
s.
- shouldRetry(BatchLoadContext) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.BatchLoadRetryStrategy
-
Checks if the batch load request should be retried.
- shouldRetry(BatchLoadContext) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.DefaultBatchLoadRetryStrategy
-
- shouldRetry(BatchLoadContext) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.NoRetryBatchLoadRetryStrategy
-
- shutdown() - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- shutdown() - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreams
-
- shutdown() - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Shuts down the client, releasing all managed resources.
- shutdown() - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
- shutdown() - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient
-
Shuts down the client, releasing all managed resources.
- shutdown() - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsClient
-
- shutdown() - Method in class com.amazonaws.services.dynamodbv2.document.DynamoDB
-
Shuts down and release all resources.
- shutdown() - Method in class com.amazonaws.services.dynamodbv2.waiters.AmazonDynamoDBWaiters
-
- size() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
-
- size() - Method in class com.amazonaws.services.dynamodbv2.document.Page
-
- SourceTableDetails - Class in com.amazonaws.services.dynamodbv2.model
-
Contains the details of the table when the backup was created.
- SourceTableDetails() - Constructor for class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
- SourceTableFeatureDetails - Class in com.amazonaws.services.dynamodbv2.model
-
Contains the details of the features enabled on the table when the backup was created.
- SourceTableFeatureDetails() - Constructor for class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
- SS(String) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
-
Creates a path operand that refers to a
string-set attribute for the purpose of building expressions.
- SS - Class in com.amazonaws.services.dynamodbv2.xspec
-
A path operand that refers to a
string set attribute in DynamoDB; used for building expressions.
- SSEDescription - Class in com.amazonaws.services.dynamodbv2.model
-
The description of the server-side encryption status on the specified table.
- SSEDescription() - Constructor for class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
- SSESpecification - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the settings used to enable server-side encryption.
- SSESpecification() - Constructor for class com.amazonaws.services.dynamodbv2.model.SSESpecification
-
- SSEStatus - Enum in com.amazonaws.services.dynamodbv2.model
-
- SSEType - Enum in com.amazonaws.services.dynamodbv2.model
-
- standard() - Static method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientBuilder
-
- standard() - Static method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsClientBuilder
-
- standard() - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverterFactory
-
Returns the standard type-converter factory.
- Stream - Class in com.amazonaws.services.dynamodbv2.model
-
Represents all of the data describing a particular stream.
- Stream() - Constructor for class com.amazonaws.services.dynamodbv2.model.Stream
-
- StreamDescription - Class in com.amazonaws.services.dynamodbv2.model
-
Represents all of the data describing a particular stream.
- StreamDescription() - Constructor for class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
- StreamRecord - Class in com.amazonaws.services.dynamodbv2.model
-
A description of a single data modification that was performed on an item in a DynamoDB table.
- StreamRecord() - Constructor for class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
- 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
-
- StreamStatus - Enum in com.amazonaws.services.dynamodbv2.model
-
- StreamViewType - Enum in com.amazonaws.services.dynamodbv2.model
-
- StringSetToStringSetMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
-
A marshaller that marshals sets of Java String
s to DynamoDB
StringSets.
- StringSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
-
An unmarshaller that unmarshals DynamoDB StringSets as sets of Java
String
objects.
- StringToStringMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
-
A marshaller that marshals Java String
objects to DynamoDB Strings.
- StringUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
-
An unmarshaller that unmarshals DynamoDB Strings as Java String
objects.
- subList(int, int) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
-
Returns a sub-list in the range specified, loading more results as
necessary.
- Table - Class in com.amazonaws.services.dynamodbv2.document
-
A DynamoDB table.
- Table(AmazonDynamoDB, String) - Constructor for class com.amazonaws.services.dynamodbv2.document.Table
-
- Table(AmazonDynamoDB, String, TableDescription) - Constructor for class com.amazonaws.services.dynamodbv2.document.Table
-
- TableAlreadyExistsException - Exception in com.amazonaws.services.dynamodbv2.model
-
A target table with the specified name already exists.
- TableAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.TableAlreadyExistsException
-
Constructs a new TableAlreadyExistsException with the specified error message.
- TableAutoScalingDescription - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the auto scaling configuration for a global table.
- TableAutoScalingDescription() - Constructor for class com.amazonaws.services.dynamodbv2.model.TableAutoScalingDescription
-
- TableClass - Enum in com.amazonaws.services.dynamodbv2.model
-
- TableClassSummary - Class in com.amazonaws.services.dynamodbv2.model
-
Contains details of the table class.
- TableClassSummary() - Constructor for class com.amazonaws.services.dynamodbv2.model.TableClassSummary
-
- TableCollection<R> - Class in com.amazonaws.services.dynamodbv2.document
-
A collection of Table
's (initialized with the respective table
names).
- TableCollection() - Constructor for class com.amazonaws.services.dynamodbv2.document.TableCollection
-
- TableCreationParameters - Class in com.amazonaws.services.dynamodbv2.model
-
The parameters for the table created as part of the import operation.
- TableCreationParameters() - Constructor for class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
- TableDescription - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the properties of a table.
- TableDescription() - Constructor for class com.amazonaws.services.dynamodbv2.model.TableDescription
-
- tableExists() - Method in class com.amazonaws.services.dynamodbv2.waiters.AmazonDynamoDBWaiters
-
Builds a TableExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
- TableInUseException - Exception in com.amazonaws.services.dynamodbv2.model
-
A target table with the specified name is either being created or deleted.
- TableInUseException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.TableInUseException
-
Constructs a new TableInUseException with the specified error message.
- TableKeysAndAttributes - Class in com.amazonaws.services.dynamodbv2.document
-
Used to specify one or multiple primary keys of a specific table, the
attributes to be retrieved from that table, and the consistency of the read
operation in a BatchGetItem
request.
- TableKeysAndAttributes(String) - Constructor for class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
- TableNameOverride(String) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameOverride
-
- TableNeverTransitionedToStateException(String, TableStatus) - Constructor for exception com.amazonaws.services.dynamodbv2.util.TableUtils.TableNeverTransitionedToStateException
-
- tableNotExists() - Method in class com.amazonaws.services.dynamodbv2.waiters.AmazonDynamoDBWaiters
-
Builds a TableNotExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
- TableNotFoundException - Exception in com.amazonaws.services.dynamodbv2.model
-
A source table with the name TableName
does not currently exist within the subscriber's account or the
subscriber is operating in the wrong Amazon Web Services Region.
- TableNotFoundException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.TableNotFoundException
-
Constructs a new TableNotFoundException with the specified error message.
- TableStatus - Enum in com.amazonaws.services.dynamodbv2.model
-
- TableUtils - Class in com.amazonaws.services.dynamodbv2.util
-
Utility methods for working with DynamoDB tables.
- TableUtils() - Constructor for class com.amazonaws.services.dynamodbv2.util.TableUtils
-
- TableUtils.TableNeverTransitionedToStateException - Exception in com.amazonaws.services.dynamodbv2.util
-
Thrown by
TableUtils
when a table never reaches a desired state
- TableWriteItems - Class in com.amazonaws.services.dynamodbv2.document
-
Used to specify items to be put and/or primary keys to be deleted from a
specific table in a BatchWriteItem
request.
- TableWriteItems(String) - Constructor for class com.amazonaws.services.dynamodbv2.document.TableWriteItems
-
- Tag - Class in com.amazonaws.services.dynamodbv2.model
-
Describes a tag.
- Tag() - Constructor for class com.amazonaws.services.dynamodbv2.model.Tag
-
- tagResource(TagResourceRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Associate a set of tags with an Amazon DynamoDB resource.
- tagResource(TagResourceRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Associate a set of tags with an Amazon DynamoDB resource.
- tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Associate a set of tags with an Amazon DynamoDB resource.
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Associate a set of tags with an Amazon DynamoDB resource.
- tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- TagResourceRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- TagResourceRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.TagResourceRequest
-
- TagResourceResult - Class in com.amazonaws.services.dynamodbv2.model
-
- TagResourceResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.TagResourceResult
-
- targetType() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel
-
Gets the object type.
- TimeToLiveDescription - Class in com.amazonaws.services.dynamodbv2.model
-
The description of the Time to Live (TTL) status on the specified table.
- TimeToLiveDescription() - Constructor for class com.amazonaws.services.dynamodbv2.model.TimeToLiveDescription
-
- TimeToLiveSpecification - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the settings used to enable or disable Time to Live (TTL) for the specified table.
- TimeToLiveSpecification() - Constructor for class com.amazonaws.services.dynamodbv2.model.TimeToLiveSpecification
-
- TimeToLiveStatus - Enum in com.amazonaws.services.dynamodbv2.model
-
- toArray() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
-
- toArray(X[]) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
-
- toAttributeConditionMap(Collection<? extends Filter<?>>) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Returns the low level representation of a collection of Filter
.
- toAttributeConditionMap(Collection<? extends Filter<?>>) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Returns the low level representation of a collection of Filter
.
- toAttributeValue(Object) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Converts a simple value into the low-level
representation.
- toAttributeValue(Object) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Converts a simple value into the low-level
representation.
- toAttributeValueMap(Collection<KeyAttribute>) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Converts the specified primary key into the low-level representation.
- toAttributeValueMap(PrimaryKey) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Converts the specified primary key into the low-level representation.
- toAttributeValueMap(KeyAttribute...) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Converts the specified primary key into the low-level representation.
- toAttributeValueMap(Collection<KeyAttribute>) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Converts the specified primary key into the low-level representation.
- toAttributeValueMap(PrimaryKey) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Converts the specified primary key into the low-level representation.
- toAttributeValueMap(KeyAttribute...) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Converts the specified primary key into the low-level representation.
- toAttributeValues(Item) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Converts an Item
into the low-level representation;
or null if the input is null.
- toAttributeValues(Object[]) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Converts the input array of values into an array of low level
representation of those values.
- toAttributeValues(Item) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Converts an Item
into the low-level representation;
or null if the input is null.
- toAttributeValues(Object[]) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Converts the input array of values into an array of low level
representation of those values.
- toAttributeValueUpdate(List<AttributeUpdate>) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Converts a list of AttributeUpdate
into the low-level
representation; or null if the input is null.
- toAttributeValueUpdate(List<AttributeUpdate>) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Converts a list of AttributeUpdate
into the low-level
representation; or null if the input is null.
- toBigDecimal(Number) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Converts a number into BigDecimal representation.
- toBigDecimal(Number) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Converts a number into BigDecimal representation.
- toBigDecimalSet(Number...) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
- toBigDecimalSet(Set<Number>) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
- toBigDecimalSet(Number...) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
- toBigDecimalSet(Set<Number>) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
- toComparisonOperator() - Method in enum com.amazonaws.services.dynamodbv2.document.KeyConditions
-
- toExpectedAttributeValueMap(Collection<Expected>) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Returns the low level representation of a collection of Expected
.
- toExpectedAttributeValueMap(Collection<Expected>) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Returns the low level representation of a collection of Expected
.
- toItem(Map<String, AttributeValue>) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Returns an Item
given the low level item information;
or null if the input is null;
- toItemList(List<Map<String, AttributeValue>>) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Returns a non-null list of Item
's given the low level
list of item information.
- toItemList(List<Map<String, AttributeValue>>) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Returns a non-null list of Item
's given the low level
list of item information.
- toJson() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
Serializes into a JSON string.
- toJSON() - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns this item as a JSON string.
- toJSONPretty() - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Returns this item as a pretty JSON string.
- toSimpleList(List<AttributeValue>) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Converts a list of low-level AttributeValue
into a list of
simple values.
- toSimpleList(List<AttributeValue>) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Converts a list of low-level AttributeValue
into a list of
simple values.
- toSimpleListValue(List<AttributeValue>) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Convenient method to convert a list of low-level
AttributeValue
into a list of values of the same type T.
- toSimpleListValue(List<AttributeValue>) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Convenient method to convert a list of low-level
AttributeValue
into a list of values of the same type T.
- toSimpleMapValue(Map<String, AttributeValue>) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
- toSimpleMapValue(Map<String, AttributeValue>) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
- toSimpleValue(AttributeValue) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Converts a low-level AttributeValue
into a simple value,
which can be one of the followings:
String
Set<String>
Number (including any subtypes and primitive types)
Set<Number>
byte[]
Set<byte[]>
ByteBuffer
Set<ByteBuffer>
Boolean or boolean
null
Map<String,T>, where T can be any type on this list but must not
induce any circular reference
List<T>, where T can be any type on this list but must not induce
any circular reference
- toString() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema.Dependencies
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.Attribute
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.GetItemOutcome
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.Page
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.PrimaryKey
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.PutItemOutcome
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.QueryOutcome
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.ScanOutcome
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ArchivalSummary
-
Returns a string representation of this object.
- 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.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyUpdate
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BackupDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.BackupStatus
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.BackupType
-
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.BackupTypeFilter
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementError
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.BatchStatementErrorCodeEnum
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementResponse
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.BillingMode
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.BillingModeSummary
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CancellationReason
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
-
Returns a string representation of this object.
- 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.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ConditionalOperator
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ContinuousBackupsDescription
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ContinuousBackupsStatus
-
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ContributorInsightsAction
-
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ContributorInsightsStatus
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ContributorInsightsSummary
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateBackupRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateBackupResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalTableRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalTableResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicaAction
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.CsvOptions
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteBackupRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteBackupResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteReplicaAction
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteReplicationGroupMemberAction
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeBackupRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeBackupResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContinuousBackupsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContinuousBackupsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeEndpointsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeEndpointsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeExportRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeExportResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableSettingsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableSettingsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeImportRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeImportResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeKinesisStreamingDestinationRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeKinesisStreamingDestinationResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableReplicaAutoScalingRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableReplicaAutoScalingResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTimeToLiveRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTimeToLiveResult
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.DestinationStatus
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Endpoint
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ExportFormat
-
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ExportStatus
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ExportSummary
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.FailureException
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Get
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexAutoScalingUpdate
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexInfo
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTable
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.GlobalTableStatus
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Identity
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ImportStatus
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableResult
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.IndexStatus
-
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.InputCompressionType
-
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.InputFormat
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.InputFormatOptions
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ItemResponse
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.KeySchemaElement
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.KeyType
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexInfo
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.OperationType
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ParameterizedStatement
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoverySpecification
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryStatus
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Projection
-
Returns a string representation of this object.
- 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.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputOverride
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.PutRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Replica
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingUpdate
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndex
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingUpdate
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsUpdate
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ReplicaStatus
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicationGroupUpdate
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaUpdate
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeResult
-
Returns a string representation of this object.
- 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.ReturnValuesOnConditionCheckFailure
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.S3BucketSource
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.S3SseAlgorithm
-
- 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.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.Select
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.SequenceNumberRange
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Shard
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ShardIteratorType
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.SSESpecification
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.SSEStatus
-
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.SSEType
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Stream
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.StreamStatus
-
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.StreamViewType
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TableAutoScalingDescription
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.TableClass
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TableClassSummary
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.TableStatus
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Tag
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TagResourceResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveDescription
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveSpecification
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.TimeToLiveStatus
-
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItem
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UntagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UntagResourceResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.Update
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.xspec.PathOperand
-
- TransactGetItem - Class in com.amazonaws.services.dynamodbv2.model
-
Specifies an item to be retrieved as part of the transaction.
- TransactGetItem() - Constructor for class com.amazonaws.services.dynamodbv2.model.TransactGetItem
-
- transactGetItems(TransactGetItemsRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- transactGetItems(TransactGetItemsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
TransactGetItems
is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and Region.
- transactGetItems(TransactGetItemsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
TransactGetItems
is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and Region.
- transactGetItemsAsync(TransactGetItemsRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- transactGetItemsAsync(TransactGetItemsRequest, AsyncHandler<TransactGetItemsRequest, TransactGetItemsResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- transactGetItemsAsync(TransactGetItemsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
TransactGetItems
is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and Region.
- transactGetItemsAsync(TransactGetItemsRequest, AsyncHandler<TransactGetItemsRequest, TransactGetItemsResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
TransactGetItems
is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and Region.
- transactGetItemsAsync(TransactGetItemsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- transactGetItemsAsync(TransactGetItemsRequest, AsyncHandler<TransactGetItemsRequest, TransactGetItemsResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- TransactGetItemsRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- TransactGetItemsRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.TransactGetItemsRequest
-
- TransactGetItemsResult - Class in com.amazonaws.services.dynamodbv2.model
-
- TransactGetItemsResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.TransactGetItemsResult
-
- TransactionCanceledException - Exception in com.amazonaws.services.dynamodbv2.model
-
The entire transaction request was canceled.
- TransactionCanceledException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.TransactionCanceledException
-
Constructs a new TransactionCanceledException with the specified error message.
- TransactionConflictException - Exception in com.amazonaws.services.dynamodbv2.model
-
Operation was rejected because there is an ongoing transaction for the item.
- TransactionConflictException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.TransactionConflictException
-
Constructs a new TransactionConflictException with the specified error message.
- TransactionInProgressException - Exception in com.amazonaws.services.dynamodbv2.model
-
The transaction with the given request token is already in progress.
- TransactionInProgressException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.TransactionInProgressException
-
Constructs a new TransactionInProgressException with the specified error message.
- transactionLoad(TransactionLoadRequest) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- transactionLoad(TransactionLoadRequest, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- transactionLoad(TransactionLoadRequest, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
-
- transactionLoad(TransactionLoadRequest) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableMapper
-
- transactionLoad(TransactionLoadRequest) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
- transactionLoad(TransactionLoadRequest, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
- TransactionLoadRequest - Class in com.amazonaws.services.dynamodbv2.datamodeling
-
- TransactionLoadRequest() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.TransactionLoadRequest
-
- transactionWrite(TransactionWriteRequest) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- transactionWrite(TransactionWriteRequest, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper
-
- transactionWrite(TransactionWriteRequest, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
-
- transactionWrite(TransactionWriteRequest) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableMapper
-
- transactionWrite(TransactionWriteRequest) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
- transactionWrite(TransactionWriteRequest, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
- TransactionWriteOperation(Object, TransactionWriteRequest.TransactionWriteOperationType, DynamoDBTransactionWriteExpression, ReturnValuesOnConditionCheckFailure) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.TransactionWriteRequest.TransactionWriteOperation
-
- TransactionWriteRequest - Class in com.amazonaws.services.dynamodbv2.datamodeling
-
- TransactionWriteRequest() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.TransactionWriteRequest
-
- TransactionWriteRequest.TransactionWriteOperation - Class in com.amazonaws.services.dynamodbv2.datamodeling
-
Represents a write operation to be executed on an object as part of a transactional write request.
- TransactionWriteRequest.TransactionWriteOperationType - Enum in com.amazonaws.services.dynamodbv2.datamodeling
-
Operation type for transactional write operations.
- TransactWriteItem - Class in com.amazonaws.services.dynamodbv2.model
-
A list of requests that can perform update, put, delete, or check operations on multiple items in one or more tables
atomically.
- TransactWriteItem() - Constructor for class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
- transactWriteItems(TransactWriteItemsRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- transactWriteItems(TransactWriteItemsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
TransactWriteItems
is a synchronous write operation that groups up to 25 action requests.
- transactWriteItems(TransactWriteItemsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
TransactWriteItems
is a synchronous write operation that groups up to 25 action requests.
- transactWriteItemsAsync(TransactWriteItemsRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- transactWriteItemsAsync(TransactWriteItemsRequest, AsyncHandler<TransactWriteItemsRequest, TransactWriteItemsResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- transactWriteItemsAsync(TransactWriteItemsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
TransactWriteItems
is a synchronous write operation that groups up to 25 action requests.
- transactWriteItemsAsync(TransactWriteItemsRequest, AsyncHandler<TransactWriteItemsRequest, TransactWriteItemsResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
TransactWriteItems
is a synchronous write operation that groups up to 25 action requests.
- transactWriteItemsAsync(TransactWriteItemsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- transactWriteItemsAsync(TransactWriteItemsRequest, AsyncHandler<TransactWriteItemsRequest, TransactWriteItemsResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- TransactWriteItemsRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- TransactWriteItemsRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
- TransactWriteItemsResult - Class in com.amazonaws.services.dynamodbv2.model
-
- TransactWriteItemsResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsResult
-
- transform(AttributeTransformer.Parameters<?>) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer
-
Transforms the input set of attribute values derived from the model
object before writing them into DynamoDB.
- transform(AttributeTransformer.Parameters<?>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain
-
- transform(Object) - Method in class com.amazonaws.services.dynamodbv2.document.internal.ItemValueConformer
-
This method is assumed to be called for the purpose of a setter method
invocation, but NOT a getter method invocation.
- TrimmedDataAccessException - Exception in com.amazonaws.services.dynamodbv2.model
-
The operation attempted to read past the oldest stream record in a shard.
- TrimmedDataAccessException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.TrimmedDataAccessException
-
Constructs a new TrimmedDataAccessException with the specified error message.
- typeCheck(AttributeValue, Method) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller
-
Asserts that the value given can be processed using the setter given.
- typeCheck(AttributeValue, Method) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanSetUnmarshaller
-
- typeCheck(AttributeValue, Method) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanUnmarshaller
-
- typeCheck(AttributeValue, Method) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NullableUnmarshaller
-
- waiters() - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- waiters() - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
- waiters() - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
- waitForActive() - Method in class com.amazonaws.services.dynamodbv2.document.Index
-
A convenient blocking call that can be used, typically during index
creation, to wait for the index to become active by polling the table
every 5 seconds.
- waitForActive() - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
A convenient blocking call that can be used, typically during table
creation, to wait for the table to become active.
- waitForActiveOrDelete() - Method in class com.amazonaws.services.dynamodbv2.document.Index
-
A convenient blocking call that can be used to wait on an index until it
has either become active or deleted (ie no longer exists) by polling the
table every 5 seconds.
- waitForActiveOrDelete() - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- waitForAllActiveOrDelete() - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- waitForDelete() - Method in class com.amazonaws.services.dynamodbv2.document.Index
-
A convenient blocking call that can be used, typically during index
deletion on an active table, to wait for the index to become deleted by
polling the table every 5 seconds.
- waitForDelete() - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
A convenient blocking call that can be used, typically during table
deletion, to wait for the table to become deleted.
- waitUntilActive(AmazonDynamoDB, String) - Static method in class com.amazonaws.services.dynamodbv2.util.TableUtils
-
Waits up to 10 minutes for a specified DynamoDB table to move into the
ACTIVE
state.
- waitUntilActive(AmazonDynamoDB, String, int, int) - Static method in class com.amazonaws.services.dynamodbv2.util.TableUtils
-
Waits up to a specified amount of time for a specified DynamoDB table to
move into the ACTIVE
state.
- waitUntilExists(AmazonDynamoDB, String) - Static method in class com.amazonaws.services.dynamodbv2.util.TableUtils
-
Waits up to 10 minutes for a specified DynamoDB table to resolve,
indicating that it exists.
- waitUntilExists(AmazonDynamoDB, String, int, int) - Static method in class com.amazonaws.services.dynamodbv2.util.TableUtils
-
Waits up to a specified amount of time for a specified DynamoDB table to
resolve, indicating that it exists.
- with(Class<T>, T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema.Dependencies
-
- with(Class<S>, Class<T>, DynamoDBTypeConverter<? extends S, ? extends T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverterFactory.Builder
-
- with(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute to the given value.
- with(E) - Method in class com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
-
Fluent method to add the specified element to this set.
- with(String, String) - Method in class com.amazonaws.services.dynamodbv2.document.utils.NameMap
-
Fluent method to sets the given key (attribute name place holder) to the
specified value (the actual attribute name.)
- with(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key to the given value.
- 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.
- withAddress(String) - Method in class com.amazonaws.services.dynamodbv2.model.Endpoint
-
IP address of the endpoint.
- withAll(Collection<? extends E>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
-
Fluent method to add the elements from the specified collection to this
set.
- withAll(E...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
-
Fluent method to add the elements to this set.
- withApproximateCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The approximate date and time when the stream record was created, in
UNIX epoch time format.
- withArchivalBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ArchivalSummary
-
The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason.
- withArchivalDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ArchivalSummary
-
The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.
- withArchivalReason(String) - Method in class com.amazonaws.services.dynamodbv2.model.ArchivalSummary
-
The reason DynamoDB archived the table.
- withArchivalSummary(ArchivalSummary) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Contains information about the table archive.
- withAttrbuteNames(String...) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
- withAttrbuteNames(List<String>) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
- withAttributeDefinitions(AttributeDefinition...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
-
- withAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
-
- withAttributeDefinitions(AttributeDefinition...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
An array of attributes that describe the key schema for the table and indexes.
- withAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
An array of attributes that describe the key schema for the table and indexes.
- withAttributeDefinitions(AttributeDefinition...) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The attributes of the table created as part of the import operation.
- withAttributeDefinitions(Collection<AttributeDefinition>) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The attributes of the table created as part of the import operation.
- 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.
- withAttributeName(String) - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveDescription
-
The name of the TTL attribute for items in the table.
- withAttributeName(String) - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveSpecification
-
The name of the TTL attribute used to store the expiration time for items in the table.
- withAttributeNames(String...) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
Used to specify the attributes to be retrieved in each item returned
from the batch get-item operation.
- withAttributeNames(List<String>) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
- withAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
A map of attribute names to AttributeValue
objects, representing the item as it appeared before the
DeleteItem
operation.
- withAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
The attribute values as they appeared before the PutItem
operation, but only if
ReturnValues
is specified as ALL_OLD
in the request.
- withAttributes(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
A map of attribute values as they appear before or after the UpdateItem
operation, as determined by
the ReturnValues
parameter.
- withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
This is a legacy parameter.
- withAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
This is a legacy parameter.
- withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
This is a legacy parameter.
- withAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
This is a legacy parameter.
- withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- withAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- withAttributesToGet(String...) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
This is a legacy parameter.
- withAttributesToGet(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
This is a legacy parameter.
- withAttributeType(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
The data type for the attribute, where:
- withAttributeType(ScalarAttributeType) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
-
The data type for the attribute, where:
- withAttributeUpdate(List<AttributeUpdate>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withAttributeUpdate(AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withAttributeUpdates(Map<String, AttributeValueUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
This is a legacy parameter.
- 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.
- withAutoScalingDisabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
Disabled auto scaling for this global table or global secondary index.
- withAutoScalingDisabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
Disabled auto scaling for this global table or global secondary index.
- withAutoScalingRoleArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
Role ARN used for configuring the auto scaling policy.
- withAutoScalingRoleArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
Role ARN used for configuring auto scaling policy.
- withAwsRegion(String) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The region in which the GetRecords
request was received.
- withB(ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Binary.
- withBackfilling(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Indicates whether the index is currently backfilling.
- withBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
ARN associated with the backup.
- withBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
ARN associated with the backup.
- withBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteBackupRequest
-
The ARN associated with the backup.
- withBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeBackupRequest
-
The Amazon Resource Name (ARN) associated with the backup.
- withBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The Amazon Resource Name (ARN) associated with the backup.
- withBackupCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Time at which the backup was created.
- withBackupCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Time at which the backup was created.
- withBackupDescription(BackupDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteBackupResult
-
Contains the description of the backup created for the table.
- withBackupDescription(BackupDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeBackupResult
-
Contains the description of the backup created for the table.
- withBackupDetails(BackupDetails) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDescription
-
Contains the details of the backup created for the table.
- withBackupDetails(BackupDetails) - Method in class com.amazonaws.services.dynamodbv2.model.CreateBackupResult
-
Contains the details of the backup created for the table.
- withBackupExpiryDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Time at which the automatic on-demand backup created by DynamoDB will expire.
- withBackupExpiryDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Time at which the automatic on-demand backup created by DynamoDB will expire.
- withBackupName(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Name of the requested backup.
- withBackupName(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Name of the specified backup.
- withBackupName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateBackupRequest
-
Specified name for the backup.
- withBackupSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Size of the backup in bytes.
- withBackupSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Size of the backup in bytes.
- withBackupStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
- withBackupStatus(BackupStatus) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
- withBackupStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
- withBackupStatus(BackupStatus) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
- withBackupSummaries(BackupSummary...) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsResult
-
List of BackupSummary
objects.
- withBackupSummaries(Collection<BackupSummary>) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsResult
-
List of BackupSummary
objects.
- withBackupType(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
BackupType:
- withBackupType(BackupType) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDetails
-
BackupType:
- withBackupType(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
BackupType:
- withBackupType(BackupType) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
BackupType:
- withBackupType(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
The backups from the table specified by BackupType
are listed.
- withBackupType(BackupTypeFilter) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
The backups from the table specified by BackupType
are listed.
- withBatchLoadRetryStrategy(DynamoDBMapperConfig.BatchLoadRetryStrategy) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- withBatchWriteRetryStrategy(DynamoDBMapperConfig.BatchWriteRetryStrategy) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- withBigDecimalSet(String, Set<BigDecimal>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withBigDecimalSet(String, BigDecimal...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withBigInteger(String, BigInteger) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withBilledSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The billable size of the table export.
- withBillingMode(String) - Method in class com.amazonaws.services.dynamodbv2.model.BillingModeSummary
-
Controls how you are charged for read and write throughput and how you manage capacity.
- withBillingMode(BillingMode) - Method in class com.amazonaws.services.dynamodbv2.model.BillingModeSummary
-
Controls how you are charged for read and write throughput and how you manage capacity.
- withBillingMode(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Controls how you are charged for read and write throughput and how you manage capacity.
- withBillingMode(BillingMode) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Controls how you are charged for read and write throughput and how you manage capacity.
- withBillingMode(String) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Controls how you are charged for read and write throughput and how you manage capacity.
- withBillingMode(BillingMode) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Controls how you are charged for read and write throughput and how you manage capacity.
- withBillingMode(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The billing mode for provisioning the table created as part of the import operation.
- withBillingMode(BillingMode) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The billing mode for provisioning the table created as part of the import operation.
- withBillingMode(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Controls how you are charged for read and write throughput and how you manage capacity.
- withBillingMode(BillingMode) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Controls how you are charged for read and write throughput and how you manage capacity.
- withBillingModeOverride(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The billing mode of the restored table.
- withBillingModeOverride(BillingMode) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The billing mode of the restored table.
- withBillingModeOverride(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The billing mode of the restored table.
- withBillingModeOverride(BillingMode) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The billing mode of the restored table.
- withBillingModeSummary(BillingModeSummary) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Contains the details for the read/write capacity mode.
- withBinary(String, byte[]) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withBinary(String, ByteBuffer) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withBinary(String, byte[]) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withBinarySet(String, Set<byte[]>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withBinarySet(String, byte[]...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withBinarySet(String, ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withBinarySet(String, Set<byte[]>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withBinarySet(String, byte[]...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withBOOL(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Boolean.
- withBoolean(String, boolean) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
boolean value.
- withBoolean(String, boolean) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
boolean value.
- withBS(ByteBuffer...) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Binary Set.
- withBS(Collection<ByteBuffer>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Binary Set.
- withByteBufferSet(String, Set<ByteBuffer>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withCachePeriodInMinutes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.Endpoint
-
Endpoint cache time to live (TTL) value.
- withCancellationReasons(CancellationReason...) - Method in exception com.amazonaws.services.dynamodbv2.model.TransactionCanceledException
-
A list of cancellation reasons.
- withCancellationReasons(Collection<CancellationReason>) - Method in exception com.amazonaws.services.dynamodbv2.model.TransactionCanceledException
-
A list of cancellation reasons.
- 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.
- withClientRequestToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionRequest
-
Set this value to get remaining results, if NextToken
was returned in the statement response.
- withClientRequestToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
Providing a ClientRequestToken
makes the call to TransactWriteItems
idempotent, meaning
that multiple identical calls have the same effect as one single call.
- withClientToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The client token that was provided for the export task.
- withClientToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Providing a ClientToken
makes the call to ExportTableToPointInTimeInput
idempotent,
meaning that multiple identical calls have the same effect as one single call.
- withClientToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The client token that was provided for the import task.
- withClientToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Providing a ClientToken
makes the call to ImportTableInput
idempotent, meaning that
multiple identical calls have the same effect as one single call.
- withCloudWatchLogGroupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
- withCloudWatchLogGroupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.
- withCode(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementError
-
The error code associated with the failed PartiQL batch statement.
- withCode(BatchStatementErrorCodeEnum) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementError
-
The error code associated with the failed PartiQL batch statement.
- withCode(String) - Method in class com.amazonaws.services.dynamodbv2.model.CancellationReason
-
Status code for the result of the cancelled transaction.
- withComparisonOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
A comparator for evaluating attributes.
- withComparisonOperator(ComparisonOperator) - Method in class com.amazonaws.services.dynamodbv2.model.Condition
-
A comparator for evaluating attributes.
- withComparisonOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
A comparator for evaluating attributes in the AttributeValueList
.
- withComparisonOperator(ComparisonOperator) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
A comparator for evaluating attributes in the AttributeValueList
.
- withCondition(Condition) - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
-
Fluent API to set the condition expression for a request.
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
Sets the logical operator on the expected attribute conditions of this
delete operation and returns a pointer to this object for
method-chaining.
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
Sets the logical operator on the expected attribute conditions of this
delete operation and returns a pointer to this object for
method-chaining.
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the logical operator on the query filter conditions.
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the logical operator on the query filter conditions.
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
-
Sets the logical operator on the expected value conditions of this save
operation and returns a pointer to this object for method-chaining.
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
-
Sets the logical operator on the expected value conditions of this save
operation and returns a pointer to this object for method-chaining.
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the logical operator on the filter conditions of this scan and
returns a pointer to this object for method-chaining.
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the logical operator on the filter conditions of this scan and
returns a pointer to this object for method-chaining.
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
This is a legacy parameter.
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
This is a legacy parameter.
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
This is a legacy parameter.
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
This is a legacy parameter.
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
This is a legacy parameter.
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
This is a legacy parameter.
- withConditionalOperator(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
This is a legacy parameter.
- withConditionalOperator(ConditionalOperator) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
This is a legacy parameter.
- withConditionCheck(ConditionCheck) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
A request to perform a check item operation.
- withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
A condition that must be satisfied in order for a conditional DeleteItem
to succeed.
- withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTransactionWriteExpression
-
A condition that must be satisfied in order for a conditional write to succeed.
- withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
A condition that must be satisfied in order for a conditional update to succeed.
- withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
A condition that must be satisfied in order for a conditional delete to succeed.
- 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.Put
-
A condition that must be satisfied in order for a conditional update 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.Update
-
A condition that must be satisfied in order for a conditional update to succeed.
- withConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
A condition that must be satisfied in order for a conditional update to succeed.
- withConsistentRead(boolean) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets whether this query uses consistent reads and returns a pointer to
this object for method-chaining.
- withConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets whether this scan uses consistent reads and returns a reference
to this object for method chaining.
- withConsistentRead(boolean) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- withConsistentRead(boolean) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withConsistentRead(boolean) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
- withConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
The read consistency of the PartiQL batch request.
- withConsistentRead(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The consistency of a read operation.
- 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:
- withConsistentReads(DynamoDBMapperConfig.ConsistentReads) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
Sets the consistent read behavior.
- withConsumedCapacity(ConsumedCapacity...) - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementResult
-
The capacity units consumed by the entire operation.
- withConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementResult
-
The capacity units consumed by the entire operation.
- withConsumedCapacity(ConsumedCapacity...) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
The read capacity units consumed by the entire BatchGetItem
operation.
- withConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
The read capacity units consumed by the entire BatchGetItem
operation.
- withConsumedCapacity(ConsumedCapacity...) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
The capacity units consumed by the entire BatchWriteItem
operation.
- withConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
The capacity units consumed by the entire BatchWriteItem
operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
The capacity units consumed by the DeleteItem
operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementResult
-
- withConsumedCapacity(ConsumedCapacity...) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionResult
-
The capacity units consumed by the entire operation.
- withConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionResult
-
The capacity units consumed by the entire operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
The capacity units consumed by the GetItem
operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
The capacity units consumed by the PutItem
operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The capacity units consumed by the Query
operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The capacity units consumed by the Scan
operation.
- withConsumedCapacity(ConsumedCapacity...) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsResult
-
If the ReturnConsumedCapacity value was TOTAL
, this is an array of
ConsumedCapacity
objects, one for each table addressed by TransactGetItem
objects in
the TransactItems parameter.
- withConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsResult
-
If the ReturnConsumedCapacity value was TOTAL
, this is an array of
ConsumedCapacity
objects, one for each table addressed by TransactGetItem
objects in
the TransactItems parameter.
- withConsumedCapacity(ConsumedCapacity...) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsResult
-
The capacity units consumed by the entire TransactWriteItems
operation.
- withConsumedCapacity(Collection<ConsumedCapacity>) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsResult
-
The capacity units consumed by the entire TransactWriteItems
operation.
- withConsumedCapacity(ConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
The capacity units consumed by the UpdateItem
operation.
- withContinuousBackupsDescription(ContinuousBackupsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContinuousBackupsResult
-
Represents the continuous backups and point in time recovery settings on the table.
- withContinuousBackupsDescription(ContinuousBackupsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsResult
-
Represents the continuous backups and point in time recovery settings on the table.
- withContinuousBackupsStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ContinuousBackupsDescription
-
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLED
- withContinuousBackupsStatus(ContinuousBackupsStatus) - Method in class com.amazonaws.services.dynamodbv2.model.ContinuousBackupsDescription
-
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLED
- withContributorInsightsAction(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsRequest
-
Represents the contributor insights action.
- withContributorInsightsAction(ContributorInsightsAction) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsRequest
-
Represents the contributor insights action.
- withContributorInsightsRuleList(String...) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
List of names of the associated contributor insights rules.
- withContributorInsightsRuleList(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
List of names of the associated contributor insights rules.
- withContributorInsightsStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ContributorInsightsSummary
-
Describes the current status for contributor insights for the given table and index, if applicable.
- withContributorInsightsStatus(ContributorInsightsStatus) - Method in class com.amazonaws.services.dynamodbv2.model.ContributorInsightsSummary
-
Describes the current status for contributor insights for the given table and index, if applicable.
- withContributorInsightsStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
Current status of contributor insights.
- withContributorInsightsStatus(ContributorInsightsStatus) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
Current status of contributor insights.
- withContributorInsightsStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsResult
-
The status of contributor insights
- withContributorInsightsStatus(ContributorInsightsStatus) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsResult
-
The status of contributor insights
- withContributorInsightsSummaries(ContributorInsightsSummary...) - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsResult
-
A list of ContributorInsightsSummary.
- withContributorInsightsSummaries(Collection<ContributorInsightsSummary>) - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsResult
-
A list of ContributorInsightsSummary.
- withConversionSchema(ConversionSchema) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- withCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
The number of items in the response.
- withCount(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
The number of items in the response.
- withCreate(CreateGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The parameters required for creating a global secondary index on an existing table:
- withCreate(CreateReplicationGroupMemberAction) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicationGroupUpdate
-
The parameters required for creating a replica for the table.
- withCreate(CreateReplicaAction) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaUpdate
-
The parameters required for creating a replica on an existing global table.
- withCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The creation time of the global table.
- withCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
- withCreationRequestDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The date and time when the request to create this stream was issued.
- withCsv(CsvOptions) - Method in class com.amazonaws.services.dynamodbv2.model.InputFormatOptions
-
The options for imported source files in CSV format.
- withDelete(DeleteGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The name of an existing global secondary index to be removed.
- withDelete(DeleteReplicationGroupMemberAction) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicationGroupUpdate
-
The parameters required for deleting a replica for the table.
- withDelete(DeleteReplicaAction) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaUpdate
-
The name of the existing replica to be removed.
- withDelete(Delete) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
A request to perform a DeleteItem
operation.
- withDeleteRequest(DeleteRequest) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
A request to perform a DeleteItem
operation.
- withDelimiter(String) - Method in class com.amazonaws.services.dynamodbv2.model.CsvOptions
-
The delimiter used for separating items in the CSV file being imported.
- withDestinationStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationResult
-
The current status of the replication.
- withDestinationStatus(DestinationStatus) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationResult
-
The current status of the replication.
- withDestinationStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationResult
-
The current status of the replication.
- withDestinationStatus(DestinationStatus) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationResult
-
The current status of the replication.
- withDestinationStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
The current status of replication.
- withDestinationStatus(DestinationStatus) - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
The current status of replication.
- withDestinationStatusDescription(String) - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
The human-readable string that corresponds to the replica status.
- withDisableScaleIn(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
Indicates whether scale in by the target tracking policy is disabled.
- withDisableScaleIn(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
Indicates whether scale in by the target tracking policy is disabled.
- withDouble(String, double) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withDynamodb(StreamRecord) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The main body of the stream record, containing all of the DynamoDB-specific fields.
- withEarliestRestorableDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryDescription
-
Specifies the earliest point in time you can restore your table to.
- withEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.SSESpecification
-
Indicates whether server-side encryption is done using an Amazon Web Services managed key or an Amazon Web
Services owned key.
- withEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveSpecification
-
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
- withEndingSequenceNumber(String) - Method in class com.amazonaws.services.dynamodbv2.model.SequenceNumberRange
-
The last sequence number for the stream records contained within a shard.
- withEndpoints(Endpoint...) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeEndpointsResult
-
List of endpoints.
- withEndpoints(Collection<Endpoint>) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeEndpointsResult
-
List of endpoints.
- withEndTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The time at which the export task completed.
- withEndTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The time at which this import task ended.
- withEndTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The time at which the creation of the table associated with this import task completed.
- withError(BatchStatementError) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementResponse
-
The error associated with a failed PartiQL batch statement.
- withErrorCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The number of errors occurred on importing the source file into the target table.
- withEventID(String) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
A globally unique identifier for the event that was recorded in this stream record.
- withEventName(String) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The type of data modification that was performed on the DynamoDB table:
- withEventName(OperationType) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The type of data modification that was performed on the DynamoDB table:
- withEventSource(String) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The AWS service from which the stream record originated.
- withEventVersion(String) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
The version number of the stream record format.
- withExceptionDescription(String) - Method in class com.amazonaws.services.dynamodbv2.model.FailureException
-
Description of the failure.
- withExceptionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.FailureException
-
Exception name.
- withExclusiveStartBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
LastEvaluatedBackupArn
is the Amazon Resource Name (ARN) of the backup last evaluated when the
current page of results was returned, inclusive of the current page of results.
- withExclusiveStartGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesRequest
-
The first global table name that this operation will evaluate.
- withExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the exclusive start key for this query and returns a pointer to this
object for method-chaining.
- withExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the exclusive start key for this scan and returns a pointer to this
object for method-chaining.
- withExclusiveStartKey(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withExclusiveStartKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withExclusiveStartKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withExclusiveStartKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withExclusiveStartKey(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withExclusiveStartKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withExclusiveStartKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withExclusiveStartKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withExclusiveStartKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The primary key of the first item that this operation will evaluate.
- withExclusiveStartKey(Map.Entry<String, AttributeValue>, Map.Entry<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The primary hash and range keys 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 hash and range keys of the first item that this operation will evaluate.
- withExclusiveStartShardId(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest
-
The shard ID of the first item that this operation will evaluate.
- withExclusiveStartStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
-
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.
- withExclusiveStartTableName(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
-
- withExclusiveStartTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
The first table name that this operation will evaluate.
- withExists(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Causes DynamoDB to evaluate the value before attempting a conditional operation:
- withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
Sets the expected condition to the map of attribute names to expected
attribute values given and returns a pointer to this object for
method-chaining.
- withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
-
Sets the expected condition to the map of attribute names to expected
attribute values given and returns a pointer to this object for
method-chaining.
- withExpected(Expected...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withExpected(Collection<Expected>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withExpected(Expected...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- withExpected(Collection<Expected>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- withExpected(Expected...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withExpected(Collection<Expected>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
This is a legacy parameter.
- withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
This is a legacy parameter.
- withExpected(Map<String, ExpectedAttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
This is a legacy parameter.
- withExpectedEntry(String, ExpectedAttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
Adds one entry to the expected conditions and returns a pointer to this
object for method-chaining.
- withExpectedEntry(String, ExpectedAttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression
-
Adds one entry to the expected conditions and returns a pointer to this
object for method-chaining.
- withExportArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeExportRequest
-
The Amazon Resource Name (ARN) associated with the export.
- withExportArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The Amazon Resource Name (ARN) of the table export.
- withExportArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportSummary
-
The Amazon Resource Name (ARN) of the export.
- withExportDescription(ExportDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeExportResult
-
Represents the properties of the export.
- withExportDescription(ExportDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeResult
-
Contains a description of the table export.
- withExportFormat(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The format of the exported data.
- withExportFormat(ExportFormat) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The format of the exported data.
- withExportFormat(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The format for the exported data.
- withExportFormat(ExportFormat) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The format for the exported data.
- withExportManifest(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The name of the manifest file for the export task.
- withExportStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
- withExportStatus(ExportStatus) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
- withExportStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportSummary
-
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
- withExportStatus(ExportStatus) - Method in class com.amazonaws.services.dynamodbv2.model.ExportSummary
-
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
- withExportSummaries(ExportSummary...) - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsResult
-
A list of ExportSummary
objects.
- withExportSummaries(Collection<ExportSummary>) - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsResult
-
A list of ExportSummary
objects.
- withExportTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Point in time from which table data was exported.
- withExportTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Time in the past from which to export table data, counted in seconds from the start of the Unix epoch.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
One or more substitution variables for simplifying complex expressions.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
One or more substitution variables for simplifying complex expressions.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
One or more substitution variables for simplifying complex expressions.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTransactionLoadExpression
-
One or more substitution tokens for attribute names in the ProjectionExpression parameter.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTransactionWriteExpression
-
One or more substitution tokens for attribute names in an expression.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
One or more substitution tokens for attribute names in an expression.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
One or more substitution tokens for attribute names in an expression.
- 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.Get
-
One or more substitution tokens for attribute names in the ProjectionExpression parameter.
- 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.Put
-
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.Update
-
One or more substitution tokens for attribute names in an expression.
- withExpressionAttributeNames(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
One or more substitution tokens for attribute names in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression
-
One or more values that can be substituted in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
One or more values that can be substituted in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
One or more values that can be substituted in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTransactionWriteExpression
-
One or more values that can be substituted in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
One or more values that can be substituted in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
One or more values that can be substituted in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
One or more values that can be substituted in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
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.Update
-
One or more values that can be substituted in an expression.
- withExpressionAttributeValues(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
One or more values that can be substituted in an expression.
- withExpressionSpec(DeleteItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withExpressionSpec(GetItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
Convenient method to specify expressions (and the associated name map and
value map) via
GetItemExpressionSpec
.
- withExpressionSpec(PutItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
Convenient method to specify expressions (and the associated name map and
value map) via
PutItemExpressionSpec
.
- withExpressionSpec(QueryExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
Convenient method to specify expressions (and the associated name map and
value map) via
QueryExpressionSpec
.
- withExpressionSpec(ScanExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
Convenient method to specify expressions (and the associated name map and
value map) via
ScanExpressionSpec
.
- withExpressionSpec(UpdateItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withFailureCode(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Status code for the result of the failed export.
- withFailureCode(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The error code corresponding to the failure that the import job ran into during execution.
- withFailureException(FailureException) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
Returns information about the last failure that was encountered.
- withFailureMessage(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Export failure reason description.
- withFailureMessage(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The error message corresponding to the failure that the import job ran into during execution.
- withFilterConditionEntry(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Adds a new filter condition to the current scan filter and returns a
pointer to this object for method-chaining.
- withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Evaluates the query results and returns only the desired values.
- withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Evaluates the query results and returns only the desired values.
- withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
A string that contains conditions that DynamoDB applies after the Query
operation, but before the
data is returned to you.
- withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A string that contains conditions that DynamoDB applies after the Scan
operation, but before the
data is returned to you.
- withFloat(String, float) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withGet(Get) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItem
-
Contains the primary key that identifies the item to get, together with the name of the table that contains the
item, and optionally the specific attributes of the item to retrieve.
- 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(ReplicaGlobalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
Replica-specific global secondary index settings.
- withGlobalSecondaryIndexes(Collection<ReplicaGlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
Replica-specific global secondary index settings.
- withGlobalSecondaryIndexes(GlobalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more global secondary indexes (the maximum is 20) 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 20) to be created on the table.
- withGlobalSecondaryIndexes(ReplicaGlobalSecondaryIndexAutoScalingDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
Replica-specific global secondary index auto scaling settings.
- withGlobalSecondaryIndexes(Collection<ReplicaGlobalSecondaryIndexAutoScalingDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
Replica-specific global secondary index auto scaling settings.
- withGlobalSecondaryIndexes(ReplicaGlobalSecondaryIndexDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Replica-specific global secondary index settings.
- withGlobalSecondaryIndexes(Collection<ReplicaGlobalSecondaryIndexDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Replica-specific global secondary index settings.
- withGlobalSecondaryIndexes(GlobalSecondaryIndexInfo...) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Represents the GSI properties for the table when the backup was created.
- withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexInfo>) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Represents the GSI properties for the table when the backup was created.
- withGlobalSecondaryIndexes(GlobalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.
- withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.
- 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.
- withGlobalSecondaryIndexes(ReplicaGlobalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Replica-specific global secondary index settings.
- withGlobalSecondaryIndexes(Collection<ReplicaGlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Replica-specific global secondary index settings.
- withGlobalSecondaryIndexOverride(GlobalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
List of global secondary indexes for the restored table.
- withGlobalSecondaryIndexOverride(Collection<GlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
List of global secondary indexes for the restored table.
- withGlobalSecondaryIndexOverride(GlobalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
List of global secondary indexes for the restored table.
- withGlobalSecondaryIndexOverride(Collection<GlobalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
List of global secondary indexes for the restored table.
- withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
-
- withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
-
- withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexAutoScalingUpdate...) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
- withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
- 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.
- withGlobalTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The unique identifier of the global table.
- withGlobalTableBillingMode(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
The billing mode of the global table.
- withGlobalTableBillingMode(BillingMode) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
The billing mode of the global table.
- withGlobalTableDescription(GlobalTableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalTableResult
-
Contains the details of the global table.
- withGlobalTableDescription(GlobalTableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableResult
-
Contains the details of the global table.
- withGlobalTableDescription(GlobalTableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableResult
-
Contains the details of the global table.
- withGlobalTableGlobalSecondaryIndexSettingsUpdate(GlobalTableGlobalSecondaryIndexSettingsUpdate...) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
Represents the settings of a global secondary index for a global table that will be modified.
- withGlobalTableGlobalSecondaryIndexSettingsUpdate(Collection<GlobalTableGlobalSecondaryIndexSettingsUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
Represents the settings of a global secondary index for a global table that will be modified.
- withGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalTableRequest
-
The global table name.
- withGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableRequest
-
The name of the global table.
- withGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableSettingsRequest
-
The name of the global table to describe.
- withGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableSettingsResult
-
The name of the global table.
- withGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTable
-
The global table name.
- withGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The global table name.
- withGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableRequest
-
The global table name.
- withGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
The name of the global table
- withGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsResult
-
The name of the global table.
- withGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
Auto scaling settings for managing provisioned write capacity for the global table.
- withGlobalTableProvisionedWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
- withGlobalTables(GlobalTable...) - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesResult
-
List of global table names.
- withGlobalTables(Collection<GlobalTable>) - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesResult
-
List of global table names.
- withGlobalTableStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The current state of the global table:
- withGlobalTableStatus(GlobalTableStatus) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The current state of the global table:
- withGlobalTableVersion(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents the version of
global tables in
use, if the table is replicated across Amazon Web Services Regions.
- withHashAndRangeKeys(String, String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
Used to specify multiple hash-and-range primary keys.
- withHashAndRangeKeysToDelete(String, String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
-
Used to specify multiple hash-and-range primary keys to be deleted
from the current table.
- withHashKey(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
-
- withHashKey(KeyAttribute) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withHashKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withHashKeyValues(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the hash key value(s) for this query.
- withHashOnlyKeys(String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
Used to specify multiple hash-only primary keys.
- withHashOnlyKeysToDelete(String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
-
Used to specify multiple hash-only primary keys to be deleted from the
current table.
- withHeaderList(String...) - Method in class com.amazonaws.services.dynamodbv2.model.CsvOptions
-
List of the headers used to specify a common header for all source CSV files being imported.
- withHeaderList(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.CsvOptions
-
List of the headers used to specify a common header for all source CSV files being imported.
- withIdempotencyToken(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.TransactionWriteRequest
-
Token used to support idempotency on server side.
- withImportArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeImportRequest
-
The Amazon Resource Name (ARN) associated with the table you're importing to.
- withImportArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The Amazon Resource Number (ARN) corresponding to the import request.
- withImportArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The Amazon Resource Number (ARN) corresponding to the import request.
- withImportedItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The number of items successfully imported into the new table.
- withImportStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The status of the import operation.
- withImportStatus(ImportStatus) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The status of the import operation.
- withImportStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The status of the import.
- withImportStatus(ImportStatus) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The status of the import.
- withImportSummaryList(ImportSummary...) - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsResult
-
A list of ImportSummary
objects.
- withImportSummaryList(Collection<ImportSummary>) - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsResult
-
A list of ImportSummary
objects.
- withImportTableDescription(ImportTableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeImportResult
-
Represents the properties of the table created for the import, and parameters of the import.
- withImportTableDescription(ImportTableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableResult
-
Represents the properties of the table created for the import, and parameters of the import.
- withInaccessibleEncryptionDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's KMS key was inaccessible.
- 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.datamodeling.DynamoDBQueryExpression
-
Sets the name of the index to be used by this query.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the name of the index to be used by this scan.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ContributorInsightsSummary
-
Name of the index associated with the summary, if any.
- 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.DescribeContributorInsightsRequest
-
The name of the global secondary index to describe, if applicable.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
The name of the global secondary index being described.
- 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.GlobalSecondaryIndexAutoScalingUpdate
-
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.GlobalSecondaryIndexInfo
-
The name of the global secondary index.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
-
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.LocalSecondaryIndexInfo
-
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.ReplicaGlobalSecondaryIndex
-
The name of the global secondary index.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
The name of the global secondary index.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingUpdate
-
The name of the global secondary index.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexDescription
-
The name of the global secondary index.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The name of the global secondary index.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsUpdate
-
The name of the global secondary index.
- 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.UpdateContributorInsightsRequest
-
The global secondary index name, if applicable.
- withIndexName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsResult
-
The name of the global secondary index, if applicable.
- 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:
- withIndexStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
The current state of the replica global secondary index:
- withIndexStatus(IndexStatus) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
The current state of the replica global secondary index:
- withIndexStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The current status of the global secondary index:
- withIndexStatus(IndexStatus) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The current status of the global secondary index:
- withInputCompressionType(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The compression options for the data that has been imported into the target table.
- withInputCompressionType(InputCompressionType) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The compression options for the data that has been imported into the target table.
- withInputCompressionType(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Type of compression to be used on the input coming from the imported table.
- withInputCompressionType(InputCompressionType) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Type of compression to be used on the input coming from the imported table.
- withInputFormat(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The format of the source data.
- withInputFormat(InputFormat) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The format of the source data.
- withInputFormat(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The format of the source data going into the target table.
- withInputFormat(InputFormat) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The format of the source data going into the target table.
- withInputFormat(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
The format of the source data.
- withInputFormat(InputFormat) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
The format of the source data.
- withInputFormatOptions(InputFormatOptions) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The format options for the data that was imported into the target table.
- withInputFormatOptions(InputFormatOptions) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Additional properties that specify how the input is formatted,
- withInt(String, int) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withInt(String, int) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withItem(Item) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- withItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementResponse
-
A DynamoDB item associated with a BatchStatementResponse
- withItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.CancellationReason
-
Item in the request which caused the transaction to get cancelled.
- withItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemResult
-
A map of attribute names to AttributeValue
objects, as specified by
ProjectionExpression
.
- withItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ItemResponse
-
Map of attribute data consisting of the data type and attribute value.
- withItem(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
A map of attribute name to attribute values, representing the primary key of the item to be written by
PutItem
.
- 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 DeleteItem
operation.
- withItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemResult
-
Information about item collections, if any, that were affected by the PutItem
operation.
- withItemCollectionMetrics(Map<String, List<ItemCollectionMetrics>>) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsResult
-
A list of tables that were processed by TransactWriteItems
and, for each table, information about
any item collections that were affected by individual UpdateItem
, PutItem
, or
DeleteItem
operations.
- withItemCollectionMetrics(ItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
Information about item collections, if any, that were affected by the UpdateItem
operation.
- withItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The number of items exported.
- 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.SourceTableDetails
-
Number of items in the table.
- 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.ExecuteStatementResult
-
If a read operation was used, this property will contain the result of the read operation; a map of attribute
names and their values.
- withItems(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementResult
-
If a read operation was used, this property will contain the result of the read operation; a map of attribute
names and their values.
- withItems(Map<String, AttributeValue>...) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
An array of item attributes that match the query criteria.
- withItems(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryResult
-
An array of item attributes that match the query criteria.
- withItems(Map<String, AttributeValue>...) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
An array of item attributes that match the scan criteria.
- withItems(Collection<Map<String, AttributeValue>>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanResult
-
An array of item attributes that match the scan criteria.
- withItemsToPut(Item...) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
-
Used to specify the items to be put in the current table in a batch write
operation.
- withItemsToPut(Collection<Item>) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
-
Used to specify the collection of items to be put in the current table in
a batch write operation.
- withJSON(String, String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given JSON document in the form of a string.
- withJSON(String, String) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key to an object represented by the JSON
structure passed.
- withKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
The primary key of the item to be checked.
- withKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
The primary key of the item to be deleted.
- 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
-
Set the hash and range key attributes of the item.
- 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
-
Set the hash and range key attributes of the item.
- withKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Get
-
A map of attribute names to AttributeValue
objects that specifies the primary key of the item to
retrieve.
- 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
-
Set the hash and range key attributes of the item.
- withKey(String) - Method in class com.amazonaws.services.dynamodbv2.model.Tag
-
The key of the tag.
- withKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.Update
-
The primary key of the item to be updated.
- 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
-
Set the hash and range key attributes of the item.
- withKeyComponent(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Convenient methods - sets an attribute of this item for the specified
key attribute name and value.
- withKeyComponents(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Convenient methods - sets the attributes of this item from the specified
key components.
- withKeyCondition(Condition) - Method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
-
- withKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
- withKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The condition that specifies the key values for items to be retrieved by the Query
action.
- withKeyConditions(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- 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.
- withKeys(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The primary key attribute(s) for the DynamoDB item that was modified.
- 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.GlobalSecondaryIndexInfo
-
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.GlobalSecondaryIndexInfo
-
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.LocalSecondaryIndexInfo
-
The complete key schema for a local 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.LocalSecondaryIndexInfo
-
The complete key schema for a local 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.SourceTableDetails
-
Schema of the table.
- withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Schema of the table.
- withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The key attribute(s) of the stream's DynamoDB table.
- withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The key attribute(s) of the stream's DynamoDB table.
- withKeySchema(KeySchemaElement...) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The primary key and option sort key of the table created as part of the import operation.
- withKeySchema(Collection<KeySchemaElement>) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The primary key and option sort key of the table created as part of the import operation.
- 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:
- withKinesisDataStreamDestinations(KinesisDataStreamDestination...) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeKinesisStreamingDestinationResult
-
The list of replica structures for the table being described.
- withKinesisDataStreamDestinations(Collection<KinesisDataStreamDestination>) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeKinesisStreamingDestinationResult
-
The list of replica structures for the table being described.
- withKMSMasterKeyArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
The KMS key ARN used for the KMS encryption.
- withKMSMasterKeyId(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
The KMS key that should be used for KMS encryption in the new replica.
- withKMSMasterKeyId(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The KMS key of the replica that will be used for KMS encryption.
- withKMSMasterKeyId(String) - Method in class com.amazonaws.services.dynamodbv2.model.SSESpecification
-
The KMS key that should be used for the KMS encryption.
- withKMSMasterKeyId(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
The KMS key of the replica that should be used for KMS encryption.
- withL(AttributeValue...) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type List.
- withL(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type List.
- withLastDecreaseDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The date and time of the last provisioned throughput decrease for this table.
- withLastEvaluatedBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsResult
-
The ARN of the backup last evaluated when the current page of results was returned, inclusive of the current page
of results.
- withLastEvaluatedGlobalTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesResult
-
Last evaluated global table name.
- withLastEvaluatedKey(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementResult
-
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.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.
- withLastEvaluatedShardId(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The shard ID of the item where the operation stopped, inclusive of the previous result set.
- withLastEvaluatedStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsResult
-
The stream ARN 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.
- withLastUpdateDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
Timestamp of the last time the status was changed.
- withLastUpdateDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.TableClassSummary
-
The date and time at which the table class was last updated.
- withLastUpdateToPayPerRequestDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.BillingModeSummary
-
Represents the time when PAY_PER_REQUEST
was last set as the read/write capacity mode.
- withLatestRestorableDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryDescription
-
LatestRestorableDateTime
is typically 5 minutes before the current time.
- 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.datamodeling.DynamoDBQueryExpression
-
Sets the maximum number of items to retrieve in each service request to
DynamoDB and returns a pointer to this object for method-chaining.
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the limit of items to scan and returns a pointer to this object for
method-chaining.
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest
-
The maximum number of shard objects to return.
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The maximum number of items to evaluate (not necessarily the number of matching items).
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequest
-
The maximum number of records to return from the shard.
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
Maximum number of backups to return at once.
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesRequest
-
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
-
The maximum number of streams to return.
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesRequest
-
A maximum number of table names to return.
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The maximum number of items to evaluate (not necessarily the number of matching items).
- withLimit(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The maximum number of items to evaluate (not necessarily the number of matching items).
- withList(String, List<?>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withList(String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given values as a list.
- withList(String, List<?>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withList(String, Object...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given values as a list.
- withLocalSecondaryIndexes(Map<String, Capacity>) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on each local index affected by the operation.
- withLocalSecondaryIndexes(LocalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
One or more local secondary indexes (the maximum is 5) 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 5) to be created on the table.
- withLocalSecondaryIndexes(LocalSecondaryIndexInfo...) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Represents the LSI properties for the table when the backup was created.
- withLocalSecondaryIndexes(Collection<LocalSecondaryIndexInfo>) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Represents the LSI properties for the table when the backup was created.
- 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.
- withLocalSecondaryIndexOverride(LocalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
List of local secondary indexes for the restored table.
- withLocalSecondaryIndexOverride(Collection<LocalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
List of local secondary indexes for the restored table.
- withLocalSecondaryIndexOverride(LocalSecondaryIndex...) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
List of local secondary indexes for the restored table.
- withLocalSecondaryIndexOverride(Collection<LocalSecondaryIndex>) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
List of local secondary indexes for the restored table.
- withLong(String, long) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withLong(String, long) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withM(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Map.
- withMap(String, Map<String, ?>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withMap(String, Map<String, ?>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withMaximumUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
The maximum capacity units that a global table or global secondary index should be scaled up to.
- withMaximumUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
The maximum capacity units that a global table or global secondary index should be scaled up to.
- withMaxPageSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
-
- withMaxPageSize(int) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
-
- withMaxPageSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withMaxPageSize(int) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withMaxPageSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withMaxPageSize(int) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withMaxResults(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsRequest
-
Maximum number of results to return per page.
- withMaxResults(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsRequest
-
Maximum number of results to return per page.
- withMaxResultSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
-
- withMaxResultSize(int) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
-
- withMaxResultSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withMaxResultSize(int) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withMaxResultSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withMaxResultSize(int) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withMessage(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementError
-
The error message associated with the PartiQL batch response.
- withMessage(String) - Method in class com.amazonaws.services.dynamodbv2.model.CancellationReason
-
Cancellation reason message description.
- withMinimumUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
The minimum capacity units that a global table or global secondary index should be scaled down to.
- withMinimumUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
The minimum capacity units that a global table or global secondary index should be scaled down to.
- withN(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Number.
- withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
Applicable only when an expression has been specified.
- withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
Applicable only when an expression has been specified.
- withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
Applicable only when an expression has been specified.
- withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
Applicable only when an expression has been specified.
- withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
Applicable only when an expression has been specified.
- withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
Applicable only when an expression has been specified.
- withNameMap(Map<String, String>) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
- withNewImage(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The item in the DynamoDB table as it appeared after it was modified.
- withNextShardIterator(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsResult
-
The next position in the shard from which to start sequentially reading stream records.
- withNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
Set this value to get remaining results, if NextToken
was returned in the statement response.
- withNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementResult
-
If the response of a read request exceeds the response payload limit DynamoDB will set this value in the
response.
- withNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsRequest
-
A token to for the desired page, if there is one.
- withNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsResult
-
A token to go to the next page if there is one.
- withNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsRequest
-
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports
.
- withNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsResult
-
If this value is returned, there are additional results to be displayed.
- withNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsRequest
-
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports
.
- withNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsResult
-
If this value is returned, there are additional results to be displayed.
- withNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceRequest
-
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.
- withNextToken(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceResult
-
If this value is returned, there are additional results to be displayed.
- 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
-
An attribute of type Number Set.
- withNS(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Number Set.
- withNull(String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute to null.
- withNull(String) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key to null.
- withNULL(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type Null.
- withNumber(String, BigDecimal) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withNumber(String, Number) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withNumber(String, BigDecimal) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withNumber(String, Number) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withNumberOfDecreasesToday(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
The number of provisioned throughput decreases for this table during this UTC calendar day.
- withNumberSet(String, Number...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withNumberSet(String, Set<Number>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withNumberSet(String, Set<BigDecimal>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withNumberSet(String, BigDecimal...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withNumberSet(String, Number...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withObjectTableNameResolver(DynamoDBMapperConfig.ObjectTableNameResolver) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- withOldImage(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The item in the DynamoDB table as it appeared before it was modified.
- withPageSize(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsRequest
-
The number of ImportSummary
objects returned in a single page.
- withPaginationLoadingStrategy(DynamoDBMapperConfig.PaginationLoadingStrategy) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- withParameters(AttributeValue...) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
The parameters associated with a PartiQL statement in the batch request.
- withParameters(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
The parameters associated with a PartiQL statement in the batch request.
- withParameters(AttributeValue...) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The parameters for the PartiQL statement, if any.
- withParameters(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The parameters for the PartiQL statement, if any.
- withParameters(AttributeValue...) - Method in class com.amazonaws.services.dynamodbv2.model.ParameterizedStatement
-
The parameter values.
- withParameters(Collection<AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.model.ParameterizedStatement
-
The parameter values.
- withParentShardId(String) - Method in class com.amazonaws.services.dynamodbv2.model.Shard
-
The shard ID of the current shard's parent.
- withPointInTimeRecoveryDescription(PointInTimeRecoveryDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ContinuousBackupsDescription
-
The description of the point in time recovery settings applied to the table.
- withPointInTimeRecoveryEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoverySpecification
-
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
- withPointInTimeRecoverySpecification(PointInTimeRecoverySpecification) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsRequest
-
Represents the settings used to enable point in time recovery.
- withPointInTimeRecoveryStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryDescription
-
The current state of point in time recovery:
- withPointInTimeRecoveryStatus(PointInTimeRecoveryStatus) - Method in class com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryDescription
-
The current state of point in time recovery:
- withPolicyName(String) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyDescription
-
The name of the scaling policy.
- withPolicyName(String) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyUpdate
-
The name of the scaling policy.
- withPrimaryKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Convenient methods - sets the attributes of this item from the given
key attributes.
- withPrimaryKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Convenient method to set the attributes of this item from the given
hash-only primary key name and value.
- withPrimaryKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Convenient method to set the attributes of this item from the given
hash and range primary key.
- withPrimaryKey(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
-
Sets the primary key with the specified key components.
- withPrimaryKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
-
Sets the primary key.
- withPrimaryKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
-
Sets the primary key with the specified hash-only key name and value.
- withPrimaryKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
-
Sets the primary key with the specified hash key and range key.
- withPrimaryKey(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withPrimaryKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withPrimaryKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withPrimaryKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withPrimaryKey(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- withPrimaryKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- withPrimaryKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- withPrimaryKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- withPrimaryKey(KeyAttribute...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withPrimaryKey(PrimaryKey) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withPrimaryKey(String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withPrimaryKey(String, Object, String, Object) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withPrimaryKeys(PrimaryKey...) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
Used to specify multiple primary keys.
- withPrimaryKeysToDelete(PrimaryKey...) - Method in class com.amazonaws.services.dynamodbv2.document.TableWriteItems
-
Used to specify multiple primary keys to be deleted from the current
table.
- withPrincipalId(String) - Method in class com.amazonaws.services.dynamodbv2.model.Identity
-
A unique identifier for the entity that made the call.
- withProcessedItemCount(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The total number of items processed from the source file.
- withProcessedSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The total size of data processed from the source file, in Bytes.
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
-
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
-
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
-
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Represents attributes that are copied (projected) from the table into an index.
- withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexInfo
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
-
Represents attributes that are copied (projected) from the table into the local secondary index.
- withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- withProjection(Projection) - Method in class com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexInfo
-
Represents attributes that are copied (projected) from the table into the global secondary index.
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
A string that identifies one or more attributes to retrieve from the
table.
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
A string that identifies one or more attributes to retrieve from the
table.
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTransactionLoadExpression
-
A string that identifies one or more attributes of the specified item to retrieve from the table.
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.Get
-
A string that identifies one or more attributes of the specified item to retrieve from the table.
- 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:
- withProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
- withProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
Auto scaling settings for a global secondary index replica's read capacity units.
- withProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsUpdate
-
Auto scaling settings for managing a global secondary index replica's read capacity units.
- withProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingUpdate
-
- withProvisionedReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
- withProvisionedReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsUpdate
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
- withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
-
- withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Represents the provisioned throughput settings for the specified global secondary 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 the specified global secondary index.
- withProvisionedThroughput(ProvisionedThroughputDescription) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
Represents the provisioned throughput settings for the specified global secondary index.
- withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexInfo
-
Represents the provisioned throughput settings for the specified global secondary index.
- withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Read IOPs and Write IOPS on the table when the backup was created.
- withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
- 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 the specified global secondary index.
- withProvisionedThroughput(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The new provisioned throughput settings for the specified table or index.
- withProvisionedThroughputOverride(ProvisionedThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
Replica-specific provisioned throughput.
- withProvisionedThroughputOverride(ProvisionedThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Replica-specific provisioned throughput.
- withProvisionedThroughputOverride(ProvisionedThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndex
-
Replica table GSI-specific provisioned throughput.
- withProvisionedThroughputOverride(ProvisionedThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexDescription
-
If not described, uses the source table GSI's read capacity settings.
- withProvisionedThroughputOverride(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
Provisioned throughput settings for the restored table.
- withProvisionedThroughputOverride(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Provisioned throughput settings for the restored table.
- withProvisionedThroughputOverride(ProvisionedThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Replica-specific provisioned throughput.
- withProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexAutoScalingDescription
-
- withProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
Auto scaling settings for a global secondary index replica's write capacity units.
- withProvisionedWriteCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
-
Auto scaling settings for managing a global secondary index's write capacity units.
- withProvisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexAutoScalingUpdate
-
- withProvisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
- withProvisionedWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
- withProvisionedWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException
.
- withPut(Put) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
A request to perform a PutItem
operation.
- withPutRequest(PutRequest) - Method in class com.amazonaws.services.dynamodbv2.model.WriteRequest
-
A request to perform a PutItem
operation.
- withQueryFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the query filter applied on this query.
- withQueryFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
This is a legacy parameter.
- withQueryFilterEntry(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Adds a new condition to the the query filter.
- withQueryFilters(QueryFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withRangeKey(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
-
- withRangeKeyCondition(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets one range key condition for this query, using the attribute name of
the range key.
- withRangeKeyCondition(RangeKeyCondition) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withRangeKeyConditions(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets the range key condition for this query.
- withReadCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
-
The total number of read capacity units consumed on a table or an index.
- withReadCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The total number of read capacity units consumed by the operation.
- 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
.
- withReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputOverride
-
Replica-specific read capacity units.
- withRecords(Record...) - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsResult
-
The stream records from the shard, which were retrieved using the shard iterator.
- withRecords(Collection<Record>) - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsResult
-
The stream records from the shard, which were retrieved using the shard iterator.
- withRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicaAction
-
The Region of the replica to be added.
- withRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
The Region where the new replica will be created.
- withRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteReplicaAction
-
The Region of the replica to be removed.
- withRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteReplicationGroupMemberAction
-
The Region where the replica exists.
- withRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListGlobalTablesRequest
-
Lists the global tables in a specific Region.
- withRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.Replica
-
The Region where the replica needs to be created.
- withRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
The Region where the replica exists.
- withRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingUpdate
-
The Region where the replica exists.
- withRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The name of the Region.
- withRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The Region name of the replica.
- withRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
The Region of the replica to be added.
- withRegionName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
The Region where the replica exists.
- withReplicaBillingModeSummary(BillingModeSummary) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The read/write capacity mode of the replica.
- withReplicaGlobalSecondaryIndexSettings(ReplicaGlobalSecondaryIndexSettingsDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
Replica global secondary index settings for the global table.
- withReplicaGlobalSecondaryIndexSettings(Collection<ReplicaGlobalSecondaryIndexSettingsDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
Replica global secondary index settings for the global table.
- withReplicaGlobalSecondaryIndexSettingsUpdate(ReplicaGlobalSecondaryIndexSettingsUpdate...) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
Represents the settings of a global secondary index for a global table that will be modified.
- withReplicaGlobalSecondaryIndexSettingsUpdate(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
Represents the settings of a global secondary index for a global table that will be modified.
- withReplicaGlobalSecondaryIndexUpdates(ReplicaGlobalSecondaryIndexAutoScalingUpdate...) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingUpdate
-
Represents the auto scaling settings of global secondary indexes that will be modified.
- withReplicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingUpdate
-
Represents the auto scaling settings of global secondary indexes that will be modified.
- withReplicaInaccessibleDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The time at which the replica was first detected as inaccessible.
- withReplicaProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
- withReplicaProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
Auto scaling settings for a global table replica's read capacity units.
- withReplicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
Auto scaling settings for managing a global table replica's read capacity units.
- withReplicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingUpdate
-
- withReplicaProvisionedReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
- withReplicaProvisionedReadCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
- withReplicaProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
- withReplicaProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
Auto scaling settings for a global table replica's write capacity units.
- withReplicaProvisionedWriteCapacityUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException
.
- withReplicas(ReplicaAutoScalingDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.TableAutoScalingDescription
-
Represents replicas of the global table.
- withReplicas(Collection<ReplicaAutoScalingDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableAutoScalingDescription
-
Represents replicas of the global table.
- withReplicas(ReplicaDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents replicas of the table.
- withReplicas(Collection<ReplicaDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Represents replicas of the table.
- withReplicaSettings(ReplicaSettingsDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableSettingsResult
-
The Region-specific settings for the global table.
- withReplicaSettings(Collection<ReplicaSettingsDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeGlobalTableSettingsResult
-
The Region-specific settings for the global table.
- withReplicaSettings(ReplicaSettingsDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsResult
-
The Region-specific settings for the global table.
- withReplicaSettings(Collection<ReplicaSettingsDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsResult
-
The Region-specific settings for the global table.
- withReplicaSettingsUpdate(ReplicaSettingsUpdate...) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
Represents the settings for a global table in a Region that will be modified.
- withReplicaSettingsUpdate(Collection<ReplicaSettingsUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
Represents the settings for a global table in a Region that will be modified.
- withReplicaStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
The current state of the replica:
- withReplicaStatus(ReplicaStatus) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaAutoScalingDescription
-
The current state of the replica:
- withReplicaStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The current state of the replica:
- withReplicaStatus(ReplicaStatus) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
The current state of the replica:
- withReplicaStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The current state of the Region:
- withReplicaStatus(ReplicaStatus) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
The current state of the Region:
- withReplicaStatusDescription(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Detailed information about the replica status.
- withReplicaStatusPercentProgress(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Specifies the progress of a Create, Update, or Delete action on the replica as a percentage.
- withReplicaTableClass(String) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
Replica-specific table class.
- withReplicaTableClass(TableClass) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsUpdate
-
Replica-specific table class.
- withReplicaTableClassSummary(TableClassSummary) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
- withReplicaTableClassSummary(TableClassSummary) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaSettingsDescription
-
- withReplicationGroup(Replica...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalTableRequest
-
The Regions where the global table needs to be created.
- withReplicationGroup(Collection<Replica>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalTableRequest
-
The Regions where the global table needs to be created.
- withReplicationGroup(Replica...) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTable
-
The Regions where the global table has replicas.
- withReplicationGroup(Collection<Replica>) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTable
-
The Regions where the global table has replicas.
- withReplicationGroup(ReplicaDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The Regions where the global table has replicas.
- withReplicationGroup(Collection<ReplicaDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalTableDescription
-
The Regions where the global table has replicas.
- withReplicaUpdates(ReplicaUpdate...) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableRequest
-
A list of Regions that should be added or removed from the global table.
- withReplicaUpdates(Collection<ReplicaUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableRequest
-
A list of Regions that should be added or removed from the global table.
- withReplicaUpdates(ReplicaAutoScalingUpdate...) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
Represents the auto scaling settings of replicas of the table that will be modified.
- withReplicaUpdates(Collection<ReplicaAutoScalingUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
Represents the auto scaling settings of replicas of the table that will be modified.
- withReplicaUpdates(ReplicationGroupUpdate...) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
A list of replica update actions (create, delete, or update) for the table.
- withReplicaUpdates(Collection<ReplicationGroupUpdate>) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
A list of replica update actions (create, delete, or update) for the table.
- withRequestItems(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
A map of one or more table names and, for each table, a map that describes one or more items to retrieve from
that table.
- withRequestItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
A map of one or more table names and, for each table, a list of operations to be performed (
DeleteRequest
or PutRequest
).
- withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
-
- withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
-
- withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
-
- withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withResourceArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceRequest
-
The Amazon DynamoDB resource with tags to be listed.
- withResourceArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.TagResourceRequest
-
Identifies the Amazon DynamoDB resource to which tags should be added.
- withResourceArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.UntagResourceRequest
-
The DynamoDB resource that the tags will be removed from.
- withResponses(BatchStatementResponse...) - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementResult
-
The response to each PartiQL statement in the batch.
- withResponses(Collection<BatchStatementResponse>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementResult
-
The response to each PartiQL statement in the batch.
- 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.
- withResponses(ItemResponse...) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionResult
-
The response to a PartiQL transaction.
- withResponses(Collection<ItemResponse>) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionResult
-
The response to a PartiQL transaction.
- withResponses(ItemResponse...) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsResult
-
An ordered array of up to 25 ItemResponse
objects, each of which corresponds to the
TransactGetItem
object in the same position in the TransactItems array.
- withResponses(Collection<ItemResponse>) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsResult
-
An ordered array of up to 25 ItemResponse
objects, each of which corresponds to the
TransactGetItem
object in the same position in the TransactItems array.
- withRestoreDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
Point in time or source backup time.
- withRestoreDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Time in the past to restore the table to.
- withRestoreInProgress(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
Indicates if a restore is in progress or not.
- withRestoreSummary(RestoreSummary) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Contains details for the restore.
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
A value that if set to TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
A value that if set to TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
A value that if set to TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
A value that if set to TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementRequest
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementRequest
-
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
-
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionRequest
-
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in
the response.
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionRequest
-
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in
the response.
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsRequest
-
A value of TOTAL
causes consumed capacity information to be returned, and a value of
NONE
prevents that information from being returned.
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsRequest
-
A value of TOTAL
causes consumed capacity information to be returned, and a value of
NONE
prevents that information from being returned.
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
- withReturnConsumedCapacity(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- withReturnConsumedCapacity(ReturnConsumedCapacity) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
- withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withReturnItemCollectionMetrics(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
-
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.TransactWriteItemsRequest
-
Determines whether item collection metrics are returned.
- withReturnItemCollectionMetrics(ReturnItemCollectionMetrics) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
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(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
- withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
- withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Use ReturnValues
if you want to get the item attributes as they appeared before they were deleted.
- withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
Use ReturnValues
if you want to get the item attributes as they appeared before they were deleted.
- withReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Use ReturnValues
if you want to get the item attributes as they appeared before they were updated
with the PutItem
request.
- withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Use ReturnValues
if you want to get the item attributes as they appeared before they were updated
with the PutItem
request.
- withReturnValues(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Use ReturnValues
if you want to get the item attributes as they appear before or after they are
updated.
- withReturnValues(ReturnValue) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Use ReturnValues
if you want to get the item attributes as they appear before or after they are
updated.
- withReturnValuesOnConditionCheckFailure(String) - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the
ConditionCheck
condition fails.
- withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure) - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the
ConditionCheck
condition fails.
- withReturnValuesOnConditionCheckFailure(String) - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Delete
condition fails.
- withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure) - Method in class com.amazonaws.services.dynamodbv2.model.Delete
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Delete
condition fails.
- withReturnValuesOnConditionCheckFailure(String) - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Put
condition
fails.
- withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure) - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Put
condition
fails.
- withReturnValuesOnConditionCheckFailure(String) - Method in class com.amazonaws.services.dynamodbv2.model.Update
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Update
condition fails.
- withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure) - Method in class com.amazonaws.services.dynamodbv2.model.Update
-
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Update
condition fails.
- withS(String) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type String.
- withS3Bucket(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The name of the Amazon S3 bucket containing the export.
- withS3Bucket(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The name of the Amazon S3 bucket to export the snapshot to.
- withS3Bucket(String) - Method in class com.amazonaws.services.dynamodbv2.model.S3BucketSource
-
The S3 bucket that is being imported from.
- withS3BucketOwner(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The ID of the Amazon Web Services account that owns the bucket containing the export.
- withS3BucketOwner(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The ID of the Amazon Web Services account that owns the bucket the export will be stored in.
- withS3BucketOwner(String) - Method in class com.amazonaws.services.dynamodbv2.model.S3BucketSource
-
The account number of the S3 bucket that is being imported from.
- withS3BucketSource(S3BucketSource) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The path and S3 bucket of the source file that is being imported.
- withS3BucketSource(S3BucketSource) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
Values for the S3 bucket the source file is imported from.
- withS3BucketSource(S3BucketSource) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
The S3 bucket that provides the source for the import.
- withS3KeyPrefix(String) - Method in class com.amazonaws.services.dynamodbv2.model.S3BucketSource
-
The key prefix shared by all S3 Objects that are being imported.
- withS3Prefix(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.
- withS3Prefix(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.
- withS3SseAlgorithm(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Type of encryption used on the bucket where export data is stored.
- withS3SseAlgorithm(S3SseAlgorithm) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Type of encryption used on the bucket where export data is stored.
- withS3SseAlgorithm(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Type of encryption used on the bucket where export data will be stored.
- withS3SseAlgorithm(S3SseAlgorithm) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Type of encryption used on the bucket where export data will be stored.
- withS3SseKmsKeyId(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The ID of the KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable).
- withS3SseKmsKeyId(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The ID of the KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).
- withSaveBehavior(DynamoDBMapperConfig.SaveBehavior) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- withScaleInCooldown(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
The amount of time, in seconds, after a scale in activity completes before another scale in activity can start.
- withScaleInCooldown(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
The amount of time, in seconds, after a scale in activity completes before another scale in activity can start.
- withScaleOutCooldown(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
The amount of time, in seconds, after a scale out activity completes before another scale out activity can start.
- withScaleOutCooldown(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
The amount of time, in seconds, after a scale out activity completes before another scale out activity can start.
- withScalingPolicies(AutoScalingPolicyDescription...) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
Information about the scaling policies.
- withScalingPolicies(Collection<AutoScalingPolicyDescription>) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsDescription
-
Information about the scaling policies.
- withScalingPolicyUpdate(AutoScalingPolicyUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingSettingsUpdate
-
The scaling policy to apply for scaling target global table or global secondary index capacity units.
- withScanFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the scan filter to the map of attribute names to conditions given
and returns a pointer to this object for method-chaining.
- withScanFilter(Map<String, Condition>) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
This is a legacy parameter.
- withScanFilters(ScanFilter...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withScanIndexForward(boolean) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
Sets whether this query scans forward and returns a pointer to this
object for method-chaining.
- withScanIndexForward(boolean) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withScanIndexForward(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
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.datamodeling.DynamoDBScanExpression
-
Sets the ID of the segment to be scanned and returns a pointer to this
object for method-chaining.
- withSegment(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withSegment(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
For a parallel Scan
request, Segment
identifies an individual segment to be scanned by
an application worker.
- withSelect(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
The attributes to be returned in the result.
- withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression
-
The attributes to be returned in the result.
- withSelect(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
The attributes to be returned in the result.
- withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
The attributes to be returned in the result.
- withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
- withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withSelect(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The attributes to be returned in the result.
- withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The attributes to be returned in the result.
- withSelect(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The attributes to be returned in the result.
- withSelect(Select) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
The attributes to be returned in the result.
- withSequenceNumber(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
The sequence number of a stream record in the shard from which to start reading.
- withSequenceNumber(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The sequence number of the stream record.
- withSequenceNumberRange(SequenceNumberRange) - Method in class com.amazonaws.services.dynamodbv2.model.Shard
-
The range of possible sequence numbers for the shard.
- withShardId(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
The identifier of the shard.
- withShardId(String) - Method in class com.amazonaws.services.dynamodbv2.model.Shard
-
The system-generated identifier for this shard.
- withShardIterator(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequest
-
A shard iterator that was retrieved from a previous GetShardIterator operation.
- withShardIterator(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult
-
The position in the shard from which to start reading stream records sequentially.
- withShardIteratorType(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
Determines how the shard iterator is used to start reading stream records from the shard:
- withShardIteratorType(ShardIteratorType) - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
Determines how the shard iterator is used to start reading stream records from the shard:
- withShards(Shard...) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The shards that comprise the stream.
- withShards(Collection<Shard>) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The shards that comprise the stream.
- withShort(String, short) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The size of the stream record, in bytes.
- 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.
- withSourceBackupArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
The Amazon Resource Name (ARN) of the backup from which the table was restored.
- withSourceTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreSummary
-
The ARN of the source table of the backup that is being restored.
- withSourceTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The DynamoDB table that will be restored.
- withSourceTableDetails(SourceTableDetails) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDescription
-
Contains the details of the table when the backup was created.
- withSourceTableFeatureDetails(SourceTableFeatureDetails) - Method in class com.amazonaws.services.dynamodbv2.model.BackupDescription
-
Contains the details of the features enabled on the table when the backup was created.
- withSourceTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Name of the source table that is being restored.
- withSS(String...) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type String Set.
- withSS(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.AttributeValue
-
An attribute of type String Set.
- withSSEDescription(SSEDescription) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
The description of the server-side encryption status on the table when the backup was created.
- withSSEDescription(SSEDescription) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The description of the server-side encryption status on the specified table.
- withSSESpecification(SSESpecification) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Represents the settings used to enable server-side encryption.
- withSSESpecification(SSESpecification) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
- withSSESpecification(SSESpecification) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The new server-side encryption settings for the specified table.
- withSSESpecificationOverride(SSESpecification) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The new server-side encryption settings for the restored table.
- withSSESpecificationOverride(SSESpecification) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The new server-side encryption settings for the restored table.
- withSSEType(String) - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
Server-side encryption type.
- withSSEType(SSEType) - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
Server-side encryption type.
- withSSEType(String) - Method in class com.amazonaws.services.dynamodbv2.model.SSESpecification
-
Server-side encryption type.
- withSSEType(SSEType) - Method in class com.amazonaws.services.dynamodbv2.model.SSESpecification
-
Server-side encryption type.
- withStartingSequenceNumber(String) - Method in class com.amazonaws.services.dynamodbv2.model.SequenceNumberRange
-
The first sequence number for the stream records contained within a shard.
- withStartTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The time at which the export task began.
- withStartTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The time at which this import task began.
- withStartTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The time when this import task started.
- withStatement(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
A valid PartiQL statement.
- withStatement(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
The PartiQL statement representing the operation to run.
- withStatement(String) - Method in class com.amazonaws.services.dynamodbv2.model.ParameterizedStatement
-
A PartiQL statment that uses parameters.
- withStatements(BatchStatementRequest...) - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementRequest
-
The list of PartiQL statements representing the batch to run.
- withStatements(Collection<BatchStatementRequest>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchExecuteStatementRequest
-
The list of PartiQL statements representing the batch to run.
- withStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
Represents the current state of server-side encryption.
- withStatus(SSEStatus) - Method in class com.amazonaws.services.dynamodbv2.model.SSEDescription
-
Represents the current state of server-side encryption.
- withStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest
-
The Amazon Resource Name (ARN) for the stream.
- withStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationRequest
-
The ARN for a Kinesis data stream.
- withStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationResult
-
The ARN for the specific Kinesis data stream.
- withStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationRequest
-
The ARN for a Kinesis data stream.
- withStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationResult
-
The ARN for the specific Kinesis data stream.
- withStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest
-
The Amazon Resource Name (ARN) for the stream.
- withStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
The ARN for a specific Kinesis data stream.
- withStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.Stream
-
The Amazon Resource Name (ARN) for the stream.
- withStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The Amazon Resource Name (ARN) for the stream.
- withStreamDescription(StreamDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeStreamResult
-
A complete description of the stream, including its creation date and time, the DynamoDB table associated with
the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records
within the shards.
- withStreamDescription(StreamSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Stream settings on the table when the backup was created.
- withStreamEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.
- withStreamLabel(String) - Method in class com.amazonaws.services.dynamodbv2.model.Stream
-
A timestamp, in ISO 8601 format, for this stream.
- withStreamLabel(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
A timestamp, in ISO 8601 format, for this stream.
- withStreams(Stream...) - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsResult
-
A list of stream descriptors associated with the current account and endpoint.
- withStreams(Collection<Stream>) - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsResult
-
A list of stream descriptors associated with the current account and endpoint.
- 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.
- withStreamStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
Indicates the current status of the stream:
- withStreamStatus(StreamStatus) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
Indicates the current status of the stream:
- withStreamViewType(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
Indicates the format of the records within this stream:
- withStreamViewType(StreamViewType) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
Indicates the format of the records within this stream:
- withStreamViewType(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The type of data from the modified DynamoDB item that was captured in this stream record:
- withStreamViewType(StreamViewType) - Method in class com.amazonaws.services.dynamodbv2.model.StreamRecord
-
The type of data from the modified DynamoDB item that was captured in this stream record:
- withStreamViewType(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
When an item in the table is modified, StreamViewType
determines what information is written to the
stream for this table.
- withStreamViewType(StreamViewType) - Method in class com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
When an item in the table is modified, StreamViewType
determines what information is written to the
stream for this table.
- withString(String, String) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given string value.
- withString(String, String) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withStringSet(String, Set<String>) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withStringSet(String, String...) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- withStringSet(String, Set<String>) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withStringSet(String, String...) - Method in class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
Sets the value of the specified key in the current ValueMap to the
given value.
- withTable(Capacity) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The amount of throughput consumed on the table affected by the operation.
- withTable(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
-
The properties of the table.
- withTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
ARN associated with the table.
- withTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The Amazon Resource Name (ARN) of the table that was exported.
- withTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
The Amazon Resource Name (ARN) associated with the table to export.
- withTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportSummary
-
The Amazon Resource Number (ARN) of the table being imported into.
- withTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The Amazon Resource Number (ARN) of the table being imported into.
- withTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListExportsRequest
-
The Amazon Resource Name (ARN) associated with the exported table.
- withTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListImportsRequest
-
The Amazon Resource Name (ARN) associated with the table that was imported to.
- withTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
ARN of the table for which backup was created.
- withTableArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The Amazon Resource Name (ARN) that uniquely identifies the table.
- withTableAutoScalingDescription(TableAutoScalingDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableReplicaAutoScalingResult
-
Represents the auto scaling properties of the table.
- withTableAutoScalingDescription(TableAutoScalingDescription) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingResult
-
Returns information about the auto scaling settings of a table with replicas.
- withTableClass(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
The table class of the new table.
- withTableClass(TableClass) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
The table class of the new table.
- withTableClass(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableClassSummary
-
The table class of the specified table.
- withTableClass(TableClass) - Method in class com.amazonaws.services.dynamodbv2.model.TableClassSummary
-
The table class of the specified table.
- withTableClass(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The table class of the table to be updated.
- withTableClass(TableClass) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The table class of the table to be updated.
- withTableClassOverride(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
Replica-specific table class.
- withTableClassOverride(TableClass) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
Replica-specific table class.
- withTableClassOverride(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Replica-specific table class.
- withTableClassOverride(TableClass) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Replica-specific table class.
- withTableClassSummary(TableClassSummary) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Contains details of the table class.
- withTableCreationDateTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Time when the source table was created.
- withTableCreationParameters(TableCreationParameters) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The parameters for the new table that is being imported into.
- withTableCreationParameters(TableCreationParameters) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableRequest
-
Parameters for the table to import the data into.
- withTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableResult
-
Represents the properties of the 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.RestoreTableFromBackupResult
-
The description of the table created from an existing backup.
- withTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeResult
-
Represents the properties of a table.
- withTableDescription(TableDescription) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
-
Represents the properties of the table.
- withTableId(String) - Method in class com.amazonaws.services.dynamodbv2.model.BackupSummary
-
Unique identifier for the table.
- withTableId(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Unique ID of the table that was exported.
- withTableId(String) - Method in class com.amazonaws.services.dynamodbv2.model.ImportTableDescription
-
The table id corresponding to the table created by import table process.
- withTableId(String) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Unique identifier for the table for which the backup was created.
- withTableId(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Unique identifier for the table for which the backup was created.
- withTableKeyAndAttributes(TableKeysAndAttributes...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
-
- 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.BackupSummary
-
Name of the table.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementResponse
-
The table name associated with a failed PartiQL batch statement.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ConditionCheck
-
Name of the table for the check item request.
- 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.ContributorInsightsSummary
-
Name of the table associated with the summary.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateBackupRequest
-
The name of the table.
- 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.Delete
-
Name of the table in which the item to be deleted resides.
- 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.DescribeContinuousBackupsRequest
-
Name of the table for which the customer wants to check the continuous backups and point in time recovery
settings.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsRequest
-
The name of the table to describe.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeContributorInsightsResult
-
The name of the table being described.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeKinesisStreamingDestinationRequest
-
The name of the table being described.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeKinesisStreamingDestinationResult
-
The name of the table being described.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTableReplicaAutoScalingRequest
-
The name of the table.
- 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.DescribeTimeToLiveRequest
-
The name of the table to be described.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationRequest
-
The name of the DynamoDB table.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationResult
-
The name of the table being modified.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationRequest
-
The name of the DynamoDB table.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationResult
-
The name of the table being modified.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.Get
-
The name of the table from which to retrieve the specified item.
- 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.ListBackupsRequest
-
The backups from the table specified by TableName
are listed.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListContributorInsightsRequest
-
The name of the table.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
-
If this parameter is provided, then only the streams associated with this table name are returned.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.Put
-
Name of the table in which to write the 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.SourceTableDetails
-
The name of the table for which the backup was created.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.Stream
-
The DynamoDB table with which the stream is associated.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.StreamDescription
-
The DynamoDB table with which the stream is associated.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableAutoScalingDescription
-
The name of the table.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
The name of the table created as part of the import operation.
- 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.Update
-
Name of the table for the UpdateItem
request.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsRequest
-
The name of the table.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsRequest
-
The name of the table.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsResult
-
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.UpdateTableReplicaAutoScalingRequest
-
The name of the global table to be updated.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
The name of the table to be updated.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveRequest
-
The name of the table to be configured.
- withTableNameOverride(DynamoDBMapperConfig.TableNameOverride) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- withTableNamePrefix(String) - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameOverride
-
- withTableNameReplacement(String) - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameOverride
-
- withTableNameResolver(DynamoDBMapperConfig.TableNameResolver) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- withTableNames(String...) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The names of the tables associated with the current account at the current endpoint.
- withTableNames(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The names of the tables associated with the current account at the current endpoint.
- withTableSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
Size of the table in bytes.
- 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.TableAutoScalingDescription
-
The current state of the table:
- withTableStatus(TableStatus) - Method in class com.amazonaws.services.dynamodbv2.model.TableAutoScalingDescription
-
The current state of the table:
- withTableStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The current state of the table:
- withTableStatus(TableStatus) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The current state of the table:
- withTableWriteItems(TableWriteItems...) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
-
- withTagKeys(String...) - Method in class com.amazonaws.services.dynamodbv2.model.UntagResourceRequest
-
A list of tag keys.
- withTagKeys(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.UntagResourceRequest
-
A list of tag keys.
- withTags(Tag...) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
A list of key-value pairs to label the table.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
A list of key-value pairs to label the table.
- withTags(Tag...) - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceResult
-
The tags currently associated with the Amazon DynamoDB resource.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.dynamodbv2.model.ListTagsOfResourceResult
-
The tags currently associated with the Amazon DynamoDB resource.
- withTags(Tag...) - Method in class com.amazonaws.services.dynamodbv2.model.TagResourceRequest
-
The tags to be assigned to the Amazon DynamoDB resource.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.dynamodbv2.model.TagResourceRequest
-
The tags to be assigned to the Amazon DynamoDB resource.
- withTargetTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
The name of the new table to which the backup must be restored.
- withTargetTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
The name of the new table to which it must be restored to.
- withTargetTrackingScalingPolicyConfiguration(AutoScalingTargetTrackingScalingPolicyConfigurationDescription) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyDescription
-
Represents a target tracking scaling policy configuration.
- withTargetTrackingScalingPolicyConfiguration(AutoScalingTargetTrackingScalingPolicyConfigurationUpdate) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingPolicyUpdate
-
Represents a target tracking scaling policy configuration.
- withTargetValue(Double) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationDescription
-
The target value for the metric.
- withTargetValue(Double) - Method in class com.amazonaws.services.dynamodbv2.model.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
-
The target value for the metric.
- withTimeRangeLowerBound(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
Only backups created after this time are listed.
- withTimeRangeUpperBound(Date) - Method in class com.amazonaws.services.dynamodbv2.model.ListBackupsRequest
-
Only backups created before this time are listed.
- withTimeToLiveDescription(TimeToLiveDescription) - Method in class com.amazonaws.services.dynamodbv2.model.DescribeTimeToLiveResult
-
- withTimeToLiveDescription(TimeToLiveDescription) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableFeatureDetails
-
Time to Live settings on the table when the backup was created.
- withTimeToLiveSpecification(TimeToLiveSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveRequest
-
Represents the settings used to enable or disable Time to Live for the specified table.
- withTimeToLiveSpecification(TimeToLiveSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveResult
-
Represents the output of an UpdateTimeToLive
operation.
- withTimeToLiveStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveDescription
-
The TTL status for the table.
- withTimeToLiveStatus(TimeToLiveStatus) - Method in class com.amazonaws.services.dynamodbv2.model.TimeToLiveDescription
-
The TTL status for the table.
- withTotalSegments(Integer) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
-
Sets the total number of segments into which the scan will be divided and
returns a pointer to this object for method-chaining.
- withTotalSegments(Integer) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withTotalSegments(Integer) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
For a parallel Scan
request, TotalSegments
represents the total number of segments into
which the Scan
operation will be divided.
- withTransactItems(TransactGetItem...) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsRequest
-
An ordered array of up to 25 TransactGetItem
objects, each of which contains a Get
structure.
- withTransactItems(Collection<TransactGetItem>) - Method in class com.amazonaws.services.dynamodbv2.model.TransactGetItemsRequest
-
An ordered array of up to 25 TransactGetItem
objects, each of which contains a Get
structure.
- withTransactItems(TransactWriteItem...) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
An ordered array of up to 25 TransactWriteItem
objects, each of which contains a
ConditionCheck
, Put
, Update
, or Delete
object.
- withTransactItems(Collection<TransactWriteItem>) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItemsRequest
-
An ordered array of up to 25 TransactWriteItem
objects, each of which contains a
ConditionCheck
, Put
, Update
, or Delete
object.
- withTransactStatements(ParameterizedStatement...) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionRequest
-
The list of PartiQL statements representing the transaction to run.
- withTransactStatements(Collection<ParameterizedStatement>) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteTransactionRequest
-
The list of PartiQL statements representing the transaction to run.
- withType(String) - Method in class com.amazonaws.services.dynamodbv2.model.Identity
-
The type of the identity.
- withTypeConverterFactory(DynamoDBTypeConverterFactory) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
The type-converter factory for scalar conversions.
- withUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
-
- withUnprocessedItems(Map<String, List<WriteRequest>>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
-
A map of tables and requests against those tables that were not processed.
- withUnprocessedKeys(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
-
- withUnprocessedKeys(Map<String, KeysAndAttributes>) - Method in class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
-
A map of tables and their respective keys that were not processed with the current response.
- withUpdate(UpdateGlobalSecondaryIndexAction) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to
that index.
- withUpdate(UpdateReplicationGroupMemberAction) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicationGroupUpdate
-
The parameters required for updating a replica for the table.
- withUpdate(Update) - Method in class com.amazonaws.services.dynamodbv2.model.TransactWriteItem
-
A request to perform an UpdateItem
operation.
- withUpdateExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- withUpdateExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.Update
-
An expression that defines one or more attributes to be updated, the action to be performed on them, and new
value(s) for them.
- 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
values for them.
- withUseLatestRestorableTime(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
Restore the table to the latest possible time.
- withUserIdentity(Identity) - Method in class com.amazonaws.services.dynamodbv2.model.Record
-
Items that are deleted by the Time to Live process after expiration have the following fields:
- 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 the expected attribute.
- withValue(String) - Method in class com.amazonaws.services.dynamodbv2.model.Tag
-
The value of the tag.
- withValueMap(Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
Applicable only when an expression has been specified.
- withValueMap(Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
Applicable only when an expression has been specified.
- withValueMap(Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
Applicable only when an expression has been specified.
- withValueMap(Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
Applicable only when an expression has been specified.
- withValueMap(Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
Applicable only when an expression has been specified.
- withWriteCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.Capacity
-
The total number of write capacity units consumed on a table or an index.
- withWriteCapacityUnits(Double) - Method in class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
-
The total number of write capacity units consumed by the operation.
- 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 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.