Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.InvitationStatus
-
Packages that use InvitationStatus Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of InvitationStatus in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.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.InvitationStatusEngagementInvitationSummary. status()Represents the current status of the Engagement Invitation, such asPending,Accepted, orRejected.InvitationStatusGetEngagementInvitationResponse. status()The current status of the engagement 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.partnercentralselling.model that return types with arguments of type InvitationStatus Modifier and Type Method Description static Set<InvitationStatus>InvitationStatus. knownValues()List<InvitationStatus>ListEngagementInvitationsRequest. status()Status values to filter the invitations.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type InvitationStatus Modifier and Type Method Description EngagementInvitationSummary.BuilderEngagementInvitationSummary.Builder. status(InvitationStatus status)Represents the current status of the Engagement Invitation, such asPending,Accepted, orRejected.GetEngagementInvitationResponse.BuilderGetEngagementInvitationResponse.Builder. status(InvitationStatus status)The current status of the engagement invitation.ListEngagementInvitationsRequest.BuilderListEngagementInvitationsRequest.Builder. status(InvitationStatus... status)Status values to filter the invitations.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type InvitationStatus Modifier and Type Method Description ListEngagementInvitationsRequest.BuilderListEngagementInvitationsRequest.Builder. status(Collection<InvitationStatus> status)Status values to filter the invitations.
-