Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.GetItemEnhancedResponse
Packages that use GetItemEnhancedResponse
Package
Description
-
Uses of GetItemEnhancedResponse in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return GetItemEnhancedResponseModifier and TypeMethodDescriptiondefault 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 GetItemEnhancedResponseModifier and TypeMethodDescriptiondefault 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 GetItemEnhancedResponseModifier and TypeMethodDescriptionDefaultDynamoDbTable.getItemWithResponse(Consumer<GetItemEnhancedRequest.Builder> requestConsumer) DefaultDynamoDbTable.getItemWithResponse(GetItemEnhancedRequest request) Methods in software.amazon.awssdk.enhanced.dynamodb.internal.client that return types with arguments of type GetItemEnhancedResponseModifier and TypeMethodDescriptionDefaultDynamoDbAsyncTable.getItemWithResponse(Consumer<GetItemEnhancedRequest.Builder> requestConsumer) 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 GetItemEnhancedResponseModifier and TypeMethodDescriptionGetItemOperation.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