Tabnine Logo
NotificationsProperties$Sns
Code IndexAdd Tabnine to your IDE (free)

How to use
NotificationsProperties$Sns
in
com.netflix.metacat.common.server.properties

Best Java code snippets using com.netflix.metacat.common.server.properties.NotificationsProperties$Sns (Showing top 16 results out of 315)

origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public boolean isSnsNotificationAttachPartitionIdsEnabled() {
  return this.metacatProperties.getNotifications().getSns().getAttachPartitionIds().isEnabled();
}
origin: com.netflix.metacat/metacat-common-server

@Override
public boolean isSnsNotificationTopicPartitionEnabled() {
  return this.metacatProperties.getNotifications().getSns().getTopic().getPartition().isEnabled();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public boolean isSnsNotificationEnabled() {
  return this.metacatProperties.getNotifications().getSns().isEnabled();
}
origin: com.netflix.metacat/metacat-common-server

@Override
public String getFallbackSnsTopicPartitionArn() {
  return this.metacatProperties.getNotifications().getSns().getTopic().getPartition().getFallbackArn();
}
origin: com.netflix.metacat/metacat-common-server

@Override
public String getFallbackSnsTopicTableArn() {
  return this.metacatProperties.getNotifications().getSns().getTopic().getTable().getFallbackArn();
}
origin: Netflix/metacat

@Override
public boolean isSnsNotificationTopicPartitionEnabled() {
  return this.metacatProperties.getNotifications().getSns().getTopic().getPartition().isEnabled();
}
origin: com.netflix.metacat/metacat-common-server

/**
 * {@inheritDoc}
 */
@Override
public String getSnsTopicPartitionArn() {
  return this.metacatProperties.getNotifications().getSns().getTopic().getPartition().getArn();
}
origin: com.netflix.metacat/metacat-common-server

/**
 * {@inheritDoc}
 */
@Override
public String getSnsTopicTableArn() {
  return this.metacatProperties.getNotifications().getSns().getTopic().getTable().getArn();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public String getSnsTopicTableArn() {
  return this.metacatProperties.getNotifications().getSns().getTopic().getTable().getArn();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public String getSnsTopicPartitionArn() {
  return this.metacatProperties.getNotifications().getSns().getTopic().getPartition().getArn();
}
origin: Netflix/metacat

@Override
public String getFallbackSnsTopicPartitionArn() {
  return this.metacatProperties.getNotifications().getSns().getTopic().getPartition().getFallbackArn();
}
origin: com.netflix.metacat/metacat-common-server

/**
 * {@inheritDoc}
 */
@Override
public int getSnsNotificationAttachPartitionIdMax() {
  return this.metacatProperties.getNotifications().getSns().getAttachPartitionIds().getMaxPartitionIdNumber();
}
origin: Netflix/metacat

@Override
public String getFallbackSnsTopicTableArn() {
  return this.metacatProperties.getNotifications().getSns().getTopic().getTable().getFallbackArn();
}
origin: com.netflix.metacat/metacat-common-server

/**
 * {@inheritDoc}
 */
@Override
public boolean isSnsNotificationAttachPartitionIdsEnabled() {
  return this.metacatProperties.getNotifications().getSns().getAttachPartitionIds().isEnabled();
}
origin: com.netflix.metacat/metacat-common-server

/**
 * {@inheritDoc}
 */
@Override
public boolean isSnsNotificationEnabled() {
  return this.metacatProperties.getNotifications().getSns().isEnabled();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public int getSnsNotificationAttachPartitionIdMax() {
  return this.metacatProperties.getNotifications().getSns().getAttachPartitionIds().getMaxPartitionIdNumber();
}
com.netflix.metacat.common.server.propertiesNotificationsProperties$Sns

Javadoc

SNS Properties.

Most used methods

  • getAttachPartitionIds
  • getTopic
  • isEnabled

Popular in Java

  • Parsing JSON documents to java classes using gson
  • startActivity (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • getExternalFilesDir (Context)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • JButton (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now