Uses of Class
software.amazon.awssdk.services.detective.model.InvitationType
-
Packages that use InvitationType Package Description software.amazon.awssdk.services.detective.model -
-
Uses of InvitationType in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return InvitationType Modifier and Type Method Description static InvitationTypeInvitationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InvitationTypeMemberDetail. invitationType()The type of behavior graph membership.static InvitationTypeInvitationType. valueOf(String name)Returns the enum constant of this type with the specified name.static InvitationType[]InvitationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type InvitationType Modifier and Type Method Description static Set<InvitationType>InvitationType. knownValues()Methods in software.amazon.awssdk.services.detective.model with parameters of type InvitationType Modifier and Type Method Description MemberDetail.BuilderMemberDetail.Builder. invitationType(InvitationType invitationType)The type of behavior graph membership.
-