Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalTableDescription
-
Packages that use GlobalTableDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of GlobalTableDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalTableDescription Modifier and Type Method Description GlobalTableDescriptionCreateGlobalTableResponse. globalTableDescription()Contains the details of the global table.GlobalTableDescriptionDescribeGlobalTableResponse. globalTableDescription()Contains the details of the global table.GlobalTableDescriptionUpdateGlobalTableResponse. globalTableDescription()Contains the details of the global table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalTableDescription Modifier and Type Method Description CreateGlobalTableResponse.BuilderCreateGlobalTableResponse.Builder. globalTableDescription(GlobalTableDescription globalTableDescription)Contains the details of the global table.DescribeGlobalTableResponse.BuilderDescribeGlobalTableResponse.Builder. globalTableDescription(GlobalTableDescription globalTableDescription)Contains the details of the global table.UpdateGlobalTableResponse.BuilderUpdateGlobalTableResponse.Builder. globalTableDescription(GlobalTableDescription globalTableDescription)Contains the details of the global table.
-