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

How to use
fromValue
method
in
software.amazon.awssdk.services.cognitoidentityprovider.model.MessageActionType

Best Java code snippets using software.amazon.awssdk.services.cognitoidentityprovider.model.MessageActionType.fromValue (Showing top 2 results out of 315)

origin: aws/aws-sdk-java-v2

/**
 * <p>
 * Set to <code>"RESEND"</code> to resend the invitation message to a user that already exists and reset the
 * expiration limit on the user's account. Set to <code>"SUPPRESS"</code> to suppress sending the message. Only one
 * value can be specified.
 * </p>
 * <p>
 * If the service returns an enum value that is not available in the current SDK version, {@link #messageAction}
 * will return {@link MessageActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available
 * from {@link #messageActionAsString}.
 * </p>
 * 
 * @return Set to <code>"RESEND"</code> to resend the invitation message to a user that already exists and reset the
 *         expiration limit on the user's account. Set to <code>"SUPPRESS"</code> to suppress sending the message.
 *         Only one value can be specified.
 * @see MessageActionType
 */
public MessageActionType messageAction() {
  return MessageActionType.fromValue(messageAction);
}
origin: software.amazon.awssdk/cognitoidp

/**
 * <p>
 * Set to <code>"RESEND"</code> to resend the invitation message to a user that already exists and reset the
 * expiration limit on the user's account. Set to <code>"SUPPRESS"</code> to suppress sending the message. Only one
 * value can be specified.
 * </p>
 * <p>
 * If the service returns an enum value that is not available in the current SDK version, {@link #messageAction}
 * will return {@link MessageActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available
 * from {@link #messageActionAsString}.
 * </p>
 * 
 * @return Set to <code>"RESEND"</code> to resend the invitation message to a user that already exists and reset the
 *         expiration limit on the user's account. Set to <code>"SUPPRESS"</code> to suppress sending the message.
 *         Only one value can be specified.
 * @see MessageActionType
 */
public MessageActionType messageAction() {
  return MessageActionType.fromValue(messageAction);
}
software.amazon.awssdk.services.cognitoidentityprovider.modelMessageActionTypefromValue

Javadoc

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

Popular methods of MessageActionType

  • toString
  • values

Popular in Java

  • Reactive rest calls using spring rest template
  • requestLocationUpdates (LocationManager)
  • getResourceAsStream (ClassLoader)
  • onCreateOptionsMenu (Activity)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top Sublime Text plugins
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