Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeGlobalTableSettingsRequest
-
Packages that use DescribeGlobalTableSettingsRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of DescribeGlobalTableSettingsRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type DescribeGlobalTableSettingsRequest Modifier and Type Method Description default CompletableFuture<DescribeGlobalTableSettingsResponse>
DynamoDbAsyncClient. describeGlobalTableSettings(DescribeGlobalTableSettingsRequest describeGlobalTableSettingsRequest)
Describes Region-specific settings for a global table.default DescribeGlobalTableSettingsResponse
DynamoDbClient. describeGlobalTableSettings(DescribeGlobalTableSettingsRequest describeGlobalTableSettingsRequest)
Describes Region-specific settings for a global table. -
Uses of DescribeGlobalTableSettingsRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type DescribeGlobalTableSettingsRequest Modifier and Type Method Description SdkHttpFullRequest
DescribeGlobalTableSettingsRequestMarshaller. marshall(DescribeGlobalTableSettingsRequest describeGlobalTableSettingsRequest)
-