| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeGlobalTableSettingsResponse |
DynamoDbClient.describeGlobalTableSettings(Consumer<DescribeGlobalTableSettingsRequest.Builder> describeGlobalTableSettingsRequest)
Describes region specific settings for a global table.
|
default DescribeGlobalTableSettingsResponse |
DynamoDbClient.describeGlobalTableSettings(DescribeGlobalTableSettingsRequest describeGlobalTableSettingsRequest)
Describes region specific settings for a global table.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeGlobalTableSettingsResponse> |
DynamoDbAsyncClient.describeGlobalTableSettings(Consumer<DescribeGlobalTableSettingsRequest.Builder> describeGlobalTableSettingsRequest)
Describes region specific settings for a global table.
|
default CompletableFuture<DescribeGlobalTableSettingsResponse> |
DynamoDbAsyncClient.describeGlobalTableSettings(DescribeGlobalTableSettingsRequest describeGlobalTableSettingsRequest)
Describes region specific settings for a global table.
|
Copyright © 2019. All rights reserved.