Uses of Class
software.amazon.awssdk.services.managedblockchain.model.InvitationStatus
-
Packages that use InvitationStatus Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of InvitationStatus in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return InvitationStatus Modifier and Type Method Description static InvitationStatusInvitationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InvitationStatusInvitation. status()The status of the invitation:static InvitationStatusInvitationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InvitationStatus[]InvitationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type InvitationStatus Modifier and Type Method Description static Set<InvitationStatus>InvitationStatus. knownValues()Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type InvitationStatus Modifier and Type Method Description Invitation.BuilderInvitation.Builder. status(InvitationStatus status)The status of the invitation:
-