Uses of Interface
software.amazon.awssdk.services.dynamodb.model.QueryRequest.Builder
Packages that use QueryRequest.Builder
Package
Description
-
Uses of QueryRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type QueryRequest.BuilderModifier 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 QueryResponseDynamoDbClient.query(Consumer<QueryRequest.Builder> queryRequest) You must provide the name of the partition key attribute and a single value for that attribute.default QueryPublisherDynamoDbAsyncClient.queryPaginator(Consumer<QueryRequest.Builder> queryRequest) This is a variant ofDynamoDbAsyncClient.query(software.amazon.awssdk.services.dynamodb.model.QueryRequest)operation.default QueryIterableDynamoDbClient.queryPaginator(Consumer<QueryRequest.Builder> queryRequest) This is a variant ofDynamoDbClient.query(software.amazon.awssdk.services.dynamodb.model.QueryRequest)operation. -
Uses of QueryRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return QueryRequest.BuilderModifier and TypeMethodDescriptionQueryRequest.Builder.attributesToGet(String... attributesToGet) This is a legacy parameter.QueryRequest.Builder.attributesToGet(Collection<String> attributesToGet) This is a legacy parameter.static QueryRequest.BuilderQueryRequest.builder()QueryRequest.Builder.conditionalOperator(String conditionalOperator) This is a legacy parameter.QueryRequest.Builder.conditionalOperator(ConditionalOperator conditionalOperator) This is a legacy parameter.QueryRequest.Builder.consistentRead(Boolean consistentRead) Determines the read consistency model: If set totrue, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.QueryRequest.Builder.exclusiveStartKey(Map<String, AttributeValue> exclusiveStartKey) The primary key of the first item that this operation will evaluate.QueryRequest.Builder.expressionAttributeNames(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.QueryRequest.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.QueryRequest.Builder.filterExpression(String filterExpression) A string that contains conditions that DynamoDB applies after theQueryoperation, but before the data is returned to you.The name of an index to query.QueryRequest.Builder.keyConditionExpression(String keyConditionExpression) The condition that specifies the key values for items to be retrieved by theQueryaction.QueryRequest.Builder.keyConditions(Map<String, Condition> keyConditions) This is a legacy parameter.The maximum number of items to evaluate (not necessarily the number of matching items).QueryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) QueryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) QueryRequest.Builder.projectionExpression(String projectionExpression) A string that identifies one or more attributes to retrieve from the table.QueryRequest.Builder.queryFilter(Map<String, Condition> queryFilter) This is a legacy parameter.QueryRequest.Builder.returnConsumedCapacity(String returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.QueryRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.QueryRequest.Builder.scanIndexForward(Boolean scanIndexForward) Specifies the order for index traversal: Iftrue(default), the traversal is performed in ascending order; iffalse, the traversal is performed in descending order.The attributes to be returned in the result.The attributes to be returned in the result.The name of the table containing the requested items.QueryRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type QueryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends QueryRequest.Builder>QueryRequest.serializableBuilderClass()