Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeGlobalTableResponse
Packages that use DescribeGlobalTableResponse
-
Uses of DescribeGlobalTableResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DescribeGlobalTableResponseModifier and TypeMethodDescriptiondefault DescribeGlobalTableResponseDynamoDbClient.describeGlobalTable(Consumer<DescribeGlobalTableRequest.Builder> describeGlobalTableRequest) Returns information about the specified global table.default DescribeGlobalTableResponseDynamoDbClient.describeGlobalTable(DescribeGlobalTableRequest describeGlobalTableRequest) Returns information about the specified global table.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type DescribeGlobalTableResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.describeGlobalTable(Consumer<DescribeGlobalTableRequest.Builder> describeGlobalTableRequest) Returns information about the specified global table.DynamoDbAsyncClient.describeGlobalTable(DescribeGlobalTableRequest describeGlobalTableRequest) Returns information about the specified global table.