| Modifier and Type | Method and Description |
|---|---|
SdkBytes |
AwsErrorDetails.rawResponse()
Returns the response payload as bytes.
|
SdkBytes |
AwsErrorDetails.Builder.rawResponse()
The raw response from the service.
|
SdkBytes |
AwsErrorDetails.BuilderImpl.rawResponse() |
| Modifier and Type | Method and Description |
|---|---|
AwsErrorDetails.Builder |
AwsErrorDetails.Builder.rawResponse(SdkBytes rawResponse)
Specifies raw http response from the service.
|
AwsErrorDetails.Builder |
AwsErrorDetails.BuilderImpl.rawResponse(SdkBytes rawResponse) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SdkBytes> |
PresignedRequest.signedPayload()
Returns the payload that was signed, or Optional.empty() if there is no signed payload with this request.
|
| Modifier and Type | Method and Description |
|---|---|
PresignedRequest.Builder |
PresignedRequest.Builder.signedPayload(SdkBytes signedPayload)
Configure the payload that was signed.
|
B |
PresignedRequest.DefaultBuilder.signedPayload(SdkBytes signedPayload) |
| 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 | Method and Description |
|---|---|
SdkBytes |
GzipCompressor.compress(SdkBytes content) |
SdkBytes |
Compressor.compress(SdkBytes content)
Compress a
SdkBytes payload. |
| Modifier and Type | Method and Description |
|---|---|
SdkBytes |
GzipCompressor.compress(SdkBytes content) |
SdkBytes |
Compressor.compress(SdkBytes content)
Compress a
SdkBytes payload. |
| Modifier and Type | Field and Description |
|---|---|
static MarshallingType<SdkBytes> |
MarshallingType.SDK_BYTES |
| Modifier and Type | Field and Description |
|---|---|
static ValueToStringConverter.SimpleValueToString<SdkBytes> |
ValueToStringConverter.FROM_SDK_BYTES
Marshalls bytes as a Base64 string.
|
static StringToValueConverter.SimpleStringToValue<SdkBytes> |
StringToValueConverter.TO_SDK_BYTES |
| Modifier and Type | Field and Description |
|---|---|
static JsonMarshaller<SdkBytes> |
SimpleTypeJsonMarshaller.SDK_BYTES |
| Modifier and Type | Field and Description |
|---|---|
static QueryMarshaller<SdkBytes> |
SimpleTypeQueryMarshaller.SDK_BYTES |
| Modifier and Type | Method and Description |
|---|---|
AwsServiceException |
AwsXmlErrorUnmarshaller.unmarshall(XmlElement documentRoot,
Optional<XmlElement> errorRoot,
Optional<SdkBytes> documentBytes,
SdkHttpFullResponse response,
ExecutionAttributes executionAttributes)
Unmarshal an AWS XML exception
|
| Modifier and Type | Field and Description |
|---|---|
static XmlMarshaller<SdkBytes> |
XmlPayloadMarshaller.SDK_BYTES |
| Modifier and Type | Field and Description |
|---|---|
static XmlUnmarshaller<SdkBytes> |
XmlPayloadUnmarshaller.SDK_BYTES |
| Modifier and Type | Method and Description |
|---|---|
SdkBytes |
RecordsEvent.payload()
The byte array of partial, one or more result records.
|
| Modifier and Type | Method and Description |
|---|---|
RecordsEvent.Builder |
RecordsEvent.Builder.payload(SdkBytes payload)
The byte array of partial, one or more result records.
|
RecordsEvent.Builder |
RecordsEvent.BuilderImpl.payload(SdkBytes payload) |
| Modifier and Type | Method and Description |
|---|---|
PresignedUploadPartRequest.Builder |
PresignedUploadPartRequest.Builder.signedPayload(SdkBytes signedPayload) |
PresignedPutObjectRequest.Builder |
PresignedPutObjectRequest.Builder.signedPayload(SdkBytes signedPayload) |
PresignedGetObjectRequest.Builder |
PresignedGetObjectRequest.Builder.signedPayload(SdkBytes signedPayload) |
PresignedDeleteObjectRequest.Builder |
PresignedDeleteObjectRequest.Builder.signedPayload(SdkBytes signedPayload) |
PresignedCreateMultipartUploadRequest.Builder |
PresignedCreateMultipartUploadRequest.Builder.signedPayload(SdkBytes signedPayload) |
PresignedCompleteMultipartUploadRequest.Builder |
PresignedCompleteMultipartUploadRequest.Builder.signedPayload(SdkBytes signedPayload) |
PresignedAbortMultipartUploadRequest.Builder |
PresignedAbortMultipartUploadRequest.Builder.signedPayload(SdkBytes signedPayload) |
| Modifier and Type | Field and Description |
|---|---|
static TransferManagerJsonUnmarshaller<SdkBytes> |
TransferManagerJsonUnmarshaller.SDK_BYTES |
static TransferManagerJsonMarshaller<SdkBytes> |
TransferManagerJsonMarshaller.SDK_BYTES |
| Modifier and Type | Method and Description |
|---|---|
default SdkBytes |
ResumableTransfer.serializeToBytes()
Returns the serialized JSON data representing this object as an
SdkBytes object. |
SdkBytes |
ResumableFileUpload.serializeToBytes() |
SdkBytes |
ResumableFileDownload.serializeToBytes()
Returns the serialized JSON data representing this object as an
SdkBytes object. |
| Modifier and Type | Method and Description |
|---|---|
static ResumableFileUpload |
ResumableFileUpload.fromBytes(SdkBytes bytes)
Deserializes bytes with JSON data into a
ResumableFileUpload. |
static ResumableFileDownload |
ResumableFileDownload.fromBytes(SdkBytes bytes)
Deserialize bytes with JSON data into a
ResumableFileDownload. |
Copyright © 2026. All rights reserved.