Uses of Class
software.amazon.awssdk.core.SdkBytes
Packages that use SdkBytes
Package
Description
-
Uses of SdkBytes in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return SdkBytesModifier and TypeMethodDescriptionstatic 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 SdkBytesMethods in software.amazon.awssdk.core.adapter with parameters of type SdkBytes -
Uses of SdkBytes in software.amazon.awssdk.core.internal.compression
Methods in software.amazon.awssdk.core.internal.compression that return SdkBytesMethods in software.amazon.awssdk.core.internal.compression with parameters of type SdkBytes -
Uses of SdkBytes in software.amazon.awssdk.core.protocol
Fields in software.amazon.awssdk.core.protocol with type parameters of type SdkBytesModifier and TypeFieldDescriptionstatic final MarshallingType<SdkBytes>MarshallingType.SDK_BYTES