Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalTableNotFoundException
Packages that use GlobalTableNotFoundException
-
Uses of GlobalTableNotFoundException in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that throw GlobalTableNotFoundExceptionModifier 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.DynamoDbClient.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.default UpdateGlobalTableResponseDynamoDbClient.updateGlobalTable(Consumer<UpdateGlobalTableRequest.Builder> updateGlobalTableRequest) Adds or removes replicas in the specified global table.default UpdateGlobalTableResponseDynamoDbClient.updateGlobalTable(UpdateGlobalTableRequest updateGlobalTableRequest) Adds or removes replicas in the specified global table.DynamoDbClient.updateGlobalTableSettings(Consumer<UpdateGlobalTableSettingsRequest.Builder> updateGlobalTableSettingsRequest) Updates settings for a global table.DynamoDbClient.updateGlobalTableSettings(UpdateGlobalTableSettingsRequest updateGlobalTableSettingsRequest) Updates settings for a global table.