Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.GetItemEnhancedResponse
-
-
Uses of GetItemEnhancedResponse in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return GetItemEnhancedResponse Modifier and Type Method Description default GetItemEnhancedResponse<T>
DynamoDbTable. getItemWithResponse(Consumer<GetItemEnhancedRequest.Builder> requestConsumer)
Retrieves a single item from the mapped table using a supplied primaryKey
.default GetItemEnhancedResponse<T>
DynamoDbTable. getItemWithResponse(GetItemEnhancedRequest request)
Retrieves a single item from the mapped table using a supplied primaryKey
.Methods in software.amazon.awssdk.enhanced.dynamodb that return types with arguments of type GetItemEnhancedResponse Modifier and Type Method Description default CompletableFuture<GetItemEnhancedResponse<T>>
DynamoDbAsyncTable. getItemWithResponse(Consumer<GetItemEnhancedRequest.Builder> requestConsumer)
Retrieves a single item from the mapped table using a supplied primaryKey
.default CompletableFuture<GetItemEnhancedResponse<T>>
DynamoDbAsyncTable. getItemWithResponse(GetItemEnhancedRequest request)
Retrieves a single item from the mapped table using a supplied primaryKey
. -
Uses of GetItemEnhancedResponse in software.amazon.awssdk.enhanced.dynamodb.internal.client
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.client that return GetItemEnhancedResponse Modifier and Type Method Description GetItemEnhancedResponse<T>
DefaultDynamoDbTable. getItemWithResponse(Consumer<GetItemEnhancedRequest.Builder> requestConsumer)
GetItemEnhancedResponse<T>
DefaultDynamoDbTable. getItemWithResponse(GetItemEnhancedRequest request)
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.client that return types with arguments of type GetItemEnhancedResponse Modifier and Type Method Description CompletableFuture<GetItemEnhancedResponse<T>>
DefaultDynamoDbAsyncTable. getItemWithResponse(Consumer<GetItemEnhancedRequest.Builder> requestConsumer)
CompletableFuture<GetItemEnhancedResponse<T>>
DefaultDynamoDbAsyncTable. getItemWithResponse(GetItemEnhancedRequest request)
-
Uses of GetItemEnhancedResponse in software.amazon.awssdk.enhanced.dynamodb.internal.operations
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.operations that return GetItemEnhancedResponse Modifier and Type Method Description GetItemEnhancedResponse<T>
GetItemOperation. transformResponse(GetItemResponse response, TableSchema<T> tableSchema, OperationContext context, DynamoDbEnhancedClientExtension extension)
-
Uses of GetItemEnhancedResponse in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return GetItemEnhancedResponse Modifier and Type Method Description GetItemEnhancedResponse<T>
GetItemEnhancedResponse.Builder. build()
-