Class PublishResponseCoders


  • @Deprecated
    public class PublishResponseCoders
    extends java.lang.Object
    Deprecated.
    Schema based coder is inferred automatically.
    Coders for SNS PublishResponse.
    • 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 SNS PublishResponse coder 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 SNS PublishResponse coder which serializes AwsResponseMetadata and SdkHttpResponse, including the HTTP response headers.
      static org.apache.beam.sdk.coders.Coder<software.amazon.awssdk.services.sns.model.PublishResponse> fullPublishResponseWithoutHeaders()
      Deprecated.
      Returns a new SNS PublishResponse coder which serializes AwsResponseMetadata and SdkHttpResponse, but not including the HTTP response headers.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • defaultPublishResponse

        public static org.apache.beam.sdk.coders.Coder<software.amazon.awssdk.services.sns.model.PublishResponse> defaultPublishResponse()
        Deprecated.
        Returns a new SNS PublishResponse coder which by default serializes only the SNS messageId.
        Returns:
        the PublishResponse coder
      • fullPublishResponse

        public static org.apache.beam.sdk.coders.Coder<software.amazon.awssdk.services.sns.model.PublishResponse> fullPublishResponse()
        Deprecated.
        Returns a new SNS PublishResponse coder which serializes AwsResponseMetadata and SdkHttpResponse, including the HTTP response headers.
        Returns:
        the PublishResponse coder
      • fullPublishResponseWithoutHeaders

        public static org.apache.beam.sdk.coders.Coder<software.amazon.awssdk.services.sns.model.PublishResponse> fullPublishResponseWithoutHeaders()
        Deprecated.
        Returns a new SNS PublishResponse coder which serializes AwsResponseMetadata and SdkHttpResponse, but not including the HTTP response headers.
        Returns:
        the PublishResponse coder