public final class AwsCoders
extends java.lang.Object
Coder
s for common AWS SDK objects.Modifier and Type | Method and Description |
---|---|
static Coder<ResponseMetadata> |
responseMetadata()
Returns a new coder for ResponseMetadata.
|
static Coder<SdkHttpMetadata> |
sdkHttpMetadata()
Returns a new coder for SdkHttpMetadata.
|
static Coder<SdkHttpMetadata> |
sdkHttpMetadataWithoutHeaders()
Returns a new coder for SdkHttpMetadata that does not serialize the response headers.
|
public static Coder<ResponseMetadata> responseMetadata()
public static Coder<SdkHttpMetadata> sdkHttpMetadata()
public static Coder<SdkHttpMetadata> sdkHttpMetadataWithoutHeaders()