Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.MessageActionType
-
Packages that use MessageActionType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of MessageActionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return MessageActionType Modifier and Type Method Description static MessageActionTypeMessageActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MessageActionTypeAdminCreateUserRequest. messageAction()Set toRESENDto resend the invitation message to a user that already exists, and to reset the temporary-password duration with a new temporary password.static MessageActionTypeMessageActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageActionType[]MessageActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type MessageActionType Modifier and Type Method Description static Set<MessageActionType>MessageActionType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type MessageActionType Modifier and Type Method Description AdminCreateUserRequest.BuilderAdminCreateUserRequest.Builder. messageAction(MessageActionType messageAction)Set toRESENDto resend the invitation message to a user that already exists, and to reset the temporary-password duration with a new temporary password.
-