| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGlobalTableResult |
AmazonDynamoDBClient.updateGlobalTable(UpdateGlobalTableRequest updateGlobalTableRequest)
Adds or removes replicas in the specified global table.
|
UpdateGlobalTableResult |
AmazonDynamoDB.updateGlobalTable(UpdateGlobalTableRequest updateGlobalTableRequest)
Adds or removes replicas in the specified global table.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGlobalTableResult> |
AmazonDynamoDBAsyncClient.updateGlobalTableAsync(UpdateGlobalTableRequest updateGlobalTableRequest)
Adds or removes replicas in the specified global table.
|
Future<UpdateGlobalTableResult> |
AmazonDynamoDBAsync.updateGlobalTableAsync(UpdateGlobalTableRequest updateGlobalTableRequest)
Adds or removes replicas in the specified global table.
|
Future<UpdateGlobalTableResult> |
AmazonDynamoDBAsyncClient.updateGlobalTableAsync(UpdateGlobalTableRequest updateGlobalTableRequest,
AsyncHandler<UpdateGlobalTableRequest,UpdateGlobalTableResult> asyncHandler)
Adds or removes replicas in the specified global table.
|
Future<UpdateGlobalTableResult> |
AmazonDynamoDBAsync.updateGlobalTableAsync(UpdateGlobalTableRequest updateGlobalTableRequest,
AsyncHandler<UpdateGlobalTableRequest,UpdateGlobalTableResult> asyncHandler)
Adds or removes replicas in the specified global table.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGlobalTableResult> |
AmazonDynamoDBAsyncClient.updateGlobalTableAsync(UpdateGlobalTableRequest updateGlobalTableRequest,
AsyncHandler<UpdateGlobalTableRequest,UpdateGlobalTableResult> asyncHandler)
Adds or removes replicas in the specified global table.
|
Future<UpdateGlobalTableResult> |
AmazonDynamoDBAsync.updateGlobalTableAsync(UpdateGlobalTableRequest updateGlobalTableRequest,
AsyncHandler<UpdateGlobalTableRequest,UpdateGlobalTableResult> asyncHandler)
Adds or removes replicas in the specified global table.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGlobalTableResult |
UpdateGlobalTableResult.withGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
|
Copyright © 2018. All rights reserved.