Codota Logo
TopicConfiguration.setTopicARN
Code IndexAdd Codota to your IDE (free)

How to use
setTopicARN
method
in
com.amazonaws.services.s3.model.TopicConfiguration

Best Java code snippets using com.amazonaws.services.s3.model.TopicConfiguration.setTopicARN (Showing top 8 results out of 315)

  • Common ways to obtain TopicConfiguration
private void myMethod () {
TopicConfiguration t =
  • Codota Iconnew TopicConfiguration()
  • Smart code suggestions by Codota
}
origin: aws/aws-sdk-java

  /**
   * Fluent method to set the topic ARN for this configuration
   * 
   * @param topicARN
   *            ARN for the SNS topic
   * @return This object for method chaining
   */
  public TopicConfiguration withTopicARN(String topicARN) {
    setTopicARN(topicARN);
    return this;
  }
}
origin: aws/aws-sdk-java

protected boolean handleXmlEvent(TopicConfiguration topicConfig, StaxUnmarshallerContext context, int targetDepth)
    throws Exception {
  if (context.testExpression("Topic", targetDepth)) {
    topicConfig.setTopicARN(StringStaxUnmarshaller.getInstance().unmarshall(context));
    return true;
  }
  return false;
}
origin: aws-amplify/aws-sdk-android

  /**
   * Fluent method to set the topic ARN for this configuration
   * 
   * @param topicARN
   *            ARN for the SNS topic
   * @return This object for method chaining
   */
  public TopicConfiguration withTopicARN(String topicARN) {
    setTopicARN(topicARN);
    return this;
  }
}
origin: aws-amplify/aws-sdk-android

protected boolean handleXmlEvent(TopicConfiguration topicConfig, StaxUnmarshallerContext context, int targetDepth)
    throws Exception {
  if (context.testExpression("Topic", targetDepth)) {
    topicConfig.setTopicARN(StringStaxUnmarshaller.getInstance().unmarshall(context));
    return true;
  }
  return false;
}
origin: Nextdoor/bender

  /**
   * Fluent method to set the topic ARN for this configuration
   * 
   * @param topicARN
   *            ARN for the SNS topic
   * @return This object for method chaining
   */
  public TopicConfiguration withTopicARN(String topicARN) {
    setTopicARN(topicARN);
    return this;
  }
}
origin: com.amazonaws/aws-android-sdk-s3

  /**
   * Fluent method to set the topic ARN for this configuration
   * 
   * @param topicARN
   *            ARN for the SNS topic
   * @return This object for method chaining
   */
  public TopicConfiguration withTopicARN(String topicARN) {
    setTopicARN(topicARN);
    return this;
  }
}
origin: com.amazonaws/aws-android-sdk-s3

protected boolean handleXmlEvent(TopicConfiguration topicConfig, StaxUnmarshallerContext context, int targetDepth)
    throws Exception {
  if (context.testExpression("Topic", targetDepth)) {
    topicConfig.setTopicARN(StringStaxUnmarshaller.getInstance().unmarshall(context));
    return true;
  }
  return false;
}
origin: Nextdoor/bender

protected boolean handleXmlEvent(TopicConfiguration topicConfig, StaxUnmarshallerContext context, int targetDepth)
    throws Exception {
  if (context.testExpression("Topic", targetDepth)) {
    topicConfig.setTopicARN(StringStaxUnmarshaller.getInstance().unmarshall(context));
    return true;
  }
  return false;
}
com.amazonaws.services.s3.modelTopicConfigurationsetTopicARN

Javadoc

Sets the topic ARN for this configuration

Popular methods of TopicConfiguration

  • <init>
    Creates a new topic configuration with the given topic arn and set of events.
  • getTopicARN
    Returns the topic arn for this notification configuration.
  • getEvents
  • getFilter

Popular in Java

  • Reactive rest calls using spring rest template
  • getResourceAsStream (ClassLoader)
  • notifyDataSetChanged (ArrayAdapter)
  • requestLocationUpdates (LocationManager)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • PrintStream (java.io)
    A PrintStream adds functionality to another output stream, namely the ability to print representatio
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now