Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.PrimaryNeedFromAws
-
Packages that use PrimaryNeedFromAws Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of PrimaryNeedFromAws in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return PrimaryNeedFromAws Modifier and Type Method Description static PrimaryNeedFromAwsPrimaryNeedFromAws. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PrimaryNeedFromAwsPrimaryNeedFromAws. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimaryNeedFromAws[]PrimaryNeedFromAws. 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 PrimaryNeedFromAws Modifier and Type Method Description static Set<PrimaryNeedFromAws>PrimaryNeedFromAws. knownValues()List<PrimaryNeedFromAws>CreateOpportunityRequest. primaryNeedsFromAws()Identifies the type of support the partner needs from Amazon Web Services.List<PrimaryNeedFromAws>GetOpportunityResponse. primaryNeedsFromAws()Identifies the type of support the partner needs from Amazon Web Services.List<PrimaryNeedFromAws>OpportunitySummaryView. primaryNeedsFromAws()Identifies the type of support the partner needs from AWS.List<PrimaryNeedFromAws>UpdateOpportunityRequest. primaryNeedsFromAws()Identifies the type of support the partner needs from Amazon Web Services.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type PrimaryNeedFromAws Modifier and Type Method Description CreateOpportunityRequest.BuilderCreateOpportunityRequest.Builder. primaryNeedsFromAws(PrimaryNeedFromAws... primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.GetOpportunityResponse.BuilderGetOpportunityResponse.Builder. primaryNeedsFromAws(PrimaryNeedFromAws... primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.OpportunitySummaryView.BuilderOpportunitySummaryView.Builder. primaryNeedsFromAws(PrimaryNeedFromAws... primaryNeedsFromAws)Identifies the type of support the partner needs from AWS.UpdateOpportunityRequest.BuilderUpdateOpportunityRequest.Builder. primaryNeedsFromAws(PrimaryNeedFromAws... primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type PrimaryNeedFromAws Modifier and Type Method Description CreateOpportunityRequest.BuilderCreateOpportunityRequest.Builder. primaryNeedsFromAws(Collection<PrimaryNeedFromAws> primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.GetOpportunityResponse.BuilderGetOpportunityResponse.Builder. primaryNeedsFromAws(Collection<PrimaryNeedFromAws> primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.OpportunitySummaryView.BuilderOpportunitySummaryView.Builder. primaryNeedsFromAws(Collection<PrimaryNeedFromAws> primaryNeedsFromAws)Identifies the type of support the partner needs from AWS.UpdateOpportunityRequest.BuilderUpdateOpportunityRequest.Builder. primaryNeedsFromAws(Collection<PrimaryNeedFromAws> primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.
-