Tabnine Logo
PutEventsRequestEntry.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
software.amazon.awssdk.services.cloudwatchevents.model.PutEventsRequestEntry
constructor

Best Java code snippets using software.amazon.awssdk.services.cloudwatchevents.model.PutEventsRequestEntry.<init> (Showing top 3 results out of 315)

origin: software.amazon.awssdk/events

  @Override
  public PutEventsRequestEntry build() {
    return new PutEventsRequestEntry(this);
  }
}
origin: aws/aws-sdk-java-v2

@Override
public PutEventsRequestEntry build() {
  return new PutEventsRequestEntry(this);
}
origin: software.amazon.awssdk/cloudwatchevents

@Override
public PutEventsRequestEntry build() {
  return new PutEventsRequestEntry(this);
}
software.amazon.awssdk.services.cloudwatchevents.modelPutEventsRequestEntry<init>

Popular methods of PutEventsRequestEntry

  • builder
  • detail
    In the JSON sense, an object containing fields, which may also contain nested subobjects. No constr
  • detailType
    Free-form string used to decide what fields to expect in the event detail.
  • resources
    AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any nu
  • source
    The source of the event.
  • time
    The timestamp of the event, per RFC3339 [https://www.rfc-editor.org/rfc/rfc3339.txt]. If no timesta

Popular in Java

  • Running tasks concurrently on multiple threads
  • setContentView (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getSharedPreferences (Context)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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