Uses of Class
software.amazon.awssdk.services.chime.model.InviteStatus
-
Packages that use InviteStatus Package Description software.amazon.awssdk.services.chime.model -
-
Uses of InviteStatus in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return InviteStatus Modifier and Type Method Description static InviteStatusInviteStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InviteStatusInvite. status()The status of the invite.InviteStatusUser. userInvitationStatus()The user invite status.static InviteStatusInviteStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InviteStatus[]InviteStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type InviteStatus Modifier and Type Method Description static Set<InviteStatus>InviteStatus. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type InviteStatus Modifier and Type Method Description Invite.BuilderInvite.Builder. status(InviteStatus status)The status of the invite.User.BuilderUser.Builder. userInvitationStatus(InviteStatus userInvitationStatus)The user invite status.
-