Uses of Interface
software.amazon.awssdk.services.dynamodb.model.QueryResponse.Builder
Packages that use QueryResponse.Builder
-
Uses of QueryResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return QueryResponse.BuilderModifier and TypeMethodDescriptionstatic QueryResponse.BuilderQueryResponse.builder()default QueryResponse.BuilderQueryResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity) The capacity units consumed by theQueryoperation.QueryResponse.Builder.consumedCapacity(ConsumedCapacity consumedCapacity) The capacity units consumed by theQueryoperation.The number of items in the response.QueryResponse.Builder.items(Collection<? extends Map<String, AttributeValue>> items) An array of item attributes that match the query criteria.QueryResponse.Builder.items(Map<String, AttributeValue>... items) An array of item attributes that match the query criteria.QueryResponse.Builder.lastEvaluatedKey(Map<String, AttributeValue> lastEvaluatedKey) The primary key of the item where the operation stopped, inclusive of the previous result set.QueryResponse.Builder.scannedCount(Integer scannedCount) The number of items evaluated, before anyQueryFilteris applied.QueryResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type QueryResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends QueryResponse.Builder>QueryResponse.serializableBuilderClass()