Tabnine Logo
BucketAccelerateConfiguration.setStatus
Code IndexAdd Tabnine to your IDE (free)

How to use
setStatus
method
in
com.amazonaws.services.s3.model.BucketAccelerateConfiguration

Best Java code snippets using com.amazonaws.services.s3.model.BucketAccelerateConfiguration.setStatus (Showing top 20 results out of 315)

origin: aws/aws-sdk-java

/**
 * Fluent setter method for {@link #setStatus(String)}
 *
 * @return This {@link BucketAccelerateConfiguration} object so that additional method calls may
 *         be chained together.
 * @see #setStatus(String)
 */
public BucketAccelerateConfiguration withStatus(String status) {
  setStatus(status);
  return this;
}
origin: aws/aws-sdk-java

/**
 * Creates a new bucket accelerate configuration object with the specified status.
 *
 * @param status
 *            The desired bucket accelerate status for the new configuration object. See
 *            {@link BucketAccelerateStatus} for a list of valid values.
 */
public BucketAccelerateConfiguration(BucketAccelerateStatus status) {
  setStatus(status);
}
origin: aws/aws-sdk-java

/**
 * Creates a new bucket accelerate configuration object with the specified status.
 *
 * @param status
 *            The desired bucket accelerate status for the new configuration object. See
 *            {@link BucketAccelerateStatus} for a list of valid values.
 */
public BucketAccelerateConfiguration(String status) {
  setStatus(status);
}
origin: aws/aws-sdk-java

public BucketAccelerateConfiguration withStatus(BucketAccelerateStatus status) {
  setStatus(status);
  return this;
}
origin: aws/aws-sdk-java

/**
 * Sets the desired bucket accelerate status for this configuration object.
 *
 * @param status
 *            The desired bucket accelerate status for this configuration object. See
 *            {@link BucketAccelerateStatus} for a list of valid values.
 */
public void setStatus(BucketAccelerateStatus status) {
  setStatus(status.toString());
}
origin: aws/aws-sdk-java

  @Override
  protected void doEndElement(String uri, String name, String qName) {
    if (in("AccelerateConfiguration")) {
      if (name.equals("Status")) {
        configuration.setStatus(getText());
      }
    }
  }
}
origin: aws-amplify/aws-sdk-android

/**
 * Fluent setter method for {@link #setStatus(String)}
 *
 * @return This {@link BucketAccelerateConfiguration} object so that
 *         additional method calls may be chained together.
 * @see #setStatus(String)
 */
public BucketAccelerateConfiguration withStatus(String status) {
  setStatus(status);
  return this;
}
origin: aws-amplify/aws-sdk-android

/**
 * Creates a new bucket accelerate configuration object with the specified
 * status.
 *
 * @param status The desired bucket accelerate status for the new
 *            configuration object. See {@link BucketAccelerateStatus} for a
 *            list of valid values.
 */
public BucketAccelerateConfiguration(BucketAccelerateStatus status) {
  setStatus(status);
}
origin: aws-amplify/aws-sdk-android

/**
 * Creates a new bucket accelerate configuration object with the specified
 * status.
 *
 * @param status The desired bucket accelerate status for the new
 *            configuration object. See {@link BucketAccelerateStatus} for a
 *            list of valid values.
 */
public BucketAccelerateConfiguration(String status) {
  setStatus(status);
}
origin: aws-amplify/aws-sdk-android

public BucketAccelerateConfiguration withStatus(BucketAccelerateStatus status) {
  setStatus(status);
  return this;
}
origin: aws-amplify/aws-sdk-android

/**
 * Sets the desired bucket accelerate status for this configuration object.
 *
 * @param status The desired bucket accelerate status for this configuration
 *            object. See {@link BucketAccelerateStatus} for a list of valid
 *            values.
 */
public void setStatus(BucketAccelerateStatus status) {
  setStatus(status.toString());
}
origin: aws-amplify/aws-sdk-android

  @Override
  protected void doEndElement(String uri, String name, String qName) {
    if (in("AccelerateConfiguration")) {
      if (name.equals("Status")) {
        configuration.setStatus(getText());
      }
    }
  }
}
origin: com.amazonaws/aws-android-sdk-s3

/**
 * Creates a new bucket accelerate configuration object with the specified
 * status.
 *
 * @param status The desired bucket accelerate status for the new
 *            configuration object. See {@link BucketAccelerateStatus} for a
 *            list of valid values.
 */
public BucketAccelerateConfiguration(String status) {
  setStatus(status);
}
origin: Nextdoor/bender

/**
 * Creates a new bucket accelerate configuration object with the specified status.
 *
 * @param status
 *            The desired bucket accelerate status for the new configuration object. See
 *            {@link BucketAccelerateStatus} for a list of valid values.
 */
public BucketAccelerateConfiguration(BucketAccelerateStatus status) {
  setStatus(status);
}
origin: com.amazonaws/aws-android-sdk-s3

public BucketAccelerateConfiguration withStatus(BucketAccelerateStatus status) {
  setStatus(status);
  return this;
}
origin: com.amazonaws/aws-android-sdk-s3

/**
 * Creates a new bucket accelerate configuration object with the specified
 * status.
 *
 * @param status The desired bucket accelerate status for the new
 *            configuration object. See {@link BucketAccelerateStatus} for a
 *            list of valid values.
 */
public BucketAccelerateConfiguration(BucketAccelerateStatus status) {
  setStatus(status);
}
origin: com.amazonaws/aws-android-sdk-s3

/**
 * Fluent setter method for {@link #setStatus(String)}
 *
 * @return This {@link BucketAccelerateConfiguration} object so that
 *         additional method calls may be chained together.
 * @see #setStatus(String)
 */
public BucketAccelerateConfiguration withStatus(String status) {
  setStatus(status);
  return this;
}
origin: Nextdoor/bender

/**
 * Sets the desired bucket accelerate status for this configuration object.
 *
 * @param status
 *            The desired bucket accelerate status for this configuration object. See
 *            {@link BucketAccelerateStatus} for a list of valid values.
 */
public void setStatus(BucketAccelerateStatus status) {
  setStatus(status.toString());
}
origin: Nextdoor/bender

  @Override
  protected void doEndElement(String uri, String name, String qName) {
    if (in("AccelerateConfiguration")) {
      if (name.equals("Status")) {
        configuration.setStatus(getText());
      }
    }
  }
}
origin: com.amazonaws/aws-android-sdk-s3

  @Override
  protected void doEndElement(String uri, String name, String qName) {
    if (in("AccelerateConfiguration")) {
      if (name.equals("Status")) {
        configuration.setStatus(getText());
      }
    }
  }
}
com.amazonaws.services.s3.modelBucketAccelerateConfigurationsetStatus

Javadoc

Sets the desired bucket accelerate status for this configuration object.

Popular methods of BucketAccelerateConfiguration

  • getStatus
  • <init>
    Creates a new bucket accelerate configuration object with the specified status.
  • isAccelerateEnabled
    A convenience method that returns whether the bucket is enabled accelerate mode.

Popular in Java

  • Parsing JSON documents to java classes using gson
  • addToBackStack (FragmentTransaction)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSupportFragmentManager (FragmentActivity)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • JList (javax.swing)
  • Best plugins for Eclipse
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