Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeGlobalTableSettingsResponse
-
Packages that use DescribeGlobalTableSettingsResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of DescribeGlobalTableSettingsResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DescribeGlobalTableSettingsResponse Modifier and Type Method Description default DescribeGlobalTableSettingsResponseDynamoDbClient. describeGlobalTableSettings(Consumer<DescribeGlobalTableSettingsRequest.Builder> describeGlobalTableSettingsRequest)Describes Region-specific settings for a global table.default DescribeGlobalTableSettingsResponseDynamoDbClient. describeGlobalTableSettings(DescribeGlobalTableSettingsRequest describeGlobalTableSettingsRequest)Describes Region-specific settings for a global table.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type DescribeGlobalTableSettingsResponse Modifier and Type Method 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.
-