Uses of Enum
software.amazon.awssdk.utils.async.ByteBufferStoringSubscriber.TransferResult
Packages that use ByteBufferStoringSubscriber.TransferResult
-
Uses of ByteBufferStoringSubscriber.TransferResult in software.amazon.awssdk.utils.async
Methods in software.amazon.awssdk.utils.async that return ByteBufferStoringSubscriber.TransferResultModifier and TypeMethodDescriptionByteBufferStoringSubscriber.blockingTransferTo(ByteBuffer out) LikeByteBufferStoringSubscriber.transferTo(ByteBuffer), but blocks until some data has been written.ByteBufferStoringSubscriber.transferTo(ByteBuffer out) Transfer the data stored by this subscriber into the provided byte buffer.Returns the enum constant of this type with the specified name.ByteBufferStoringSubscriber.TransferResult.values()Returns an array containing the constants of this enum type, in the order they are declared.