Uses of Class
software.amazon.awssdk.services.dynamodb.model.QueryResponse
Packages that use QueryResponse
Package
Description
-
Uses of QueryResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return QueryResponseModifier and TypeMethodDescriptiondefault QueryResponseDynamoDbClient.query(Consumer<QueryRequest.Builder> queryRequest) You must provide the name of the partition key attribute and a single value for that attribute.default QueryResponseDynamoDbClient.query(QueryRequest queryRequest) You must provide the name of the partition key attribute and a single value for that attribute.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type QueryResponseModifier and TypeMethodDescriptiondefault CompletableFuture<QueryResponse>DynamoDbAsyncClient.query(Consumer<QueryRequest.Builder> queryRequest) You must provide the name of the partition key attribute and a single value for that attribute.default CompletableFuture<QueryResponse>DynamoDbAsyncClient.query(QueryRequest queryRequest) You must provide the name of the partition key attribute and a single value for that attribute. -
Uses of QueryResponse in software.amazon.awssdk.services.dynamodb.paginators
Methods in software.amazon.awssdk.services.dynamodb.paginators that return types with arguments of type QueryResponseMethod parameters in software.amazon.awssdk.services.dynamodb.paginators with type arguments of type QueryResponseModifier and TypeMethodDescriptionvoidQueryPublisher.subscribe(org.reactivestreams.Subscriber<? super QueryResponse> subscriber)