Uses of Class
software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse
Packages that use GetRecordsResponse
-
Uses of GetRecordsResponse in software.amazon.awssdk.services.dynamodb.streams
Methods in software.amazon.awssdk.services.dynamodb.streams that return GetRecordsResponseModifier and TypeMethodDescriptiondefault GetRecordsResponseDynamoDbStreamsClient.getRecords(Consumer<GetRecordsRequest.Builder> getRecordsRequest) Retrieves the stream records from a given shard.default GetRecordsResponseDynamoDbStreamsClient.getRecords(GetRecordsRequest getRecordsRequest) Retrieves the stream records from a given shard.Methods in software.amazon.awssdk.services.dynamodb.streams that return types with arguments of type GetRecordsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetRecordsResponse>DynamoDbStreamsAsyncClient.getRecords(Consumer<GetRecordsRequest.Builder> getRecordsRequest) Retrieves the stream records from a given shard.default CompletableFuture<GetRecordsResponse>DynamoDbStreamsAsyncClient.getRecords(GetRecordsRequest getRecordsRequest) Retrieves the stream records from a given shard.