- All Implemented Interfaces:
Region
@Immutable
@Loggable(1)
public final class ReRegion
extends Object
implements Region
Region that retries on failure.
- Since:
- 0.9
-
-
Constructor Summary
Constructors
-
Method Summary
software.amazon.awssdk.services.dynamodb.DynamoDbClient
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ReRegion
public ReRegion(Region region)
Public ctor.
- Parameters:
region - Origin region
-
Method Details
-
aws
@RetryOnFailure(verbose=false,
delay=5L,
unit=SECONDS)
public software.amazon.awssdk.services.dynamodb.DynamoDbClient aws()
Description copied from interface: Region
Get DynamoDB client.
- Specified by:
aws in interface Region
- Returns:
- The client
-
table
Description copied from interface: Region
Get one table.
- Specified by:
table in interface Region
- Parameters:
name - Table name
- Returns:
- Table