Uses of Class
software.amazon.awssdk.services.dynamodb.model.ItemResponse
-
Packages that use ItemResponse Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ItemResponse in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ItemResponse Modifier and Type Method Description List<ItemResponse>ExecuteTransactionResponse. responses()The response to a PartiQL transaction.List<ItemResponse>TransactGetItemsResponse. responses()An ordered array of up to 100ItemResponseobjects, each of which corresponds to theTransactGetItemobject in the same position in the TransactItems array.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ItemResponse Modifier and Type Method Description ExecuteTransactionResponse.BuilderExecuteTransactionResponse.Builder. responses(ItemResponse... responses)The response to a PartiQL transaction.TransactGetItemsResponse.BuilderTransactGetItemsResponse.Builder. responses(ItemResponse... responses)An ordered array of up to 100ItemResponseobjects, each of which corresponds to theTransactGetItemobject in the same position in the TransactItems array.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ItemResponse Modifier and Type Method Description ExecuteTransactionResponse.BuilderExecuteTransactionResponse.Builder. responses(Collection<ItemResponse> responses)The response to a PartiQL transaction.TransactGetItemsResponse.BuilderTransactGetItemsResponse.Builder. responses(Collection<ItemResponse> responses)An ordered array of up to 100ItemResponseobjects, each of which corresponds to theTransactGetItemobject in the same position in the TransactItems array.
-