Package | Description |
---|---|
software.amazon.awssdk.core | |
software.amazon.awssdk.core.adapter | |
software.amazon.awssdk.core.protocol |
Modifier and Type | Method and Description |
---|---|
static SdkBytes |
SdkBytes.fromByteArray(byte[] bytes)
Create
SdkBytes from a Byte array. |
static SdkBytes |
SdkBytes.fromByteArrayUnsafe(byte[] bytes)
Create
SdkBytes from a Byte array without copying the contents of the byte array. |
static SdkBytes |
SdkBytes.fromByteBuffer(ByteBuffer byteBuffer)
Create
SdkBytes from a Byte buffer. |
static SdkBytes |
SdkBytes.fromInputStream(InputStream inputStream)
Create
SdkBytes from an input stream. |
static SdkBytes |
SdkBytes.fromString(String string,
Charset charset)
Create
SdkBytes from a string, using the provided charset. |
static SdkBytes |
SdkBytes.fromUtf8String(String string)
Create
SdkBytes from a string, using the UTF-8 charset. |
Modifier and Type | Method and Description |
---|---|
static SdkBytes |
StandardMemberCopier.copy(SdkBytes bytes) |
Modifier and Type | Method and Description |
---|---|
static SdkBytes |
StandardMemberCopier.copy(SdkBytes bytes) |
Modifier and Type | Field and Description |
---|---|
static MarshallingType<SdkBytes> |
MarshallingType.SDK_BYTES |
Copyright © 2020. All rights reserved.