Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListGlobalTablesRequest
-
Packages that use ListGlobalTablesRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of ListGlobalTablesRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type ListGlobalTablesRequest Modifier and Type Method Description default CompletableFuture<ListGlobalTablesResponse>DynamoDbAsyncClient. listGlobalTables(ListGlobalTablesRequest 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. -
Uses of ListGlobalTablesRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type ListGlobalTablesRequest Modifier and Type Method Description SdkHttpFullRequestListGlobalTablesRequestMarshaller. marshall(ListGlobalTablesRequest listGlobalTablesRequest)
-