Tabnine Logo
ExportStatus
Code IndexAdd Tabnine to your IDE (free)

How to use
ExportStatus
in
software.amazon.awssdk.services.applicationdiscovery.model

Best Java code snippets using software.amazon.awssdk.services.applicationdiscovery.model.ExportStatus (Showing top 12 results out of 315)

origin: aws/aws-sdk-java-v2

/**
 * <p>
 * The status of the data export job.
 * </p>
 * <p>
 * If the service returns an enum value that is not available in the current SDK version, {@link #exportStatus} will
 * return {@link ExportStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from
 * {@link #exportStatusAsString}.
 * </p>
 * 
 * @return The status of the data export job.
 * @see ExportStatus
 */
public ExportStatus exportStatus() {
  return ExportStatus.fromValue(exportStatus);
}
origin: aws/aws-sdk-java-v2

/**
 * Use this in place of valueOf to convert the raw string returned by the service into the enum value.
 *
 * @param value
 *        real value
 * @return ExportStatus corresponding to the value
 */
public static ExportStatus fromValue(String value) {
  if (value == null) {
    return null;
  }
  return Stream.of(ExportStatus.values()).filter(e -> e.toString().equals(value)).findFirst()
      .orElse(UNKNOWN_TO_SDK_VERSION);
}
origin: aws/aws-sdk-java-v2

  /**
   * Use this in place of {@link #values()} to return a {@link Set} of all values known to the SDK. This will return
   * all known enum values except {@link #UNKNOWN_TO_SDK_VERSION}.
   *
   * @return a {@link Set} of known {@link ExportStatus}s
   */
  public static Set<ExportStatus> knownValues() {
    return Stream.of(values()).filter(v -> v != UNKNOWN_TO_SDK_VERSION).collect(toSet());
  }
}
origin: aws/aws-sdk-java-v2

@Override
public final Builder exportStatus(ExportStatus exportStatus) {
  this.exportStatus(exportStatus.toString());
  return this;
}
origin: software.amazon.awssdk/applicationdiscovery

/**
 * Use this in place of valueOf to convert the raw string returned by the service into the enum value.
 *
 * @param value
 *        real value
 * @return ExportStatus corresponding to the value
 */
public static ExportStatus fromValue(String value) {
  if (value == null) {
    return null;
  }
  return Stream.of(ExportStatus.values()).filter(e -> e.toString().equals(value)).findFirst()
      .orElse(UNKNOWN_TO_SDK_VERSION);
}
origin: software.amazon.awssdk/discovery

  /**
   * Use this in place of {@link #values()} to return a {@link Set} of all values known to the SDK. This will return
   * all known enum values except {@link #UNKNOWN_TO_SDK_VERSION}.
   *
   * @return a {@link Set} of known {@link ExportStatus}s
   */
  public static Set<ExportStatus> knownValues() {
    return Stream.of(values()).filter(v -> v != UNKNOWN_TO_SDK_VERSION).collect(toSet());
  }
}
origin: software.amazon.awssdk/applicationdiscovery

@Override
public final Builder exportStatus(ExportStatus exportStatus) {
  this.exportStatus(exportStatus.toString());
  return this;
}
origin: software.amazon.awssdk/discovery

/**
 * Use this in place of valueOf to convert the raw string returned by the service into the enum value.
 *
 * @param value
 *        real value
 * @return ExportStatus corresponding to the value
 */
public static ExportStatus fromValue(String value) {
  if (value == null) {
    return null;
  }
  return Stream.of(ExportStatus.values()).filter(e -> e.toString().equals(value)).findFirst()
      .orElse(UNKNOWN_TO_SDK_VERSION);
}
origin: software.amazon.awssdk/applicationdiscovery

  /**
   * Use this in place of {@link #values()} to return a {@link Set} of all values known to the SDK. This will return
   * all known enum values except {@link #UNKNOWN_TO_SDK_VERSION}.
   *
   * @return a {@link Set} of known {@link ExportStatus}s
   */
  public static Set<ExportStatus> knownValues() {
    return Stream.of(values()).filter(v -> v != UNKNOWN_TO_SDK_VERSION).collect(toSet());
  }
}
origin: software.amazon.awssdk/discovery

@Override
public final Builder exportStatus(ExportStatus exportStatus) {
  this.exportStatus(exportStatus.toString());
  return this;
}
origin: software.amazon.awssdk/discovery

/**
 * <p>
 * The status of the data export job.
 * </p>
 * <p>
 * If the service returns an enum value that is not available in the current SDK version, {@link #exportStatus} will
 * return {@link ExportStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from
 * {@link #exportStatusAsString}.
 * </p>
 * 
 * @return The status of the data export job.
 * @see ExportStatus
 */
public ExportStatus exportStatus() {
  return ExportStatus.fromValue(exportStatus);
}
origin: software.amazon.awssdk/applicationdiscovery

/**
 * <p>
 * The status of the data export job.
 * </p>
 * <p>
 * If the service returns an enum value that is not available in the current SDK version, {@link #exportStatus} will
 * return {@link ExportStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from
 * {@link #exportStatusAsString}.
 * </p>
 * 
 * @return The status of the data export job.
 * @see ExportStatus
 */
public ExportStatus exportStatus() {
  return ExportStatus.fromValue(exportStatus);
}
software.amazon.awssdk.services.applicationdiscovery.modelExportStatus

Most used methods

  • fromValue
    Use this in place of valueOf to convert the raw string returned by the service into the enum value.
  • toString
  • values

Popular in Java

  • Start an intent from android
  • getSupportFragmentManager (FragmentActivity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • compareTo (BigDecimal)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • ImageIO (javax.imageio)
  • JButton (javax.swing)
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top plugins for Android Studio
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