Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.AwsOpportunityStage
-
Packages that use AwsOpportunityStage Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of AwsOpportunityStage in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return AwsOpportunityStage Modifier and Type Method Description static AwsOpportunityStageAwsOpportunityStage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AwsOpportunityStageAwsOpportunityLifeCycle. stage()Represents the current stage of the opportunity in its lifecycle, such asQualification,Validation, orClosed Won.static AwsOpportunityStageAwsOpportunityStage. valueOf(String name)Returns the enum constant of this type with the specified name.static AwsOpportunityStage[]AwsOpportunityStage. 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 AwsOpportunityStage Modifier and Type Method Description static Set<AwsOpportunityStage>AwsOpportunityStage. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type AwsOpportunityStage Modifier and Type Method Description AwsOpportunityLifeCycle.BuilderAwsOpportunityLifeCycle.Builder. stage(AwsOpportunityStage stage)Represents the current stage of the opportunity in its lifecycle, such asQualification,Validation, orClosed Won.
-