| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeGlobalTableResponse |
DynamoDbClient.describeGlobalTable(Consumer<DescribeGlobalTableRequest.Builder> describeGlobalTableRequest)
Returns information about the specified global table.
|
default DescribeGlobalTableResponse |
DynamoDbClient.describeGlobalTable(DescribeGlobalTableRequest describeGlobalTableRequest)
Returns information about the specified global table.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeGlobalTableResponse> |
DynamoDbAsyncClient.describeGlobalTable(Consumer<DescribeGlobalTableRequest.Builder> describeGlobalTableRequest)
Returns information about the specified global table.
|
default CompletableFuture<DescribeGlobalTableResponse> |
DynamoDbAsyncClient.describeGlobalTable(DescribeGlobalTableRequest describeGlobalTableRequest)
Returns information about the specified global table.
|
Copyright © 2019. All rights reserved.