Uses of Class
software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest
-
Packages that use GetRecordsRequest Package Description software.amazon.awssdk.services.dynamodb.streams Amazon DynamoDB software.amazon.awssdk.services.dynamodb.streams.transform -
-
Uses of GetRecordsRequest in software.amazon.awssdk.services.dynamodb.streams
Methods in software.amazon.awssdk.services.dynamodb.streams with parameters of type GetRecordsRequest Modifier and Type Method Description default CompletableFuture<GetRecordsResponse>DynamoDbStreamsAsyncClient. getRecords(GetRecordsRequest getRecordsRequest)Retrieves the stream records from a given shard.default GetRecordsResponseDynamoDbStreamsClient. getRecords(GetRecordsRequest getRecordsRequest)Retrieves the stream records from a given shard. -
Uses of GetRecordsRequest in software.amazon.awssdk.services.dynamodb.streams.transform
Methods in software.amazon.awssdk.services.dynamodb.streams.transform with parameters of type GetRecordsRequest Modifier and Type Method Description SdkHttpFullRequestGetRecordsRequestMarshaller. marshall(GetRecordsRequest getRecordsRequest)
-