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

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

Best Java code snippets using software.amazon.awssdk.services.applicationdiscovery.model.ExportStatus.fromValue (Showing top 3 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: 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.modelExportStatusfromValue

Javadoc

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

Popular methods of ExportStatus

  • 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
  • From CI to AI: The AI layer in your organization
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