Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.OpportunityType
-
Packages that use OpportunityType Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of OpportunityType in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return OpportunityType Modifier and Type Method Description static OpportunityTypeOpportunityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OpportunityTypeCreateOpportunityRequest. opportunityType()Specifies the opportunity type as a renewal, new, or expansion.OpportunityTypeGetOpportunityResponse. opportunityType()Specifies the opportunity type as renewal, new, or expansion.OpportunityTypeOpportunitySummary. opportunityType()Specifies opportunity type as a renewal, new, or expansion.OpportunityTypeOpportunitySummaryView. opportunityType()Specifies the opportunity type.OpportunityTypeUpdateOpportunityRequest. opportunityType()Specifies the opportunity type as a renewal, new, or expansion.static OpportunityTypeOpportunityType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpportunityType[]OpportunityType. 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 OpportunityType Modifier and Type Method Description static Set<OpportunityType>OpportunityType. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type OpportunityType Modifier and Type Method Description CreateOpportunityRequest.BuilderCreateOpportunityRequest.Builder. opportunityType(OpportunityType opportunityType)Specifies the opportunity type as a renewal, new, or expansion.GetOpportunityResponse.BuilderGetOpportunityResponse.Builder. opportunityType(OpportunityType opportunityType)Specifies the opportunity type as renewal, new, or expansion.OpportunitySummary.BuilderOpportunitySummary.Builder. opportunityType(OpportunityType opportunityType)Specifies opportunity type as a renewal, new, or expansion.OpportunitySummaryView.BuilderOpportunitySummaryView.Builder. opportunityType(OpportunityType opportunityType)Specifies the opportunity type.UpdateOpportunityRequest.BuilderUpdateOpportunityRequest.Builder. opportunityType(OpportunityType opportunityType)Specifies the opportunity type as a renewal, new, or expansion.
-