AmazonDynamoDB
.AmazonDynamoDBAsync
.AmazonDynamoDBStreams
.AmazonDynamoDBStreamsAsync
.IDynamoDBMapper
.DynamoDBTypeConvertedEnum
AddAction
for build expression that would add the
given value mathematically to the existing attribute; or if the attribute
does not already exist, add the new attribute and the value to the item.AmazonDynamoDBAsync
.AwsClientBuilder.withCredentials(AWSCredentialsProvider)
for example:
AmazonDynamoDBClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonDynamoDB
.AmazonDynamoDBStreamsAsync
.AwsClientBuilder.withCredentials(AWSCredentialsProvider)
for example:
AmazonDynamoDBStreamsClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonDynamoDBStreams
.AddAction
for build expression that would append
the specified values to this binary set; or if the attribute does not
already exist, add the new attribute and the value(s) to the item.AddAction
for build expression that would append
the specified values to this binary set; or if the attribute does not
already exist, add the new attribute and the value(s) to the item.AddAction
for building expression that would
append the specified values to this number set; or if the attribute does
not already exist, adding the new attribute and the value(s) to the item.AddAction
for building expression that would
append the specified values to this number set; or if the attribute does
not already exist, adding the new attribute and the value(s) to the item.AddAction
for building expression that would
append the specified values to this string set; or if the attribute does
not already exist, add the new attribute and the value(s) to the item.AddAction
for building expression that would
append the specified values to this string set; or if the attribute does
not already exist, add the new attribute and the value(s) to the item.transform
and untransform
methods,
so we don't have to break the interface in order to add additional
parameters.AttributeTransformer
that transforms and untransforms
attributes by running them through a cascading series of child
AttributeTransformer
instances.UpdateItem
operation, represents the attributes to be modified, the action to perform on each,
and the new value for each.AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest)
API.AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest)
API.BatchGetItem
operation returns the attributes of one or more items from one or more tables.BatchGetItem
operation returns the attributes of one or more items from one or more tables.BatchGetItem
operation returns the attributes of one or more items from one or more tables.BatchGetItem
operation returns the attributes of one or more items from one or more tables.BatchGetItemApi
.BatchGetItem
operation.BatchGetItem
operation.AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest)
API.AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest)
API.AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest)
API.AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest)
API.BatchWriteItem
operation puts or deletes multiple items in one or more tables.BatchWriteItem
operation puts or deletes multiple items in one or more tables.BatchWriteItem
operation puts or deletes multiple items in one or more tables.BatchWriteItem
operation puts or deletes multiple items in one or more tables.BatchWriteItemApi
.BatchWriteItem
operation.BatchWriteItem
operation.BetweenCondition
that represents a BETWEEN comparison (that evaluates to true if the value of the
current attribute is greater than or equal to the given low value, and
less than or equal to the given high value) for building condition
expression.BetweenCondition
that represents a BETWEEN comparison (that evaluates to true if the value of the
current attribute is greater than or equal to the given low value, and
less than or equal to the given high value) for building condition
expression.lo
is null a LE
condition is applied on hi
, if hi
is null a GE
condition is applied on lo
.BigDecimal
s.BigDecimal
s.BigInteger
s.BigInteger
s.Booleans
into DynamoDB
NumberSets, representing true
as '1' and false
as '0'.Boolean
objects to Dynamodb-native
BOOL
attribute values.Booleans
into DynamoDB
Numbers, representing true
as '1' and false
as '0'.Boolean
s.DynamoDBMapperConfig
object.DynamoDBMapperConfig.DEFAULT
values.DeleteItem
request to DynamoDB.GetItem
request to DynamoDB.PutItem
request to DynamoDB.UpdateItem
request to DynamoDB.byte[]
s into DynamoDB
BinarySet attributes.byte[]
s.byte[]
s into DynamoDB Binary
attributes.byte[]
s.ByteBuffer
s into DynamoDB
BinarySet attributes.ByteBuffer
s.ByteBuffer
s into DynamoDB Binary
attributes.ByteBuffer
s.Byte
s.Byte
s.Calendar
objects into
DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).Calendar
objects.Calendar
objects into DynamoDB
Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").Calendar
objects.ArgumentMarshaller
.ArgumentUnmarshaller
.Query
or Scan
operation:FunctionCondition
object which represents an contains(path, operand) function condition where path refers to that
of the current path operand; used for building expressions.FunctionCondition
object which represents an contains(path, operand) function condition where path refers to that
of the current path operand; used for building expressions.FunctionCondition
object which represents an contains(path, operand) function condition where path refers to that
of the current path operand; used for building expressions.FunctionCondition
object which represents an contains(path, operand) function condition where path refers to that
of the current path operand; used for building expressions.ItemConverter
s that this
ConversionSchema
generates.List
into Set
, throwing
IllegalArgumentException
should there be duplicate elements.CreateTable
operation adds a new table to your account.CreateTable
operation adds a new table to your account.CreateTable
operation adds a new table to your account.CreateTable
operation adds a new table to your account.ResourceInUseException
if it
ialready exists.CreateTable
operation.CreateTable
operation.DynamoDBMarshalling
-derived custom marshaler.DynamoDBMarshaller
-derived custom marshaler.Date
objects into DynamoDB
StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).Date
objects.Date
objects into DynamoDB Strings
(in ISO 8601 format, ie "2014-01-01T00:00:00Z").Date
objects.DeleteItem
operation.DeleteAction
for deleting the specified values
from this binary set.DeleteAction
for deleting the specified values
from this binary set.DeleteAction
for deleting the specified values
from this number set.DeleteAction
for deleting the specified values
from this number set.DeleteAction
for deleting the specified values
from this string set.DeleteAction
for deleting the specified values
from this string set.DeleteItemApi
.DeleteItem
operation.DeleteItem
operation.DeleteItem
operation on an item.DeleteTable
operation deletes a table and all of its items.DeleteTable
operation deletes a table and all of its items.DeleteTable
operation deletes a table and all of its items.DeleteTable
operation deletes a table and all of its items.ResourceNotFoundException
if
it does not already exist.DeleteTable
operation.DeleteTable
operation.DescribeLimits
operation.DescribeLimits
operation.DescribeStream
operation.DescribeStream
operation.DescribeTable
operation.DescribeTable
operation.Double
s.Double
s.S3Link.downloadTo(File)
but allows specifying a
request metric collector.S3Link.downloadTo(OutputStream)
but allows specifying a
request metric collector.DynamoDBAutoGenerateStrategy
.Boolean
to the DynamoDB S
type.String
attribute.UUID
.DynamoDBMapperConfig.Builder
DynamoDBMapperConfig.Builder
DynamoDBMapperConfig.Builder
DynamoDBMapper.batchLoad(Iterable, DynamoDBMapperConfig)
breaks the requested items in batches of maximum size 100.DynamoDBMapperConfig.TableNameResolver
that mimics the behavior
of DynamoDBMapper before the addition of DynamoDBMapperConfig.TableNameResolver
.DynamoDBTable
annotation.DynamoDBMapper
table model factory.DynamoDBMapperModelFactory
factory.DynamoDBTypeConverter
A DynamoDBTypeConverted
with String
as source would
perform the same conversion. Please consider, if your marshaller is thread
safe before replacing. In the new implementation, a single instance of
DynamoDBTypeConverted
is created per field/attribute. In the old,
an new instance of the marshaller was created for each call to
marshall
and unmarshall
. If your marshaller/converter is not
thread safe, it is recomended to specify a converter which will instantiate
a new marshaller per call.
public class CustomConverter<T> implements DynamoDBTypeConverter<String,T> { @Override public final String convert(final T object) { return ... } @Override public final T unconvert(final String object) { return ... } }
DynamoDBTypeConverted
A DynamoDBTypeConverted
with String
as source would
perform the same conversion. Please consider, if your marshaller is thread
safe before replacing. In the new implementation, a single instance of
DynamoDBTypeConverted
is created per field/attribute. In the old,
an new instance of the marshaller was created for each call to
marshall
and unmarshall
. If your marshaller/converter is not
thread safe, it is recomended to specify a converter which will instantiate
a new marshaller per call.
public class CustomConverter<T> implements DynamoDBTypeConverter<String,T> { @Override public final String convert(final T object) { return ... } @Override public final T unconvert(final String object) { return ... } }
DynamoDBTyped
DynamoDBMapper
which operates only on a specified
class/table.Date
, Calendar
, DateTime
)
to a ScalarAttributeType.N
stored as epoch time.DynamoDBTypeConverter
factory and supporting classes.DynamoDBTypeConverterFactory
.Float
s.Float
s.ArrayList
that supports fluent API.LinkedHashMap
that supports fluent API.LinkedHashSet
that supports fluent API.Item
from the
given JSON string.Item
from the
given map.TransactGetItem
object.AttributeDefinition
objects.AttributeValue
objects, representing the item as it appeared before the
DeleteItem
operation.PutItem
operation, but only if
ReturnValues
is specified as ALL_OLD
in the request.UpdateItem
operation, as determined by
the ReturnValues
parameter.GetRecords
request was received.BackupSummary
objects.BackupType
are listed.BigInteger
; or null if the attribute doesn't exist.ByteBuffer
; or null if the attribute either doesn't exist or
the attribute value is null.ByteBuffer
; or null if the attribute either doesn't exist
or the attribute value is null.NextToken
was returned in the statement response.ClientRequestToken
makes the call to TransactWriteItems
idempotent, meaning
that multiple identical calls have the same effect as one single call.ClientToken
makes the call to ExportTableToPointInTimeInput
idempotent,
meaning that multiple identical calls have the same effect as one single call.ClientToken
makes the call to ImportTableInput
idempotent, meaning that
multiple identical calls have the same effect as one single call.AttributeValueList
.DeleteItem
to succeed.PutItem
operation to succeed.true
to confirm that you want to remove your permissions to change the policy
of this resource in the future.true
, then the operation uses strongly consistent
reads; otherwise, the operation uses eventually consistent reads.true
, then the operation uses strongly consistent
reads; otherwise, the operation uses eventually consistent reads.BatchGetItem
operation.BatchWriteItem
operation.DeleteItem
operation.GetItem
operation.PutItem
operation.Query
operation.Scan
operation.TOTAL
, this is an array of
ConsumedCapacity
objects, one for each table addressed by TransactGetItem
objects in
the TransactItems parameter.TransactWriteItems
operation.UpdateItem
operation.ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLEDItemConverter
, injecting dependencies from the
DynamoDBMapper
that needs it.DeleteItem
operation.DeleteItem
operation.Table.describe()
.double
.DynamoDBMapperFieldModel.name()
DynamoDBMapperFieldModel.attributeType
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.ExportSummary
objects.Query
operation, but before the
data is returned to you.Scan
operation, but before the
data is returned to you.float
.ThrottlingException.
ImportSummary
objects.int
.GetItem
operation returns a set of attributes for the item with the given primary key.GetItem
operation returns a set of attributes for the item with the given primary key.Item
; or null if
the item doesn't exist.Item
; or null if the
item doesn't exist.Item
.Item
.ConditionalCheckFailedException
.AttributeValue
objects, as specified by
ProjectionExpression
.PutItem
.PutItem
.GetItem
operation returns a set of attributes for the item with the given primary key.GetItem
operation returns a set of attributes for the item with the given primary key.BatchWriteItem
and, for each table, information about any
item collections that were affected by individual DeleteItem
or PutItem
operations.DeleteItem
operation.PutItem
operation.TransactWriteItems
and, for each table, information about
any item collections that were affected by individual UpdateItem
, PutItem
, or
DeleteItem
operations.UpdateItem
operation.GetItemApi
.GetItem
operation.GetItem
operation.AttributeValue
objects, representing the primary key of the item to
delete.AttributeValue
objects that specifies the primary key of the item to
retrieve.AttributeValue
objects, representing the primary key of the item to
retrieve.Query
action.PAY_PER_REQUEST
was last set as the read/write capacity mode.LatestRestorableDateTime
is typically 5 minutes before the current time.T
's.; or null if the attribute either doesn't exist or
the attribute value is null.long
.T
's; or null if the attribute either doesn't
exist or the attribute value is null.T
's where T must be a
subclass of Number
; or null if the attribute doesn't
exist.NextToken
was returned in the statement response.ListExports
.ListImports
.BigDecimal
; or null if the attribute either doesn't exist or
the attribute value is null.ImportSummary
objects returned in a single page.ThrottlingException
.ThrottlingException
.ThrottlingException.
ThrottlingException
.PutItem
operation.PutItem
operation.Object
's; or null if the
attribute either doesn't exist or the attribute value is null.ThrottlingException
.ThrottlingException
.GetRecords
operation.GetRecords
operation.ThrottlingException
.ThrottlingException
.ThrottlingException
.DeleteRequest
or PutRequest
).ItemResponse
objects, each of which corresponds to the
TransactGetItem
object in the same position in the TransactItems array.TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.TOTAL
causes consumed capacity information to be returned, and a value of
NONE
prevents that information from being returned.ReturnValues
if you want to get the item attributes as they appeared before they were deleted.ReturnValues
if you want to get the item attributes as they appeared before they were updated
with the PutItem
request.ReturnValues
if you want to get the item attributes as they appear before or after they are
successfully updated.ReturnValuesOnConditionCheckFailure
to get the item attributes if the
ConditionCheck
condition fails.ReturnValuesOnConditionCheckFailure
to get the item attributes if the Delete
condition fails.DeleteItem
operation that failed a
condition check.ExecuteStatement
operation that failed
a condition check.ParameterizedStatement
operation that failed a condition check.ReturnValuesOnConditionCheckFailure
to get the item attributes if the Put
condition
fails.PutItem
operation that failed a
condition check.ReturnValuesOnConditionCheckFailure
to get the item attributes if the Update
condition fails.UpdateItem
operation that failed a
condition check.S3ClientCache
for accessing S3.Region
format.true
(default), the traversal is performed in ascending
order; if false
, the traversal is performed in descending order.QueryFilter
is applied.ScanFilter
is applied.Scan
request, Segment
identifies an individual segment to be scanned by
an application worker.GetShardIterator
operation.GetShardIterator
operation.short
.StreamViewType
determines what information is written to the
stream for this table.TableName
.IndexName
, the name of the
table to which that index belongs.UpdateItem
request.UpdateTimeToLive
operation.ItemCollection.getAccumulatedScannedCount()
instead.ItemCollection.getAccumulatedItemCount()
instead.ItemCollection.getAccumulatedScannedCount()
instead.Scan
request, TotalSegments
represents the total number of segments into
which the Scan
operation will be divided.TransactGetItem
objects, each of which contains a Get
structure.TransactWriteItem
objects, each of which contains a
ConditionCheck
, Put
, Update
, or Delete
object.TransferManager
for the given region, or throws an
exception when unable.TransferManager
for the given region, or throws an
exception when unable.UpdateItem
operation.ThrottlingException
.ThrottlingException
.next
.IfNotExists
object which represents an if_not_exists(path, operand) function call; used for building
expression.IfNotExists
object which represents an if_not_exists(path, operand) function call; used for building
expression.IfNotExists
object which represents an if_not_exists(path, operand) function call; used for building
expression.IfNotExists
object which represents an if_not_exists(path, operand) function call; used for building
expression.IfNotExists
object which represents an if_not_exists(path, operand) function call; used for building
expression.IfNotExists
object which represents an if_not_exists(path, operand) function call; used for building
expression.IfNotExists
object which represents an if_not_exists(path, operand) function call; used for building
expression.IfNotExists
object which represents an if_not_exists(path, operand) function call; used for building
expression.IfNotExists
object which represents an if_not_exists(path, operand) function call; used for building
expression.IfNotExists
object which represents an if_not_exists(path, operand) function call; used for building
expression.IfNotExists
object which represents an if_not_exists(path, operand) function call; used for building
expression.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExistsFunction
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExistsFunction
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExistsFunction
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current attribute; used for building expressions.IfNotExistsFunction
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExistsFunction
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current attribute; used for building expressions.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExistsFunction
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExistsFunction
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.IfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.QueryApi
for an index.ScanApi
for an index.Integer
s.Integer
s.ItemUtils
instead.ExportTime
is outside of the point in time recovery window.true
to confirm that you want to remove your permissions to change the policy
of this resource in the future.true
, then the operation uses strongly consistent
reads; otherwise, the operation uses eventually consistent reads.true
, then the operation uses strongly consistent
reads; otherwise, the operation uses eventually consistent reads.true
(default), the traversal is performed in ascending
order; if false
, the traversal is performed in descending order.Item
's.Item
and AttributeValue
objects.Item
's value into a standard
internal representation (for purposes such as equality comparison.)T
.PageBasedCollection
.DynamoDBTypeConvertedJson
ListAppend
object which represents a list_append(operand, operand) function call; used for building
expression.ListAppend
object which represents a list_append(operand, operand) function call; used for building
expression.ListAppend
object which represents a list_append(operand, operand) function call; used for building
expression.ListAppend
for building expression that involves
a list_append(operand, operand) function for the purpose of adding the
specified values to the current list attribute.ListAppend
for building expression that involves
a list_append(operand, operand) function for the purpose of adding the
specified list of values to that of the current list attribute.ListAppend
for building expression that involves
a list_append(operand, operand) function for the purpose of adding the
values of the specified list attribute to the current list attribute.ListStreams
operation.ListStreams
operation.exclusiveStartTableName
.maxResultSize
associated with
the current account and endpoint, starting with a name after the
specified exclusiveStartTableName
.maxResultSize
associated with
the current account and endpoint.ListTablesApi
.ListTables
operation.ListTables
operation.Lists
.Long
s.Long
s.MinusOperation
object that represents the subtraction of
the given value from that of the current attribute; used for building
update expression.MinusOperation
object that represents the subtraction of
the value of the given attribute from that of the current attribute; used
for building update expression.Number
s into DynamoDB
NumberSets.Number
to a DynamoDB number.String.valueOf(Object)
.Object
objects into DynamoDB
Strings.T
.Iterable<Page<Item, R>>
that iterates over pages of
items from this collection.Iterable<Page<Table, R>>
that iterates over pages of
tables from this collection.PlusOperation
that represents the addition of the
given value to that of the current attribute; used for building update
expression.PlusOperation
object that represents the addition of the
value of the given attribute to that of the current attribute; used for
building update expression.PutItem
operation.PutItemApi
.PutItem
operation.PutItem
operation.PutItem
operation on an item.QueryApi
of a table.Query
operation.Query
operation.RemoveAction
for removing the attribute with the
specified path from an item; used for building update expression.RemoveAction
for removing the attribute referred
to by this path operand from an item; used for building update
expression.EarliestRestorableDateTime
and
LatestRestorableDateTime
.EarliestRestorableDateTime
and
LatestRestorableDateTime
.EarliestRestorableDateTime
and
LatestRestorableDateTime
.EarliestRestorableDateTime
and
LatestRestorableDateTime
.AmazonS3
objects.DynamoDBMapper
.S3Link
factory.S3Link
objects to DynamoDB Strings,
using a JSON encoding.Scan
operation returns one or more items and item attributes by accessing every item in a table
or a secondary index.Scan
operation returns one or more items and item attributes by accessing every item in a table
or a secondary index.Scan
operation returns one or more items and item attributes by accessing every item in a table
or a secondary index.Scan
operation returns one or more items and item attributes by accessing every item in a table
or a secondary index.ScanApi
.Scan
operation.Scan
operation.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
for adding the value of evaluating the
specified ListAppend
function as an attribute to an item.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression with the specified PlusOperation
.SetAction
object used for building update
expression with the specified MinusOperation
.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object (used for building update
expression) of setting an attribute to null.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.SetAction
object used for building update
expression.S3Link.setAcl(AccessControlList)
but allows specifying a
request metric collector.AttributeDefinition
objects.AttributeValue
objects, representing the item as it appeared before the
DeleteItem
operation.PutItem
operation, but only if
ReturnValues
is specified as ALL_OLD
in the request.UpdateItem
operation, as determined by
the ReturnValues
parameter.GetRecords
request was received.BackupSummary
objects.BackupType
are listed.NextToken
was returned in the statement response.ClientRequestToken
makes the call to TransactWriteItems
idempotent, meaning
that multiple identical calls have the same effect as one single call.ClientToken
makes the call to ExportTableToPointInTimeInput
idempotent,
meaning that multiple identical calls have the same effect as one single call.ClientToken
makes the call to ImportTableInput
idempotent, meaning that
multiple identical calls have the same effect as one single call.AttributeValueList
.AttributeValueList
.DeleteItem
to succeed.PutItem
operation to succeed.true
to confirm that you want to remove your permissions to change the policy
of this resource in the future.true
, then the operation uses strongly consistent
reads; otherwise, the operation uses eventually consistent reads.true
, then the operation uses strongly consistent
reads; otherwise, the operation uses eventually consistent reads.BatchGetItem
operation.BatchWriteItem
operation.DeleteItem
operation.GetItem
operation.PutItem
operation.Query
operation.Scan
operation.TOTAL
, this is an array of
ConsumedCapacity
objects, one for each table addressed by TransactGetItem
objects in
the TransactItems parameter.TransactWriteItems
operation.UpdateItem
operation.ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLEDDeleteItem
operation.DeleteItem
operation.AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration)
for
example:
builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration)
for
example:
builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
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.ExportSummary
objects.Query
operation, but before the
data is returned to you.Scan
operation, but before the
data is returned to you.ThrottlingException.
ImportSummary
objects.ConditionalCheckFailedException
.AttributeValue
objects, as specified by
ProjectionExpression
.PutItem
.PutItem
.BatchWriteItem
and, for each table, information about any
item collections that were affected by individual DeleteItem
or PutItem
operations.DeleteItem
operation.PutItem
operation.TransactWriteItems
and, for each table, information about
any item collections that were affected by individual UpdateItem
, PutItem
, or
DeleteItem
operations.UpdateItem
operation.AttributeValue
objects, representing the primary key of the item to
delete.AttributeValue
objects that specifies the primary key of the item to
retrieve.AttributeValue
objects, representing the primary key of the item to
retrieve.Query
action.PAY_PER_REQUEST
was last set as the read/write capacity mode.LatestRestorableDateTime
is typically 5 minutes before the current time.NextToken
was returned in the statement response.ListExports
.ListImports
.ImportSummary
objects returned in a single page.ThrottlingException
.ThrottlingException
.ThrottlingException.
ThrottlingException
.PutItem
operation.PutItem
operation.ThrottlingException
.ThrottlingException
.AwsClientBuilder#setRegion(String)
AwsClientBuilder#setRegion(String)
ThrottlingException
.ThrottlingException
.ThrottlingException
.DeleteRequest
or PutRequest
).ItemResponse
objects, each of which corresponds to the
TransactGetItem
object in the same position in the TransactItems array.TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.TOTAL
, the response includes
ConsumedCapacity data for tables and indexes.TOTAL
causes consumed capacity information to be returned, and a value of
NONE
prevents that information from being returned.ReturnValues
if you want to get the item attributes as they appeared before they were deleted.ReturnValues
if you want to get the item attributes as they appeared before they were deleted.ReturnValues
if you want to get the item attributes as they appeared before they were updated
with the PutItem
request.ReturnValues
if you want to get the item attributes as they appeared before they were updated
with the PutItem
request.ReturnValues
if you want to get the item attributes as they appear before or after they are
successfully updated.ReturnValues
if you want to get the item attributes as they appear before or after they are
successfully updated.ReturnValuesOnConditionCheckFailure
to get the item attributes if the
ConditionCheck
condition fails.ReturnValuesOnConditionCheckFailure
to get the item attributes if the Delete
condition fails.DeleteItem
operation that failed a
condition check.DeleteItem
operation that failed a
condition check.ExecuteStatement
operation that failed
a condition check.ParameterizedStatement
operation that failed a condition check.ReturnValuesOnConditionCheckFailure
to get the item attributes if the Put
condition
fails.PutItem
operation that failed a
condition check.PutItem
operation that failed a
condition check.ReturnValuesOnConditionCheckFailure
to get the item attributes if the Update
condition fails.UpdateItem
operation that failed a
condition check.UpdateItem
operation that failed a
condition check.true
(default), the traversal is performed in ascending
order; if false
, the traversal is performed in descending order.QueryFilter
is applied.ScanFilter
is applied.Scan
request, Segment
identifies an individual segment to be scanned by
an application worker.StreamViewType
determines what information is written to the
stream for this table.StreamViewType
determines what information is written to the
stream for this table.TableName
.IndexName
, the name of the
table to which that index belongs.UpdateItem
request.UpdateTimeToLive
operation.Scan
request, TotalSegments
represents the total number of segments into
which the Scan
operation will be divided.TransactGetItem
objects, each of which contains a Get
structure.TransactWriteItem
objects, each of which contains a
ConditionCheck
, Put
, Update
, or Delete
object.UpdateItem
operation.ThrottlingException
.ThrottlingException
.Short
s.Short
s.String
s to DynamoDB
StringSets.String
objects.String
objects to DynamoDB Strings.String
objects.Table
's (initialized with the respective table
names).BatchGetItem
request.TableName
does not currently exist within the subscriber's account or the
subscriber is operating in the wrong Amazon Web Services Region.TableUtils
when a table never reaches a desired stateBatchWriteItem
request.Filter
.Filter
.
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 enum com.amazonaws.services.dynamodbv2.model.ApproximateCreationDateTimePrecision
-
- 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.DeleteResourcePolicyRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.DeleteResourcePolicyResult
-
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.EnableKinesisStreamingConfiguration
-
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 enum com.amazonaws.services.dynamodbv2.model.ExportType
-
- toString() - Method in enum com.amazonaws.services.dynamodbv2.model.ExportViewType
-
- 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.GetResourcePolicyRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.GetResourcePolicyResult
-
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 class com.amazonaws.services.dynamodbv2.model.IncrementalExportSpecification
-
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 class com.amazonaws.services.dynamodbv2.model.OnDemandThroughput
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.OnDemandThroughputOverride
-
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.PutResourcePolicyRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.PutResourcePolicyResult
-
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.UpdateKinesisStreamingConfiguration
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingDestinationRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingDestinationResult
-
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
-
Transactionally loads objects specified by transactionLoadRequest by calling
AbstractDynamoDBMapper.transactionLoad(TransactionLoadRequest)
API.
- transactionLoad(TransactionLoadRequest) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Transactionally loads objects specified by transactionLoadRequest by calling
AmazonDynamoDB.transactGetItems(TransactGetItemsRequest)
API.
- transactionLoad(TransactionLoadRequest, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Transactionally loads objects specified by transactionLoadRequest by calling
AmazonDynamoDB.transactGetItems(TransactGetItemsRequest)
API.
- TransactionLoadRequest - Class in com.amazonaws.services.dynamodbv2.datamodeling
-
Represents objects to load using
AbstractDynamoDBMapper.transactionLoad(TransactionLoadRequest)
operation.
- 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
-
Transactionally writes objects specified by transactionWriteRequest by calling
AbstractDynamoDBMapper.transactionWrite(TransactionWriteRequest)
API.
- transactionWrite(TransactionWriteRequest) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Transactionally writes objects specified by transactionWriteRequest by calling
AmazonDynamoDB.transactWriteItems(TransactWriteItemsRequest)
API.
- transactionWrite(TransactionWriteRequest, DynamoDBMapperConfig) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper
-
Transactionally writes objects specified by transactionWriteRequest by calling
AmazonDynamoDB.transactWriteItems(TransactWriteItemsRequest)
API.
- TransactionWriteOperation(Object, TransactionWriteRequest.TransactionWriteOperationType, DynamoDBTransactionWriteExpression, ReturnValuesOnConditionCheckFailure) - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.TransactionWriteRequest.TransactionWriteOperation
-
- TransactionWriteRequest - Class in com.amazonaws.services.dynamodbv2.datamodeling
-
Represents objects to write using
AbstractDynamoDBMapper.transactionWrite(TransactionWriteRequest)
operation.
- 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 100 action requests.
- transactWriteItems(TransactWriteItemsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
TransactWriteItems
is a synchronous write operation that groups up to 100 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 100 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 100 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
-
U
- unconvert(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBConvertedBool.Converter
-
- unconvert(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDelimited.Converter
-
- unconvert(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
Turns an object of type S into an object of type T.
- unconvert(Map<String, AttributeValue>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel
-
Turns an object of type S into an object of type T.
- unconvert(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshalling.Converter
-
Deprecated.
- unconvert(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConvertedJson.Converter
-
- unconvert(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConvertedTimestamp.Converter
-
- unconvert(S) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter.DelegateConverter
-
- unconvert(S) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter.ExtendedConverter
-
- unconvert(S) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter.NullSafeConverter
-
- unconvert(S) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter
-
Turns an object of type S into an object of type T.
- unconvert(Method, Method, AttributeValue) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter
-
Reverses the
ItemConverter.convert(Method, Object)
method, turning a
DynamoDB AttributeValue back into a Java object suitable for passing
to the given setter.
- unconvert(Class<T>, Map<String, AttributeValue>) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter
-
Reverses the
ItemConverter.convert(Object)
method, turning a map of attribute
values back into a POJO of the given class.
- unconvert(String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link.Factory
-
- unconvertAndSet(T, AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
Unconverts the value and sets it on the object.
- unmarshall(Class<T>, String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AbstractEnumMarshaller
-
Deprecated.
Turns a String representation of an object of type T into an object.
- unmarshall(AttributeValue) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller
-
Unmarshalls the
AttributeValue
given into an instance of the
appropriate type, as determined by DynamoDBReflector
and
DynamoDBMapper
- unmarshall(Class<T>, String) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller
-
Deprecated.
Turns a String representation of an object of type T into an object.
- unmarshall(Class<T>, String) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.JsonMarshaller
-
Deprecated.
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigDecimalSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigDecimalUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigIntegerSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigIntegerUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteArraySetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteArrayUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CalendarSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CalendarUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CustomUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DateSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DateUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DoubleSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DoubleUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.FloatSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.FloatUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.IntegerSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.IntegerUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ListUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LongSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LongUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.MapUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NullableUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.S3LinkUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ShortSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ShortUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.StringSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.StringUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.UUIDSetUnmarshaller
-
- unmarshall(AttributeValue) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.UUIDUnmarshaller
-
- untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Removes the association of tags from an Amazon DynamoDB resource.
- untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Removes the association of tags from an Amazon DynamoDB resource.
- untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Removes the association of tags from an Amazon DynamoDB resource.
- untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Removes the association of tags from an Amazon DynamoDB resource.
- untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- UntagResourceRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- UntagResourceRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.UntagResourceRequest
-
- UntagResourceResult - Class in com.amazonaws.services.dynamodbv2.model
-
- UntagResourceResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.UntagResourceResult
-
- untransform(AttributeTransformer.Parameters<?>) - Method in interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer
-
Untransform the input set of attribute values read from DynamoDB before
creating a model object from them.
- untransform(AttributeTransformer.Parameters<?>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain
-
- Update - Class in com.amazonaws.services.dynamodbv2.model
-
Represents a request to perform an
UpdateItem
operation.
- Update() - Constructor for class com.amazonaws.services.dynamodbv2.model.Update
-
- UpdateAction - Class in com.amazonaws.services.dynamodbv2.xspec
-
Represents an update action for building update expression.
- updateContinuousBackups(UpdateContinuousBackupsRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- updateContinuousBackups(UpdateContinuousBackupsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
UpdateContinuousBackups
enables or disables point in time recovery for the specified table.
- updateContinuousBackups(UpdateContinuousBackupsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
UpdateContinuousBackups
enables or disables point in time recovery for the specified table.
- updateContinuousBackupsAsync(UpdateContinuousBackupsRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateContinuousBackupsAsync(UpdateContinuousBackupsRequest, AsyncHandler<UpdateContinuousBackupsRequest, UpdateContinuousBackupsResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateContinuousBackupsAsync(UpdateContinuousBackupsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
UpdateContinuousBackups
enables or disables point in time recovery for the specified table.
- updateContinuousBackupsAsync(UpdateContinuousBackupsRequest, AsyncHandler<UpdateContinuousBackupsRequest, UpdateContinuousBackupsResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
UpdateContinuousBackups
enables or disables point in time recovery for the specified table.
- updateContinuousBackupsAsync(UpdateContinuousBackupsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- updateContinuousBackupsAsync(UpdateContinuousBackupsRequest, AsyncHandler<UpdateContinuousBackupsRequest, UpdateContinuousBackupsResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- UpdateContinuousBackupsRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateContinuousBackupsRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsRequest
-
- UpdateContinuousBackupsResult - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateContinuousBackupsResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateContinuousBackupsResult
-
- updateContributorInsights(UpdateContributorInsightsRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- updateContributorInsights(UpdateContributorInsightsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Updates the status for contributor insights for a specific table or index.
- updateContributorInsights(UpdateContributorInsightsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Updates the status for contributor insights for a specific table or index.
- updateContributorInsightsAsync(UpdateContributorInsightsRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateContributorInsightsAsync(UpdateContributorInsightsRequest, AsyncHandler<UpdateContributorInsightsRequest, UpdateContributorInsightsResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateContributorInsightsAsync(UpdateContributorInsightsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Updates the status for contributor insights for a specific table or index.
- updateContributorInsightsAsync(UpdateContributorInsightsRequest, AsyncHandler<UpdateContributorInsightsRequest, UpdateContributorInsightsResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Updates the status for contributor insights for a specific table or index.
- updateContributorInsightsAsync(UpdateContributorInsightsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- updateContributorInsightsAsync(UpdateContributorInsightsRequest, AsyncHandler<UpdateContributorInsightsRequest, UpdateContributorInsightsResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- UpdateContributorInsightsRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateContributorInsightsRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsRequest
-
- UpdateContributorInsightsResult - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateContributorInsightsResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateContributorInsightsResult
-
- UpdateExpressionGenerator - Class in com.amazonaws.services.dynamodbv2.datamodeling
-
This class will contain logic for converting an update object that customer has passed-in into
low level update expression and corresponding expression attribute maps.
- UpdateExpressionGenerator() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.UpdateExpressionGenerator
-
- UpdateGlobalSecondaryIndexAction - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the new provisioned throughput settings to be applied to a global secondary index.
- UpdateGlobalSecondaryIndexAction() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
-
- updateGlobalTable(UpdateGlobalTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- updateGlobalTable(UpdateGlobalTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Adds or removes replicas in the specified global table.
- updateGlobalTable(UpdateGlobalTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Adds or removes replicas in the specified global table.
- updateGlobalTableAsync(UpdateGlobalTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateGlobalTableAsync(UpdateGlobalTableRequest, AsyncHandler<UpdateGlobalTableRequest, UpdateGlobalTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateGlobalTableAsync(UpdateGlobalTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Adds or removes replicas in the specified global table.
- updateGlobalTableAsync(UpdateGlobalTableRequest, AsyncHandler<UpdateGlobalTableRequest, UpdateGlobalTableResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Adds or removes replicas in the specified global table.
- updateGlobalTableAsync(UpdateGlobalTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- updateGlobalTableAsync(UpdateGlobalTableRequest, AsyncHandler<UpdateGlobalTableRequest, UpdateGlobalTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- UpdateGlobalTableRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateGlobalTableRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableRequest
-
- UpdateGlobalTableResult - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateGlobalTableResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableResult
-
- updateGlobalTableSettings(UpdateGlobalTableSettingsRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- updateGlobalTableSettings(UpdateGlobalTableSettingsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Updates settings for a global table.
- updateGlobalTableSettings(UpdateGlobalTableSettingsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Updates settings for a global table.
- updateGlobalTableSettingsAsync(UpdateGlobalTableSettingsRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateGlobalTableSettingsAsync(UpdateGlobalTableSettingsRequest, AsyncHandler<UpdateGlobalTableSettingsRequest, UpdateGlobalTableSettingsResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateGlobalTableSettingsAsync(UpdateGlobalTableSettingsRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Updates settings for a global table.
- updateGlobalTableSettingsAsync(UpdateGlobalTableSettingsRequest, AsyncHandler<UpdateGlobalTableSettingsRequest, UpdateGlobalTableSettingsResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Updates settings for a global table.
- updateGlobalTableSettingsAsync(UpdateGlobalTableSettingsRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- updateGlobalTableSettingsAsync(UpdateGlobalTableSettingsRequest, AsyncHandler<UpdateGlobalTableSettingsRequest, UpdateGlobalTableSettingsResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- UpdateGlobalTableSettingsRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateGlobalTableSettingsRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsRequest
-
- UpdateGlobalTableSettingsResult - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateGlobalTableSettingsResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateGlobalTableSettingsResult
-
- updateGSI(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.document.Index
-
Updates the provisioned throughput for this global secondary index (GSI).
- updateItem(UpdateItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- updateItem(UpdateItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
- updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Simplified method form for invoking the UpdateItem operation.
- updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Simplified method form for invoking the UpdateItem operation.
- updateItem(UpdateItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
- updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
- updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
- updateItem(PrimaryKey, AttributeUpdate...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
Updates an item with the attributes specified.
- updateItem(String, Object, AttributeUpdate...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
- updateItem(String, Object, String, Object, AttributeUpdate...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
- updateItem(PrimaryKey, Collection<Expected>, AttributeUpdate...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
Updates an item with the attributes specified.
- updateItem(String, Object, Collection<Expected>, AttributeUpdate...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
Updates an item with the specified hash-only key and attributes.
- updateItem(String, Object, String, Object, Collection<Expected>, AttributeUpdate...) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
Updates an item with the specified hash key, range key and attributes.
- updateItem(PrimaryKey, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
Performs an update on an item in the table using the given update
expression string.
- updateItem(String, Object, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
- updateItem(String, Object, String, Object, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
- updateItem(PrimaryKey, String, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
Updates an item with the specified primary key using the given
update expression provided the condition expression evaluates to true.
- updateItem(String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
Updates an item with the specified hash key using the given
update expression provided the condition expression evaluates to true.
- updateItem(String, Object, String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
Updates an item with the specified hash key and range key using the given
update expression provided the condition expression evaluates to true.
- updateItem(UpdateItemSpec) - Method in interface com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi
-
Performs an update on an item in the table by specifying all the details.
- updateItem(PrimaryKey, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(PrimaryKey, Collection<Expected>, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(PrimaryKey, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(PrimaryKey, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(UpdateItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(String, Object, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(String, Object, String, Object, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(String, Object, Collection<Expected>, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(String, Object, String, Object, Collection<Expected>, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(String, Object, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(String, Object, String, Object, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(String, Object, String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- updateItem(PrimaryKey, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(PrimaryKey, Collection<Expected>, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(PrimaryKey, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(PrimaryKey, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(UpdateItemSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(String, Object, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(String, Object, String, Object, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(String, Object, Collection<Expected>, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(String, Object, String, Object, Collection<Expected>, AttributeUpdate...) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(String, Object, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(String, Object, String, Object, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(String, Object, UpdateItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(String, Object, String, Object, String, String, Map<String, String>, Map<String, Object>) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- updateItem(String, Object, String, Object, UpdateItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
- UpdateItemApi - Interface in com.amazonaws.services.dynamodbv2.document.api
-
A Table-centric UpdateItem API.
- updateItemAsync(UpdateItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateItemAsync(UpdateItemRequest, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the UpdateItem operation.
- updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
- updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the UpdateItem operation.
- updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
- updateItemAsync(UpdateItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
- updateItemAsync(UpdateItemRequest, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
- updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the UpdateItem operation.
- updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
- updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the UpdateItem operation.
- updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
- updateItemAsync(UpdateItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- updateItemAsync(UpdateItemRequest, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the UpdateItem operation.
- updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
- updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the UpdateItem operation.
- updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
- UpdateItemExpressionSpec - Class in com.amazonaws.services.dynamodbv2.xspec
-
Expression specification for making UpdateItem request to Amazon DynamoDB.
- UpdateItemImpl - Class in com.amazonaws.services.dynamodbv2.document.internal
-
The implementation for
UpdateItemApi
.
- UpdateItemImpl(AmazonDynamoDB, Table) - Constructor for class com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl
-
- UpdateItemOutcome - Class in com.amazonaws.services.dynamodbv2.document
-
The outcome of updating an item in a DynamoDB table.
- UpdateItemOutcome(UpdateItemResult) - Constructor for class com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome
-
- UpdateItemRequest - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the input of an
UpdateItem
operation.
- UpdateItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Default constructor for UpdateItemRequest object.
- UpdateItemRequest(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Constructs a new UpdateItemRequest object.
- UpdateItemRequest(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Constructs a new UpdateItemRequest object.
- UpdateItemRequest(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, ReturnValue) - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
Constructs a new UpdateItemRequest object.
- UpdateItemResult - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the output of an
UpdateItem
operation.
- UpdateItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
- UpdateItemSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
-
Full parameter specification for the UpdateItem API.
- UpdateItemSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
- UpdateKinesisStreamingConfiguration - Class in com.amazonaws.services.dynamodbv2.model
-
Enables updating the configuration for Kinesis Streaming.
- UpdateKinesisStreamingConfiguration() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingConfiguration
-
- updateKinesisStreamingDestination(UpdateKinesisStreamingDestinationRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- updateKinesisStreamingDestination(UpdateKinesisStreamingDestinationRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
The command to update the Kinesis stream destination.
- updateKinesisStreamingDestination(UpdateKinesisStreamingDestinationRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
The command to update the Kinesis stream destination.
- updateKinesisStreamingDestinationAsync(UpdateKinesisStreamingDestinationRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateKinesisStreamingDestinationAsync(UpdateKinesisStreamingDestinationRequest, AsyncHandler<UpdateKinesisStreamingDestinationRequest, UpdateKinesisStreamingDestinationResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateKinesisStreamingDestinationAsync(UpdateKinesisStreamingDestinationRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
The command to update the Kinesis stream destination.
- updateKinesisStreamingDestinationAsync(UpdateKinesisStreamingDestinationRequest, AsyncHandler<UpdateKinesisStreamingDestinationRequest, UpdateKinesisStreamingDestinationResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
The command to update the Kinesis stream destination.
- updateKinesisStreamingDestinationAsync(UpdateKinesisStreamingDestinationRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- updateKinesisStreamingDestinationAsync(UpdateKinesisStreamingDestinationRequest, AsyncHandler<UpdateKinesisStreamingDestinationRequest, UpdateKinesisStreamingDestinationResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- UpdateKinesisStreamingDestinationRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateKinesisStreamingDestinationRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingDestinationRequest
-
- UpdateKinesisStreamingDestinationResult - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateKinesisStreamingDestinationResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingDestinationResult
-
- UpdateReplicationGroupMemberAction - Class in com.amazonaws.services.dynamodbv2.model
-
Represents a replica to be modified.
- UpdateReplicationGroupMemberAction() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
- updateTable(UpdateTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- updateTable(String, ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- updateTable(UpdateTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given
table.
- updateTable(String, ProvisionedThroughput) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Simplified method form for invoking the UpdateTable operation.
- updateTable(UpdateTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given
table.
- updateTable(String, ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
- updateTable(UpdateTableSpec) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
Updates the provisioned throughput for this table.
- updateTable(ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
Updates the provisioned throughput for this table.
- updateTableAsync(UpdateTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateTableAsync(UpdateTableRequest, AsyncHandler<UpdateTableRequest, UpdateTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateTableAsync(String, ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the UpdateTable operation.
- updateTableAsync(String, ProvisionedThroughput, AsyncHandler<UpdateTableRequest, UpdateTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
Simplified method form for invoking the UpdateTable operation with an AsyncHandler.
- updateTableAsync(UpdateTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given
table.
- updateTableAsync(UpdateTableRequest, AsyncHandler<UpdateTableRequest, UpdateTableResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given
table.
- updateTableAsync(String, ProvisionedThroughput) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the UpdateTable operation.
- updateTableAsync(String, ProvisionedThroughput, AsyncHandler<UpdateTableRequest, UpdateTableResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Simplified method form for invoking the UpdateTable operation with an AsyncHandler.
- updateTableAsync(UpdateTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- updateTableAsync(UpdateTableRequest, AsyncHandler<UpdateTableRequest, UpdateTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- updateTableAsync(String, ProvisionedThroughput) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the UpdateTable operation.
- updateTableAsync(String, ProvisionedThroughput, AsyncHandler<UpdateTableRequest, UpdateTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
Simplified method form for invoking the UpdateTable operation with an AsyncHandler.
- updateTableReplicaAutoScaling(UpdateTableReplicaAutoScalingRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- updateTableReplicaAutoScaling(UpdateTableReplicaAutoScalingRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
Updates auto scaling settings on your global tables at once.
- updateTableReplicaAutoScaling(UpdateTableReplicaAutoScalingRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
Updates auto scaling settings on your global tables at once.
- updateTableReplicaAutoScalingAsync(UpdateTableReplicaAutoScalingRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateTableReplicaAutoScalingAsync(UpdateTableReplicaAutoScalingRequest, AsyncHandler<UpdateTableReplicaAutoScalingRequest, UpdateTableReplicaAutoScalingResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateTableReplicaAutoScalingAsync(UpdateTableReplicaAutoScalingRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Updates auto scaling settings on your global tables at once.
- updateTableReplicaAutoScalingAsync(UpdateTableReplicaAutoScalingRequest, AsyncHandler<UpdateTableReplicaAutoScalingRequest, UpdateTableReplicaAutoScalingResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
Updates auto scaling settings on your global tables at once.
- updateTableReplicaAutoScalingAsync(UpdateTableReplicaAutoScalingRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- updateTableReplicaAutoScalingAsync(UpdateTableReplicaAutoScalingRequest, AsyncHandler<UpdateTableReplicaAutoScalingRequest, UpdateTableReplicaAutoScalingResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- UpdateTableReplicaAutoScalingRequest - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateTableReplicaAutoScalingRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingRequest
-
- UpdateTableReplicaAutoScalingResult - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateTableReplicaAutoScalingResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateTableReplicaAutoScalingResult
-
- UpdateTableRequest - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the input of an
UpdateTable
operation.
- UpdateTableRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Default constructor for UpdateTableRequest object.
- UpdateTableRequest(String, ProvisionedThroughput) - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Constructs a new UpdateTableRequest object.
- UpdateTableResult - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the output of an
UpdateTable
operation.
- UpdateTableResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateTableResult
-
- UpdateTableSpec - Class in com.amazonaws.services.dynamodbv2.document.spec
-
Full parameter specification for the UpdateTable API.
- UpdateTableSpec() - Constructor for class com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
-
- updateTimeToLive(UpdateTimeToLiveRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB
-
- updateTimeToLive(UpdateTimeToLiveRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
The
UpdateTimeToLive
method enables or disables Time to Live (TTL) for the specified table.
- updateTimeToLive(UpdateTimeToLiveRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
-
The
UpdateTimeToLive
method enables or disables Time to Live (TTL) for the specified table.
- updateTimeToLiveAsync(UpdateTimeToLiveRequest) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateTimeToLiveAsync(UpdateTimeToLiveRequest, AsyncHandler<UpdateTimeToLiveRequest, UpdateTimeToLiveResult>) - Method in class com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync
-
- updateTimeToLiveAsync(UpdateTimeToLiveRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
The
UpdateTimeToLive
method enables or disables Time to Live (TTL) for the specified table.
- updateTimeToLiveAsync(UpdateTimeToLiveRequest, AsyncHandler<UpdateTimeToLiveRequest, UpdateTimeToLiveResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
-
The
UpdateTimeToLive
method enables or disables Time to Live (TTL) for the specified table.
- updateTimeToLiveAsync(UpdateTimeToLiveRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- updateTimeToLiveAsync(UpdateTimeToLiveRequest, AsyncHandler<UpdateTimeToLiveRequest, UpdateTimeToLiveResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
-
- UpdateTimeToLiveRequest - Class in com.amazonaws.services.dynamodbv2.model
-
Represents the input of an
UpdateTimeToLive
operation.
- UpdateTimeToLiveRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveRequest
-
- UpdateTimeToLiveResult - Class in com.amazonaws.services.dynamodbv2.model
-
- UpdateTimeToLiveResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.UpdateTimeToLiveResult
-
- uploadFrom(File) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
Convenience method to synchronously upload from the given file to the
Amazon S3 object represented by this S3Link.
- uploadFrom(File, RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
Same as
S3Link.uploadFrom(File)
but allows specifying a
request metric collector.
- uploadFrom(byte[]) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
Convenience method to synchronously upload from the given buffer to the
Amazon S3 object represented by this S3Link.
- uploadFrom(byte[], RequestMetricCollector) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3Link
-
Same as
S3Link.uploadFrom(byte[])
but allows specifying a
request metric collector.
- useClient(AmazonS3) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache
-
Force the client cache to provide a certain client for the region which
that client is configured.
- userProvidedConditionOperator - Variable in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
-
Condition operator on the additional expected value conditions
specified by the user.
- userProvidedExpectedValueConditions - Variable in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.SaveObjectHandler
-
Additional expected value conditions specified by the user.
- UUIDSetToStringSetMarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
-
A marshaller that marshals sets of Java
Object
objects into
DynamoDB StringSets.
- UUIDSetUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
-
An unmarshaller that unmarshals sets of UUIDs as sets of
Java
UUID
objects.
- UUIDUnmarshaller - Class in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
-
An unmarshaller that unmarshals UUIDs as Java
UUID
objects.
V
- V1 - Static variable in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas
-
The V1 schema mapping, which retains strict backwards compatibility with
the original DynamoDB data model.
- v1Builder(String) - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas
-
A ConversionSchema builder that defaults to building
ConversionSchemas.V1
.
- V2 - Static variable in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas
-
The native V2 conversion schema.
- V2_COMPATIBLE - Static variable in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas
-
A V2 conversion schema which retains backwards compatibility with the
V1 conversion schema for existing DynamoDB types, but adds the ability
to marshall recursive structures using the new List and Map types.
- v2Builder(String) - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas
-
A ConversionSchema builder that defaults to building
ConversionSchemas.V2
.
- v2CompatibleBuilder(String) - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas
-
A ConversionSchema builder that defaults to building
ConversionSchemas.V2_COMPATIBLE
.
- valToString(Object) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Returns the string representation of the given value; or null if the
value is null.
- valToString(Object) - Static method in class com.amazonaws.services.dynamodbv2.document.ItemUtils
-
Returns the string representation of the given value; or null if the
value is null.
- ValueList - Class in com.amazonaws.services.dynamodbv2.document.utils
-
Utility value list.
- ValueList(int) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.ValueList
-
- ValueList(Object...) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.ValueList
-
- ValueList() - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.ValueList
-
- ValueList(Collection<?>) - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.ValueList
-
- ValueMap - Class in com.amazonaws.services.dynamodbv2.document.utils
-
Utility class for value maps.
- ValueMap() - Constructor for class com.amazonaws.services.dynamodbv2.document.utils.ValueMap
-
- valueOf(String) - Static method in enum com.amazonaws.auth.policy.actions.DynamoDBv2Actions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBConvertedBool.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.ConsistentReads
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.PaginationLoadingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.SaveBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel.DynamoDBAttributeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.TransactionWriteRequest.TransactionWriteOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.document.KeyConditions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.metrics.DynamoDBRequestMetric
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ApproximateCreationDateTimePrecision
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.AttributeAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.BackupStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.BackupType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.BackupTypeFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.BatchStatementErrorCodeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.BillingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ComparisonOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ConditionalOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ContinuousBackupsStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ContributorInsightsAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ContributorInsightsStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.DestinationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ExportFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ExportStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ExportType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ExportViewType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.GlobalTableStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ImportStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.IndexStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.InputCompressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.InputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.KeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ProjectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ReplicaStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnValuesOnConditionCheckFailure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.S3SseAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ScalarAttributeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.Select
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.ShardIteratorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.SSEStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.SSEType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.StreamStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.StreamViewType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.TableClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.TableStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.dynamodbv2.model.TimeToLiveStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.amazonaws.auth.policy.actions.DynamoDBv2Actions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBConvertedBool.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.ConsistentReads
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.PaginationLoadingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.SaveBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel.DynamoDBAttributeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.datamodeling.TransactionWriteRequest.TransactionWriteOperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.document.internal.InternalUtils
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.document.KeyConditions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.metrics.DynamoDBRequestMetric
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ApproximateCreationDateTimePrecision
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.AttributeAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.BackupStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.BackupType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.BackupTypeFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.BatchStatementErrorCodeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.BillingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ComparisonOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ConditionalOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ContinuousBackupsStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ContributorInsightsAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ContributorInsightsStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.DestinationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ExportFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ExportStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ExportType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ExportViewType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.GlobalTableStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ImportStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.IndexStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.InputCompressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.InputFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.KeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.OperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.PointInTimeRecoveryStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ProjectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ReplicaStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ReturnValuesOnConditionCheckFailure
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.S3SseAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ScalarAttributeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.Select
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.ShardIteratorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.SSEStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.SSEType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.StreamStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.StreamViewType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.TableClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.TableStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.dynamodbv2.model.TimeToLiveStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VersionAttributeConditionExpressionGenerator - Class in com.amazonaws.services.dynamodbv2.datamodeling
-
This class contains logic to generate condition expressions for version attribute
TODO: Change the logic in this class to use Builder pattern instead.
- VersionAttributeConditionExpressionGenerator() - Constructor for class com.amazonaws.services.dynamodbv2.datamodeling.VersionAttributeConditionExpressionGenerator
-
- versioned() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
Indicates if this attribute is a version attribute.
- versioned() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel
-
Indicates if this table has any versioned attributes.
- versions() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel
-
Gets all the version fields for the given class.
W
- 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
-
Deprecated.
If this method is called immediately after
AmazonDynamoDB.createTable(CreateTableRequest)
or
AmazonDynamoDB.deleteTable(DeleteTableRequest)
operation,
the result might be incorrect as all AmazonDynamoDB
operations are eventually consistent and might have a few seconds delay before the status is changed.
- waitForAllActiveOrDelete() - Method in class com.amazonaws.services.dynamodbv2.document.Table
-
Deprecated.
If this method is called immediately after
AmazonDynamoDB.createTable(CreateTableRequest)
or
AmazonDynamoDB.deleteTable(DeleteTableRequest)
operation,
the result might be incorrect as all AmazonDynamoDB
operations are eventually consistent and might have a few seconds delay before the status is changed.
- 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 and rounded down to the closest second.
- withApproximateCreationDateTimePrecision(String) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingConfiguration
-
Toggle for the precision of Kinesis data stream timestamp.
- withApproximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingConfiguration
-
Toggle for the precision of Kinesis data stream timestamp.
- withApproximateCreationDateTimePrecision(String) - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
The precision of the Kinesis data stream timestamp.
- withApproximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision) - Method in class com.amazonaws.services.dynamodbv2.model.KinesisDataStreamDestination
-
The precision of the Kinesis data stream timestamp.
- withApproximateCreationDateTimePrecision(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingConfiguration
-
Enables updating the precision of Kinesis data stream timestamp.
- withApproximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingConfiguration
-
Enables updating the precision of Kinesis data stream timestamp.
- 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
-
Deprecated.
- withAttrbuteNames(List<String>) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
Deprecated.
- 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.
- withConfirmRemoveSelfResourceAccess(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.PutResourcePolicyRequest
-
Set this parameter to
true
to confirm that you want to remove your permissions to change the policy
of this resource in the future.
- 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
-
The date and time when the table was created, in UNIX epoch time
format.
- 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.
- withDeletionProtectionEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table.
- withDeletionProtectionEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
Indicates whether deletion protection is enabled (true) or disabled (false) on the table.
- withDeletionProtectionEnabled(Boolean) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table.
- 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.
- withDestinationStatus(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingDestinationResult
-
The status of the attempt to update the Kinesis streaming destination output.
- withDestinationStatus(DestinationStatus) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingDestinationResult
-
The status of the attempt to update the Kinesis streaming destination output.
- 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.
- withEnableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationRequest
-
The source for the Kinesis streaming information that is being enabled.
- withEnableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration) - Method in class com.amazonaws.services.dynamodbv2.model.DisableKinesisStreamingDestinationResult
-
The destination for the Kinesis streaming information that is being enabled.
- withEnableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationRequest
-
The source for the Kinesis streaming information that is being enabled.
- withEnableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration) - Method in class com.amazonaws.services.dynamodbv2.model.EnableKinesisStreamingDestinationResult
-
The destination for the Kinesis streaming information that is being enabled.
- 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 Amazon Web Services 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.
- withExpectedRevisionId(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteResourcePolicyRequest
-
A string value that you can use to conditionally delete your policy.
- withExpectedRevisionId(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutResourcePolicyRequest
-
A string value that you can use to conditionally update your policy.
- 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.
- withExportFromTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.IncrementalExportSpecification
-
Time in the past which provides the inclusive start range for the export table's data, counted in seconds from
the start of the Unix epoch.
- 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.
- withExportToTime(Date) - Method in class com.amazonaws.services.dynamodbv2.model.IncrementalExportSpecification
-
Time in the past which provides the exclusive end range for the export table's data, counted in seconds from the
start of the Unix epoch.
- withExportType(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The type of export that was performed.
- withExportType(ExportType) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
The type of export that was performed.
- withExportType(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportSummary
-
The type of export that was performed.
- withExportType(ExportType) - Method in class com.amazonaws.services.dynamodbv2.model.ExportSummary
-
The type of export that was performed.
- withExportType(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Choice of whether to execute as a full export or incremental export.
- withExportType(ExportType) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Choice of whether to execute as a full export or incremental export.
- withExportViewType(String) - Method in class com.amazonaws.services.dynamodbv2.model.IncrementalExportSpecification
-
The view type that was chosen for the export.
- withExportViewType(ExportViewType) - Method in class com.amazonaws.services.dynamodbv2.model.IncrementalExportSpecification
-
The view type that was chosen for the export.
- 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
-
Convenient method to specify expressions (and the associated name map and
value map) via
DeleteItemExpressionSpec
.
- withExpressionSpec(GetItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
Convenient method to specify expressions (and the associated name map and
value map) via
GetItemExpressionSpec
.
- withExpressionSpec(PutItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec
-
Convenient method to specify expressions (and the associated name map and
value map) via
PutItemExpressionSpec
.
- withExpressionSpec(QueryExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
Convenient method to specify expressions (and the associated name map and
value map) via
QueryExpressionSpec
.
- withExpressionSpec(ScanExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
Convenient method to specify expressions (and the associated name map and
value map) via
ScanExpressionSpec
.
- withExpressionSpec(UpdateItemExpressionSpec) - Method in class com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
-
Convenient method to specify expressions (and the associated name map and
value map) via
UpdateItemExpressionSpec
.
- 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
-
When a filter expression is specified, the corresponding name-map and
value-map can optionally be specified via
QuerySpec.withNameMap(Map)
and
QuerySpec.withValueMap(Map)
.
- withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
A string that contains conditions that DynamoDB applies after the
Query
operation, but before the
data is returned to you.
- withFilterExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.ScanRequest
-
A string that contains conditions that DynamoDB applies after the
Scan
operation, but before the
data is returned to you.
- withFloat(String, float) - Method in class com.amazonaws.services.dynamodbv2.document.Item
-
Sets the value of the specified attribute in the current item to the
given value.
- 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.
- withIncrementalExportSpecification(IncrementalExportSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.ExportDescription
-
Optional object containing the parameters specific to an incremental export.
- withIncrementalExportSpecification(IncrementalExportSpecification) - Method in class com.amazonaws.services.dynamodbv2.model.ExportTableToPointInTimeRequest
-
Optional object containing the parameters specific to an incremental export.
- 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.BatchStatementError
-
The item which caused the condition check to fail.
- 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 exception com.amazonaws.services.dynamodbv2.model.ConditionalCheckFailedException
-
Item which caused the
ConditionalCheckFailedException
.
- 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
-
When a key condition expression is specified, the corresponding name-map
and value-map can optionally be specified via
QuerySpec.withNameMap(Map)
and QuerySpec.withValueMap(Map)
.
- withKeyConditionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.QueryRequest
-
The condition that specifies the key 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
-
- withMaxReadRequestUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.OnDemandThroughput
-
Maximum number of read request units for the specified table.
- withMaxReadRequestUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.OnDemandThroughputOverride
-
Maximum number of read request units for the specified replica table.
- 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
-
- withMaxWriteRequestUnits(Long) - Method in class com.amazonaws.services.dynamodbv2.model.OnDemandThroughput
-
Maximum number of write request units for the specified table.
- 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.
- withOnDemandThroughput(OnDemandThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
The maximum number of read and write units for the global secondary index being created.
- withOnDemandThroughput(OnDemandThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
Sets the maximum number of read and write units for the specified table in on-demand capacity mode.
- withOnDemandThroughput(OnDemandThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
The maximum number of read and write units for the specified global secondary index.
- withOnDemandThroughput(OnDemandThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
-
The maximum number of read and write units for the specified global secondary index.
- withOnDemandThroughput(OnDemandThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexInfo
-
- withOnDemandThroughput(OnDemandThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.SourceTableDetails
-
- withOnDemandThroughput(OnDemandThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.TableCreationParameters
-
- withOnDemandThroughput(OnDemandThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.TableDescription
-
The maximum number of read and write units for the specified on-demand table.
- withOnDemandThroughput(OnDemandThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
-
Updates the maximum number of read and write units for the specified global secondary index.
- withOnDemandThroughput(OnDemandThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
-
Updates the maximum number of read and write units for the specified table in on-demand capacity mode.
- withOnDemandThroughputOverride(OnDemandThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.CreateReplicationGroupMemberAction
-
The maximum on-demand throughput settings for the specified replica table being created.
- withOnDemandThroughputOverride(OnDemandThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaDescription
-
Overrides the maximum on-demand throughput settings for the specified replica table.
- withOnDemandThroughputOverride(OnDemandThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndex
-
Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified
replica table.
- withOnDemandThroughputOverride(OnDemandThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.ReplicaGlobalSecondaryIndexDescription
-
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica
table.
- withOnDemandThroughputOverride(OnDemandThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableFromBackupRequest
-
- withOnDemandThroughputOverride(OnDemandThroughput) - Method in class com.amazonaws.services.dynamodbv2.model.RestoreTableToPointInTimeRequest
-
- withOnDemandThroughputOverride(OnDemandThroughputOverride) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateReplicationGroupMemberAction
-
Overrides the maximum on-demand throughput for the replica table.
- 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:
- withPolicy(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetResourcePolicyResult
-
The resource-based policy document attached to the resource, which can be a table or stream, in JSON format.
- withPolicy(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutResourcePolicyRequest
-
An Amazon Web Services resource-based policy document in JSON format.
- 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
-
When a projection expression is specified, the corresponding name-map can
optionally be specified via {
GetItemSpec.withNameMap(Map)
.
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
-
When a projection expression is specified, the corresponding name-map and
value-map can optionally be specified via
QuerySpec.withNameMap(Map)
and
QuerySpec.withValueMap(Map)
.
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
-
- withProjectionExpression(String) - Method in class com.amazonaws.services.dynamodbv2.model.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 or table ARNs 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 or table ARNs 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.DeleteResourcePolicyRequest
-
The Amazon Resource Name (ARN) of the DynamoDB resource from which the policy will be removed.
- withResourceArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetResourcePolicyRequest
-
The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy is attached.
- 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.PutResourcePolicyRequest
-
The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy will be attached.
- 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.
- withResourcePolicy(String) - Method in class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
-
An Amazon Web Services resource-based policy document in JSON format that will be attached to the table.
- 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 or table ARN 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 100
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 100
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
successfully 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
successfully updated.
- withReturnValuesOnConditionCheckFailure(String) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a
condition check.
- withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure) - Method in class com.amazonaws.services.dynamodbv2.model.BatchStatementRequest
-
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a
condition check.
- 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.DeleteItemRequest
-
An optional parameter that returns the item attributes for a
DeleteItem
operation that failed a
condition check.
- withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
-
An optional parameter that returns the item attributes for a
DeleteItem
operation that failed a
condition check.
- withReturnValuesOnConditionCheckFailure(String) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
An optional parameter that returns the item attributes for an
ExecuteStatement
operation that failed
a condition check.
- withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure) - Method in class com.amazonaws.services.dynamodbv2.model.ExecuteStatementRequest
-
An optional parameter that returns the item attributes for an
ExecuteStatement
operation that failed
a condition check.
- withReturnValuesOnConditionCheckFailure(String) - Method in class com.amazonaws.services.dynamodbv2.model.ParameterizedStatement
-
An optional parameter that returns the item attributes for a PartiQL
ParameterizedStatement
operation that failed a condition check.
- withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure) - Method in class com.amazonaws.services.dynamodbv2.model.ParameterizedStatement
-
An optional parameter that returns the item attributes for a PartiQL
ParameterizedStatement
operation that failed a condition check.
- 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.PutItemRequest
-
An optional parameter that returns the item attributes for a
PutItem
operation that failed a
condition check.
- withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure) - Method in class com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
An optional parameter that returns the item attributes for a
PutItem
operation that failed a
condition check.
- 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.
- withReturnValuesOnConditionCheckFailure(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
An optional parameter that returns the item attributes for an
UpdateItem
operation that failed a
condition check.
- withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateItemRequest
-
An optional parameter that returns the item attributes for an
UpdateItem
operation that failed a
condition check.
- withRevisionId(String) - Method in class com.amazonaws.services.dynamodbv2.model.DeleteResourcePolicyResult
-
A unique string that represents the revision ID of the policy.
- withRevisionId(String) - Method in class com.amazonaws.services.dynamodbv2.model.GetResourcePolicyResult
-
A unique string that represents the revision ID of the policy.
- withRevisionId(String) - Method in class com.amazonaws.services.dynamodbv2.model.PutResourcePolicyResult
-
A unique string that represents the revision ID of the policy.
- 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 statement 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.
- withStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingDestinationRequest
-
The Amazon Resource Name (ARN) for the Kinesis stream input.
- withStreamArn(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingDestinationResult
-
The ARN for the Kinesis stream input.
- 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
-
Lists the backups from the table specified in
TableName
.
- 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.UpdateKinesisStreamingDestinationRequest
-
The table name for the Kinesis streaming destination input.
- withTableName(String) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingDestinationResult
-
The table name for the Kinesis streaming destination output.
- 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
-
Returns a new
DynamoDBMapperConfig.TableNameOverride
object that will prepend the
given string to every table name.
- withTableNameReplacement(String) - Static method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.TableNameOverride
-
Returns a new
DynamoDBMapperConfig.TableNameOverride
object that will replace
every table name in requests with the given string.
- withTableNameResolver(DynamoDBMapperConfig.TableNameResolver) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.Builder
-
- withTableNames(String...) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The names of the tables associated with the current account at the current endpoint.
- withTableNames(Collection<String>) - Method in class com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
The names of the tables associated with the current account at the current endpoint.
- withTableSizeBytes(Long) - Method in class com.amazonaws.services.dynamodbv2.model.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 100
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 100
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 100
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 100
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.
- withUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingDestinationRequest
-
The command to update the Kinesis stream configuration.
- withUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration) - Method in class com.amazonaws.services.dynamodbv2.model.UpdateKinesisStreamingDestinationResult
-
The command to update the Kinesis streaming destination configuration.
- 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.
_
- _(Condition) - Static method in class com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
-
A short hand for calling
ExpressionSpecBuilder.parenthesize(Condition)
to explicitly
parenthesize a given condition for building condition expressions.
- _withValues(Object...) - Method in class com.amazonaws.services.dynamodbv2.document.internal.Filter
-
A B C D E F G H I J K L M N O P Q R S T U V W _
Copyright © 2024. All rights reserved.