ListKeysRequest.setMarker
Code IndexAdd Codota to your IDE (free)

Best code snippets using com.amazonaws.services.kms.model.ListKeysRequest.setMarker(Showing top 6 results out of 315)

origin: aws/aws-sdk-java

/**
 * <p>
 * Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
 * value of <code>NextMarker</code> from the truncated response you just received.
 * </p>
 * 
 * @param marker
 *        Use this parameter in a subsequent request after you receive a response with truncated results. Set it to
 *        the value of <code>NextMarker</code> from the truncated response you just received.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public ListKeysRequest withMarker(String marker) {
  setMarker(marker);
  return this;
}
origin: com.amazonaws/aws-java-sdk-kms

/**
 * <p>
 * Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
 * value of <code>NextMarker</code> from the truncated response you just received.
 * </p>
 * 
 * @param marker
 *        Use this parameter in a subsequent request after you receive a response with truncated results. Set it to
 *        the value of <code>NextMarker</code> from the truncated response you just received.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public ListKeysRequest withMarker(String marker) {
  setMarker(marker);
  return this;
}
origin: com.amazonaws/aws-java-sdk-bundle

/**
 * <p>
 * Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
 * value of <code>NextMarker</code> from the truncated response you just received.
 * </p>
 * 
 * @param marker
 *        Use this parameter in a subsequent request after you receive a response with truncated results. Set it to
 *        the value of <code>NextMarker</code> from the truncated response you just received.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public ListKeysRequest withMarker(String marker) {
  setMarker(marker);
  return this;
}
origin: Nextdoor/bender

/**
 * <p>
 * Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
 * value of <code>NextMarker</code> from the truncated response you just received.
 * </p>
 * 
 * @param marker
 *        Use this parameter in a subsequent request after you receive a response with truncated results. Set it to
 *        the value of <code>NextMarker</code> from the truncated response you just received.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public ListKeysRequest withMarker(String marker) {
  setMarker(marker);
  return this;
}
origin: com.amazonaws/aws-java-sdk-osgi

/**
 * <p>
 * Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
 * value of <code>NextMarker</code> from the truncated response you just received.
 * </p>
 * 
 * @param marker
 *        Use this parameter in a subsequent request after you receive a response with truncated results. Set it to
 *        the value of <code>NextMarker</code> from the truncated response you just received.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public ListKeysRequest withMarker(String marker) {
  setMarker(marker);
  return this;
}
origin: Nextdoor/bender

/**
 * <p>
 * Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
 * value of <code>NextMarker</code> from the truncated response you just received.
 * </p>
 * 
 * @param marker
 *        Use this parameter in a subsequent request after you receive a response with truncated results. Set it to
 *        the value of <code>NextMarker</code> from the truncated response you just received.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public ListKeysRequest withMarker(String marker) {
  setMarker(marker);
  return this;
}
com.amazonaws.services.kms.modelListKeysRequestsetMarker

Javadoc

Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the value of NextMarker from the truncated response you just received.

Popular methods of ListKeysRequest

  • <init>
  • getLimit
    Use this parameter to specify the maximum number of items to return. When this value is present, AW
  • getMarker
    Use this parameter in a subsequent request after you receive a response with truncated results. Set
  • setLimit
    Use this parameter to specify the maximum number of items to return. When this value is present, AW
  • withLimit
    Use this parameter to specify the maximum number of items to return. When this value is present, AW

Popular classes and methods

  • getOriginalFilename (MultipartFile)
  • runOnUiThread (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • Dictionary (java.util)
    The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to valu
  • List (java.util)
    A List is a collection which maintains an ordering for its elements. Every element in the List has a
  • TimeZone (java.util)
    TimeZone represents a time zone, primarily used for configuring a Calendar or java.text.SimpleDateF
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.

For IntelliJ IDEA,
Android Studio or Eclipse

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)