Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalTableDescription
Packages that use GlobalTableDescription
-
Uses of GlobalTableDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalTableDescriptionModifier and TypeMethodDescriptionfinal GlobalTableDescriptionCreateGlobalTableResponse.globalTableDescription()Contains the details of the global table.final GlobalTableDescriptionDescribeGlobalTableResponse.globalTableDescription()Contains the details of the global table.final GlobalTableDescriptionUpdateGlobalTableResponse.globalTableDescription()Contains the details of the global table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalTableDescriptionModifier and TypeMethodDescriptionCreateGlobalTableResponse.Builder.globalTableDescription(GlobalTableDescription globalTableDescription) Contains the details of the global table.DescribeGlobalTableResponse.Builder.globalTableDescription(GlobalTableDescription globalTableDescription) Contains the details of the global table.UpdateGlobalTableResponse.Builder.globalTableDescription(GlobalTableDescription globalTableDescription) Contains the details of the global table.