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 SdkBytesSdkBytes. fromByteArray(byte[] bytes)CreateSdkBytesfrom a Byte array.static SdkBytesSdkBytes. fromByteArrayUnsafe(byte[] bytes)CreateSdkBytesfrom a Byte array without copying the contents of the byte array.static SdkBytesSdkBytes. fromByteBuffer(ByteBuffer byteBuffer)CreateSdkBytesfrom a Byte buffer.static SdkBytesSdkBytes. fromInputStream(InputStream inputStream)CreateSdkBytesfrom an input stream.static SdkBytesSdkBytes. fromString(String string, Charset charset)CreateSdkBytesfrom a string, using the provided charset.static SdkBytesSdkBytes. fromUtf8String(String string)CreateSdkBytesfrom 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 SdkBytesStandardMemberCopier. copy(SdkBytes bytes)Methods in software.amazon.awssdk.core.adapter with parameters of type SdkBytes Modifier and Type Method Description static SdkBytesStandardMemberCopier. 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 SdkBytesCompressor. compress(SdkBytes content)Compress aSdkBytespayload.SdkBytesGzipCompressor. compress(SdkBytes content)Methods in software.amazon.awssdk.core.internal.compression with parameters of type SdkBytes Modifier and Type Method Description SdkBytesCompressor. compress(SdkBytes content)Compress aSdkBytespayload.SdkBytesGzipCompressor. 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
-