Uses of Class
software.amazon.awssdk.services.dynamodb.model.TransactGetItem
Packages that use TransactGetItem
-
Uses of TransactGetItem in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TransactGetItemModifier and TypeMethodDescriptionfinal List<TransactGetItem>TransactGetItemsRequest.transactItems()An ordered array of up to 100TransactGetItemobjects, each of which contains aGetstructure.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type TransactGetItemModifier and TypeMethodDescriptionTransactGetItemsRequest.Builder.transactItems(TransactGetItem... transactItems) An ordered array of up to 100TransactGetItemobjects, each of which contains aGetstructure.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type TransactGetItemModifier and TypeMethodDescriptionTransactGetItemsRequest.Builder.transactItems(Collection<TransactGetItem> transactItems) An ordered array of up to 100TransactGetItemobjects, each of which contains aGetstructure.