Tabnine Logo
GetConsoleOutputRequest.setLatest
Code IndexAdd Tabnine to your IDE (free)

How to use
setLatest
method
in
com.amazonaws.services.ec2.model.GetConsoleOutputRequest

Best Java code snippets using com.amazonaws.services.ec2.model.GetConsoleOutputRequest.setLatest (Showing top 2 results out of 315)

origin: aws/aws-sdk-java

/**
 * <p>
 * When enabled, retrieves the latest console output for the instance.
 * </p>
 * <p>
 * Default: disabled (<code>false</code>)
 * </p>
 * 
 * @param latest
 *        When enabled, retrieves the latest console output for the instance.</p>
 *        <p>
 *        Default: disabled (<code>false</code>)
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public GetConsoleOutputRequest withLatest(Boolean latest) {
  setLatest(latest);
  return this;
}
origin: com.amazonaws/aws-java-sdk-ec2

/**
 * <p>
 * When enabled, retrieves the latest console output for the instance.
 * </p>
 * <p>
 * Default: disabled (<code>false</code>)
 * </p>
 * 
 * @param latest
 *        When enabled, retrieves the latest console output for the instance.</p>
 *        <p>
 *        Default: disabled (<code>false</code>)
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public GetConsoleOutputRequest withLatest(Boolean latest) {
  setLatest(latest);
  return this;
}
com.amazonaws.services.ec2.modelGetConsoleOutputRequestsetLatest

Javadoc

When enabled, retrieves the latest console output for the instance.

Default: disabled (false)

Popular methods of GetConsoleOutputRequest

  • <init>
    Constructs a new GetConsoleOutputRequest object. Callers should use the setter or fluent setter (wit
  • getInstanceId
    The ID of the instance.
  • setInstanceId
    The ID of the instance.
  • getLatest
    When enabled, retrieves the latest console output for the instance. Default: disabled (false)

Popular in Java

  • Reactive rest calls using spring rest template
  • notifyDataSetChanged (ArrayAdapter)
  • setScale (BigDecimal)
  • getResourceAsStream (ClassLoader)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • String (java.lang)
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • 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