Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.OpportunityOrigin
-
Packages that use OpportunityOrigin Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of OpportunityOrigin in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return OpportunityOrigin Modifier and Type Method Description static OpportunityOriginOpportunityOrigin. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OpportunityOriginCreateOpportunityRequest. origin()Specifies the origin of the opportunity, indicating if it was sourced from Amazon Web Services or the partner.OpportunityOriginGetAwsOpportunitySummaryResponse. origin()Specifies whether the AWS Opportunity originated from AWS or the partner.static OpportunityOriginOpportunityOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static OpportunityOrigin[]OpportunityOrigin. 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 OpportunityOrigin Modifier and Type Method Description static Set<OpportunityOrigin>OpportunityOrigin. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type OpportunityOrigin Modifier and Type Method Description CreateOpportunityRequest.BuilderCreateOpportunityRequest.Builder. origin(OpportunityOrigin origin)Specifies the origin of the opportunity, indicating if it was sourced from Amazon Web Services or the partner.GetAwsOpportunitySummaryResponse.BuilderGetAwsOpportunitySummaryResponse.Builder. origin(OpportunityOrigin origin)Specifies whether the AWS Opportunity originated from AWS or the partner.
-