Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
DescribeGlobalTableSettingsResult |
AbstractAmazonDynamoDB.describeGlobalTableSettings(DescribeGlobalTableSettingsRequest request) |
DescribeGlobalTableSettingsResult |
AmazonDynamoDBClient.describeGlobalTableSettings(DescribeGlobalTableSettingsRequest request)
Describes Region-specific settings for a global table.
|
DescribeGlobalTableSettingsResult |
AmazonDynamoDB.describeGlobalTableSettings(DescribeGlobalTableSettingsRequest describeGlobalTableSettingsRequest)
Describes Region-specific settings for a global table.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeGlobalTableSettingsResult> |
AbstractAmazonDynamoDBAsync.describeGlobalTableSettingsAsync(DescribeGlobalTableSettingsRequest request,
AsyncHandler<DescribeGlobalTableSettingsRequest,DescribeGlobalTableSettingsResult> asyncHandler) |
Future<DescribeGlobalTableSettingsResult> |
AmazonDynamoDBAsyncClient.describeGlobalTableSettingsAsync(DescribeGlobalTableSettingsRequest request,
AsyncHandler<DescribeGlobalTableSettingsRequest,DescribeGlobalTableSettingsResult> asyncHandler) |
Future<DescribeGlobalTableSettingsResult> |
AmazonDynamoDBAsync.describeGlobalTableSettingsAsync(DescribeGlobalTableSettingsRequest describeGlobalTableSettingsRequest,
AsyncHandler<DescribeGlobalTableSettingsRequest,DescribeGlobalTableSettingsResult> asyncHandler)
Describes Region-specific settings for a global table.
|
Modifier and Type | Method and Description |
---|---|
DescribeGlobalTableSettingsResult |
DescribeGlobalTableSettingsResult.clone() |
DescribeGlobalTableSettingsResult |
DescribeGlobalTableSettingsResult.withGlobalTableName(String globalTableName)
The name of the global table.
|
DescribeGlobalTableSettingsResult |
DescribeGlobalTableSettingsResult.withReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The Region-specific settings for the global table.
|
DescribeGlobalTableSettingsResult |
DescribeGlobalTableSettingsResult.withReplicaSettings(ReplicaSettingsDescription... replicaSettings)
The Region-specific settings for the global table.
|
Copyright © 2023. All rights reserved.