Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListGlobalTablesResponse
Packages that use ListGlobalTablesResponse
-
Uses of ListGlobalTablesResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return ListGlobalTablesResponseModifier and TypeMethodDescriptiondefault ListGlobalTablesResponseDynamoDbClient.listGlobalTables()Lists all global tables that have a replica in the specified Region.default ListGlobalTablesResponseDynamoDbClient.listGlobalTables(Consumer<ListGlobalTablesRequest.Builder> listGlobalTablesRequest) Lists all global tables that have a replica in the specified Region.default ListGlobalTablesResponseDynamoDbClient.listGlobalTables(ListGlobalTablesRequest listGlobalTablesRequest) Lists all global tables that have a replica in the specified Region.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type ListGlobalTablesResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.listGlobalTables()Lists all global tables that have a replica in the specified Region.DynamoDbAsyncClient.listGlobalTables(Consumer<ListGlobalTablesRequest.Builder> listGlobalTablesRequest) Lists all global tables that have a replica in the specified Region.DynamoDbAsyncClient.listGlobalTables(ListGlobalTablesRequest listGlobalTablesRequest) Lists all global tables that have a replica in the specified Region.