Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.BatchGetResultPage
-
Packages that use BatchGetResultPage Package Description software.amazon.awssdk.enhanced.dynamodb.internal.operations software.amazon.awssdk.enhanced.dynamodb.model -
-
Uses of BatchGetResultPage in software.amazon.awssdk.enhanced.dynamodb.internal.operations
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.operations that return BatchGetResultPage Modifier and Type Method Description BatchGetResultPage
BatchGetItemOperation. transformResponse(BatchGetItemResponse response, DynamoDbEnhancedClientExtension extension)
-
Uses of BatchGetResultPage in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return BatchGetResultPage Modifier and Type Method Description BatchGetResultPage
BatchGetResultPage.Builder. build()
Method parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type BatchGetResultPage Modifier and Type Method Description static BatchGetResultPageIterable
BatchGetResultPageIterable. create(SdkIterable<BatchGetResultPage> pageIterable)
static BatchGetResultPagePublisher
BatchGetResultPagePublisher. create(SdkPublisher<BatchGetResultPage> publisher)
Creates a flattened items publisher with the underlying page publisher.
-