Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb |
|
Modifier and Type | Method and Description |
---|---|
default UpdateGlobalTableResponse |
DynamoDbClient.updateGlobalTable(Consumer<UpdateGlobalTableRequest.Builder> updateGlobalTableRequest)
Adds or removes replicas in the specified global table.
|
default UpdateGlobalTableResponse |
DynamoDbClient.updateGlobalTable(UpdateGlobalTableRequest updateGlobalTableRequest)
Adds or removes replicas in the specified global table.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<UpdateGlobalTableResponse> |
DynamoDbAsyncClient.updateGlobalTable(Consumer<UpdateGlobalTableRequest.Builder> updateGlobalTableRequest)
Adds or removes replicas in the specified global table.
|
default CompletableFuture<UpdateGlobalTableResponse> |
DynamoDbAsyncClient.updateGlobalTable(UpdateGlobalTableRequest updateGlobalTableRequest)
Adds or removes replicas in the specified global table.
|
Copyright © 2020. All rights reserved.