Uses of Interface
software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse.Builder
Packages that use BatchGetItemResponse.Builder
-
Uses of BatchGetItemResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BatchGetItemResponse.BuilderModifier and TypeMethodDescriptionstatic BatchGetItemResponse.BuilderBatchGetItemResponse.builder()BatchGetItemResponse.Builder.consumedCapacity(Collection<ConsumedCapacity> consumedCapacity) The read capacity units consumed by the entireBatchGetItemoperation.BatchGetItemResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder>... consumedCapacity) The read capacity units consumed by the entireBatchGetItemoperation.BatchGetItemResponse.Builder.consumedCapacity(ConsumedCapacity... consumedCapacity) The read capacity units consumed by the entireBatchGetItemoperation.BatchGetItemResponse.Builder.responses(Map<String, ? extends Collection<? extends Map<String, AttributeValue>>> responses) A map of table name or table ARN to a list of items.BatchGetItemResponse.toBuilder()BatchGetItemResponse.Builder.unprocessedKeys(Map<String, KeysAndAttributes> unprocessedKeys) A map of tables and their respective keys that were not processed with the current response.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BatchGetItemResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BatchGetItemResponse.Builder>BatchGetItemResponse.serializableBuilderClass()