Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ReasonCode
-
Packages that use ReasonCode Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ReasonCode in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return ReasonCode Modifier and Type Method Description static ReasonCodeReasonCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReasonCodeListEngagementByAcceptingInvitationTaskSummary. reasonCode()A code pointing to the specific reason for the failure.ReasonCodeListEngagementFromOpportunityTaskSummary. reasonCode()A code indicating the specific reason for a task failure.ReasonCodeStartEngagementByAcceptingInvitationTaskResponse. reasonCode()Indicates the reason for task failure using an enumerated code.ReasonCodeStartEngagementFromOpportunityTaskResponse. reasonCode()Indicates the reason for task failure using an enumerated code.static ReasonCodeReasonCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ReasonCode[]ReasonCode. 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 ReasonCode Modifier and Type Method Description static Set<ReasonCode>ReasonCode. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type ReasonCode Modifier and Type Method Description ListEngagementByAcceptingInvitationTaskSummary.BuilderListEngagementByAcceptingInvitationTaskSummary.Builder. reasonCode(ReasonCode reasonCode)A code pointing to the specific reason for the failure.ListEngagementFromOpportunityTaskSummary.BuilderListEngagementFromOpportunityTaskSummary.Builder. reasonCode(ReasonCode reasonCode)A code indicating the specific reason for a task failure.StartEngagementByAcceptingInvitationTaskResponse.BuilderStartEngagementByAcceptingInvitationTaskResponse.Builder. reasonCode(ReasonCode reasonCode)Indicates the reason for task failure using an enumerated code.StartEngagementFromOpportunityTaskResponse.BuilderStartEngagementFromOpportunityTaskResponse.Builder. reasonCode(ReasonCode reasonCode)Indicates the reason for task failure using an enumerated code.
-