Package org.apache.beam.sdk.io.aws2.sns
Class PublishResponseCoders
- java.lang.Object
-
- org.apache.beam.sdk.io.aws2.sns.PublishResponseCoders
-
@Deprecated public class PublishResponseCoders extends java.lang.ObjectDeprecated.Schema based coder is inferred automatically.Coders for SNSPublishResponse.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.apache.beam.sdk.coders.Coder<software.amazon.awssdk.services.sns.model.PublishResponse>defaultPublishResponse()Deprecated.Returns a new SNSPublishResponsecoder which by default serializes only the SNS messageId.static org.apache.beam.sdk.coders.Coder<software.amazon.awssdk.services.sns.model.PublishResponse>fullPublishResponse()Deprecated.Returns a new SNSPublishResponsecoder which serializesAwsResponseMetadataandSdkHttpResponse, including the HTTP response headers.static org.apache.beam.sdk.coders.Coder<software.amazon.awssdk.services.sns.model.PublishResponse>fullPublishResponseWithoutHeaders()Deprecated.Returns a new SNSPublishResponsecoder which serializesAwsResponseMetadataandSdkHttpResponse, but not including the HTTP response headers.
-
-
-
Method Detail
-
defaultPublishResponse
public static org.apache.beam.sdk.coders.Coder<software.amazon.awssdk.services.sns.model.PublishResponse> defaultPublishResponse()
Deprecated.Returns a new SNSPublishResponsecoder which by default serializes only the SNS messageId.- Returns:
- the
PublishResponsecoder
-
fullPublishResponse
public static org.apache.beam.sdk.coders.Coder<software.amazon.awssdk.services.sns.model.PublishResponse> fullPublishResponse()
Deprecated.Returns a new SNSPublishResponsecoder which serializesAwsResponseMetadataandSdkHttpResponse, including the HTTP response headers.- Returns:
- the
PublishResponsecoder
-
fullPublishResponseWithoutHeaders
public static org.apache.beam.sdk.coders.Coder<software.amazon.awssdk.services.sns.model.PublishResponse> fullPublishResponseWithoutHeaders()
Deprecated.Returns a new SNSPublishResponsecoder which serializesAwsResponseMetadataandSdkHttpResponse, but not including the HTTP response headers.- Returns:
- the
PublishResponsecoder
-
-