Uses of Class
software.amazon.awssdk.services.kinesis.model.UpdateMaxRecordSizeResponse
Packages that use UpdateMaxRecordSizeResponse
Package
Description
-
Uses of UpdateMaxRecordSizeResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return UpdateMaxRecordSizeResponseModifier and TypeMethodDescriptiondefault UpdateMaxRecordSizeResponseKinesisClient.updateMaxRecordSize(Consumer<UpdateMaxRecordSizeRequest.Builder> updateMaxRecordSizeRequest) This allows you to update theMaxRecordSizeof a single record that you can write to, and read from a stream.default UpdateMaxRecordSizeResponseKinesisClient.updateMaxRecordSize(UpdateMaxRecordSizeRequest updateMaxRecordSizeRequest) This allows you to update theMaxRecordSizeof a single record that you can write to, and read from a stream.Methods in software.amazon.awssdk.services.kinesis that return types with arguments of type UpdateMaxRecordSizeResponseModifier and TypeMethodDescriptionKinesisAsyncClient.updateMaxRecordSize(Consumer<UpdateMaxRecordSizeRequest.Builder> updateMaxRecordSizeRequest) This allows you to update theMaxRecordSizeof a single record that you can write to, and read from a stream.KinesisAsyncClient.updateMaxRecordSize(UpdateMaxRecordSizeRequest updateMaxRecordSizeRequest) This allows you to update theMaxRecordSizeof a single record that you can write to, and read from a stream.