Uses of Class
software.amazon.awssdk.services.dynamodb.model.Get
-
Packages that use Get Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Get in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Get Modifier and Type Method Description Get
TransactGetItem. get()
Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type Get Modifier and Type Method Description TransactGetItem.Builder
TransactGetItem.Builder. get(Get get)
Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.
-