| Package | Description |
|---|---|
| software.amazon.awssdk.core | |
| software.amazon.awssdk.core.exception | |
| software.amazon.awssdk.core.protocol |
| Modifier and Type | Class and Description |
|---|---|
class |
SdkRequest
The base class for all SDK requests.
|
class |
SdkResponse
The base class for all SDK responses.
|
| Modifier and Type | Method and Description |
|---|---|
Supplier<SdkPojo> |
SdkField.constructor() |
| Modifier and Type | Method and Description |
|---|---|
SdkField.Builder<TypeT> |
SdkField.Builder.constructor(Supplier<SdkPojo> constructor)
Sets a
Supplier which will create a new MUTABLE instance of the POJO. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SdkServiceException.Builder |
| Modifier and Type | Class and Description |
|---|---|
class |
SdkServiceException
Extension of SdkException that represents an error response returned by
the requested downstream service.
|
protected static class |
SdkServiceException.BuilderImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
VoidSdkResponse
Dummy implementation of
SdkResponse. |
static class |
VoidSdkResponse.Builder |
| Modifier and Type | Field and Description |
|---|---|
static MarshallingType<SdkPojo> |
MarshallingType.SDK_POJO |
Copyright © 2019. All rights reserved.