Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.SalesInvolvementType
-
Packages that use SalesInvolvementType Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of SalesInvolvementType in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return SalesInvolvementType Modifier and Type Method Description static SalesInvolvementTypeSalesInvolvementType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SalesInvolvementTypeAwsSubmission. involvementType()Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation.SalesInvolvementTypeGetAwsOpportunitySummaryResponse. involvementType()Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support.SalesInvolvementTypeSubmitOpportunityRequest. involvementType()Specifies the level of AWS sellers' involvement on the opportunity.static SalesInvolvementTypeSalesInvolvementType. valueOf(String name)Returns the enum constant of this type with the specified name.static SalesInvolvementType[]SalesInvolvementType. 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 SalesInvolvementType Modifier and Type Method Description static Set<SalesInvolvementType>SalesInvolvementType. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type SalesInvolvementType Modifier and Type Method Description AwsSubmission.BuilderAwsSubmission.Builder. involvementType(SalesInvolvementType involvementType)Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation.GetAwsOpportunitySummaryResponse.BuilderGetAwsOpportunitySummaryResponse.Builder. involvementType(SalesInvolvementType involvementType)Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support.SubmitOpportunityRequest.BuilderSubmitOpportunityRequest.Builder. involvementType(SalesInvolvementType involvementType)Specifies the level of AWS sellers' involvement on the opportunity.
-