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 © 2023. All rights reserved.