Uses of Class
software.amazon.awssdk.core.SdkBytes
-
Packages that use SdkBytes Package Description software.amazon.awssdk.core software.amazon.awssdk.core.adapter software.amazon.awssdk.core.internal.compression software.amazon.awssdk.core.protocol -
-
Uses of SdkBytes in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return SdkBytes Modifier and Type Method Description static SdkBytes
SdkBytes. fromByteArray(byte[] bytes)
CreateSdkBytes
from a Byte array.static SdkBytes
SdkBytes. fromByteArrayUnsafe(byte[] bytes)
CreateSdkBytes
from a Byte array without copying the contents of the byte array.static SdkBytes
SdkBytes. fromByteBuffer(ByteBuffer byteBuffer)
CreateSdkBytes
from a Byte buffer.static SdkBytes
SdkBytes. fromInputStream(InputStream inputStream)
CreateSdkBytes
from an input stream.static SdkBytes
SdkBytes. fromString(String string, Charset charset)
CreateSdkBytes
from a string, using the provided charset.static SdkBytes
SdkBytes. fromUtf8String(String string)
CreateSdkBytes
from a string, using the UTF-8 charset. -
Uses of SdkBytes in software.amazon.awssdk.core.adapter
Methods in software.amazon.awssdk.core.adapter that return SdkBytes Modifier and Type Method Description static SdkBytes
StandardMemberCopier. copy(SdkBytes bytes)
Methods in software.amazon.awssdk.core.adapter with parameters of type SdkBytes Modifier and Type Method Description static SdkBytes
StandardMemberCopier. copy(SdkBytes bytes)
-
Uses of SdkBytes in software.amazon.awssdk.core.internal.compression
Methods in software.amazon.awssdk.core.internal.compression that return SdkBytes Modifier and Type Method Description SdkBytes
Compressor. compress(SdkBytes content)
Compress aSdkBytes
payload.SdkBytes
GzipCompressor. compress(SdkBytes content)
Methods in software.amazon.awssdk.core.internal.compression with parameters of type SdkBytes Modifier and Type Method Description SdkBytes
Compressor. compress(SdkBytes content)
Compress aSdkBytes
payload.SdkBytes
GzipCompressor. compress(SdkBytes content)
-
Uses of SdkBytes in software.amazon.awssdk.core.protocol
Fields in software.amazon.awssdk.core.protocol with type parameters of type SdkBytes Modifier and Type Field Description static MarshallingType<SdkBytes>
MarshallingType. SDK_BYTES
-