Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeGlobalTableSettingsResponse
Packages that use DescribeGlobalTableSettingsResponse
-
Uses of DescribeGlobalTableSettingsResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DescribeGlobalTableSettingsResponseModifier and TypeMethodDescriptionDynamoDbClient.describeGlobalTableSettings(Consumer<DescribeGlobalTableSettingsRequest.Builder> describeGlobalTableSettingsRequest) Describes Region-specific settings for a global table.DynamoDbClient.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 DescribeGlobalTableSettingsResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.describeGlobalTableSettings(Consumer<DescribeGlobalTableSettingsRequest.Builder> describeGlobalTableSettingsRequest) Describes Region-specific settings for a global table.DynamoDbAsyncClient.describeGlobalTableSettings(DescribeGlobalTableSettingsRequest describeGlobalTableSettingsRequest) Describes Region-specific settings for a global table.