Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ExecuteStatementResponse.Builder
Packages that use ExecuteStatementResponse.Builder
-
Uses of ExecuteStatementResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ExecuteStatementResponse.BuilderModifier and TypeMethodDescriptionExecuteStatementResponse.builder()default ExecuteStatementResponse.BuilderExecuteStatementResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity) Sets the value of the ConsumedCapacity property for this object.ExecuteStatementResponse.Builder.consumedCapacity(ConsumedCapacity consumedCapacity) Sets the value of the ConsumedCapacity property for this object.ExecuteStatementResponse.Builder.items(Collection<? extends Map<String, AttributeValue>> items) If a read operation was used, this property will contain the result of the read operation; a map of attribute names and their values.ExecuteStatementResponse.Builder.items(Map<String, AttributeValue>... items) If a read operation was used, this property will contain the result of the read operation; a map of attribute names and their values.ExecuteStatementResponse.Builder.lastEvaluatedKey(Map<String, AttributeValue> lastEvaluatedKey) The primary key of the item where the operation stopped, inclusive of the previous result set.If the response of a read request exceeds the response payload limit DynamoDB will set this value in the response.ExecuteStatementResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ExecuteStatementResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExecuteStatementResponse.Builder>ExecuteStatementResponse.serializableBuilderClass()