- getAdditionalAttributes() - Method in class com.amazonaws.services.dynamodbv2.LockItem
-
Returns the additional attributes that can optionally be stored alongside the lock.
- getAllLocksFromDynamoDB(boolean) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBLockClient
-
Retrieves all the lock items from DynamoDB.
- getData() - Method in class com.amazonaws.services.dynamodbv2.LockItem
-
- getDeleteLockItemOnClose() - Method in class com.amazonaws.services.dynamodbv2.LockItem
-
Returns a boolean indicating whether the lock should be deleted from DynamoDB after release.
- getLeaseDuration() - Method in class com.amazonaws.services.dynamodbv2.LockItem
-
Returns the amount of time that the client has this lock for, which can be kept up to date by calling
sendHeartbeat.
- getLock(String, Optional<String>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBLockClient
-
Finds out who owns the given lock, but does not acquire the lock.
- getLockFromDynamoDB(GetLockOptions) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBLockClient
-
Retrieves the lock item from DynamoDB.
- GetLockOptions - Class in com.amazonaws.services.dynamodbv2
-
Provides options for getting a lock when calling the getLock() method.
- GetLockOptions.GetLockOptionsBuilder - Class in com.amazonaws.services.dynamodbv2
-
- getLookupTime() - Method in class com.amazonaws.services.dynamodbv2.LockItem
-
Returns the last time this lock was updated.
- getOwnerName() - Method in class com.amazonaws.services.dynamodbv2.LockItem
-
Returns the name of the owner that owns this lock.
- getPartitionKey() - Method in class com.amazonaws.services.dynamodbv2.LockItem
-
Returns the key associated with this lock, which is unique for every lock (unless the lock has a sort key, in which case
key + sortKey is unique.)
- getRecordVersionNumber() - Method in class com.amazonaws.services.dynamodbv2.LockItem
-
Returns the current record version number of the lock in DynamoDB.
- getSortKey() - Method in class com.amazonaws.services.dynamodbv2.LockItem
-
Returns the sort key associated with the lock, if there is one.