Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ParticipantType
-
Packages that use ParticipantType Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ParticipantType in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return ParticipantType Modifier and Type Method Description static ParticipantTypeParticipantType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ParticipantTypeEngagementInvitationSummary. participantType()Identifies the role of the caller in the engagement invitation.ParticipantTypeListEngagementInvitationsRequest. participantType()Specifies the type of participant for which to list engagement invitations.static ParticipantTypeParticipantType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParticipantType[]ParticipantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type ParticipantType Modifier and Type Method Description static Set<ParticipantType>ParticipantType. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type ParticipantType Modifier and Type Method Description EngagementInvitationSummary.BuilderEngagementInvitationSummary.Builder. participantType(ParticipantType participantType)Identifies the role of the caller in the engagement invitation.ListEngagementInvitationsRequest.BuilderListEngagementInvitationsRequest.Builder. participantType(ParticipantType participantType)Specifies the type of participant for which to list engagement invitations.
-