Uses of Class
software.amazon.awssdk.services.dynamodb.model.DynamoDbStreamsRequest
-
Packages that use DynamoDbStreamsRequest Package Description software.amazon.awssdk.services.dynamodb.model software.amazon.awssdk.services.dynamodb.streams.internal -
-
Uses of DynamoDbStreamsRequest in software.amazon.awssdk.services.dynamodb.model
Subclasses of DynamoDbStreamsRequest in software.amazon.awssdk.services.dynamodb.model Modifier and Type Class Description classDescribeStreamRequestRepresents the input of aDescribeStreamoperation.classGetRecordsRequestRepresents the input of aGetRecordsoperation.classGetShardIteratorRequestRepresents the input of aGetShardIteratoroperation.classListStreamsRequestRepresents the input of aListStreamsoperation.Methods in software.amazon.awssdk.services.dynamodb.model that return DynamoDbStreamsRequest Modifier and Type Method Description DynamoDbStreamsRequestDynamoDbStreamsRequest.Builder. build()Constructors in software.amazon.awssdk.services.dynamodb.model with parameters of type DynamoDbStreamsRequest Constructor Description BuilderImpl(DynamoDbStreamsRequest request) -
Uses of DynamoDbStreamsRequest in software.amazon.awssdk.services.dynamodb.streams.internal
Methods in software.amazon.awssdk.services.dynamodb.streams.internal with type parameters of type DynamoDbStreamsRequest Modifier and Type Method Description static <T extends DynamoDbStreamsRequest>
TUserAgentUtils. applyPaginatorUserAgent(T request)static <T extends DynamoDbStreamsRequest>
TUserAgentUtils. applyUserAgentInfo(T request, Consumer<AwsRequestOverrideConfiguration.Builder> userAgentApplier)
-