Uses of Class
software.amazon.awssdk.services.appstream.model.MessageAction
-
Packages that use MessageAction Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of MessageAction in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return MessageAction Modifier and Type Method Description static MessageActionMessageAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MessageActionCreateUserRequest. messageAction()The action to take for the welcome email that is sent to a user after the user is created in the user pool.static MessageActionMessageAction. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageAction[]MessageAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type MessageAction Modifier and Type Method Description static Set<MessageAction>MessageAction. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type MessageAction Modifier and Type Method Description CreateUserRequest.BuilderCreateUserRequest.Builder. messageAction(MessageAction messageAction)The action to take for the welcome email that is sent to a user after the user is created in the user pool.
-