Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListGlobalTablesResponse
-
Packages that use ListGlobalTablesResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of ListGlobalTablesResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return ListGlobalTablesResponse Modifier and Type Method Description default 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 ListGlobalTablesResponse Modifier and Type Method Description default CompletableFuture<ListGlobalTablesResponse>DynamoDbAsyncClient. listGlobalTables()Lists all global tables that have a replica in the specified Region.default CompletableFuture<ListGlobalTablesResponse>DynamoDbAsyncClient. listGlobalTables(Consumer<ListGlobalTablesRequest.Builder> listGlobalTablesRequest)Lists all global tables that have a replica in the specified Region.default CompletableFuture<ListGlobalTablesResponse>DynamoDbAsyncClient. listGlobalTables(ListGlobalTablesRequest listGlobalTablesRequest)Lists all global tables that have a replica in the specified Region.
-