Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ExpectedCustomerSpend
-
Packages that use ExpectedCustomerSpend Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ExpectedCustomerSpend in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type ExpectedCustomerSpend Modifier and Type Method Description List<ExpectedCustomerSpend>AwsOpportunityProject. expectedCustomerSpend()Indicates the expected spending by the customer over the course of the project.List<ExpectedCustomerSpend>Project. expectedCustomerSpend()Represents the estimated amount that the customer is expected to spend on AWS services related to the opportunity.List<ExpectedCustomerSpend>ProjectDetails. expectedCustomerSpend()Contains revenue estimates for the partner related to the project.List<ExpectedCustomerSpend>ProjectSummary. expectedCustomerSpend()Provides a summary of the expected customer spend for the project, offering a high-level view of the potential financial impact.List<ExpectedCustomerSpend>ProjectView. expectedCustomerSpend()Provides information about the anticipated customer spend related to this project.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type ExpectedCustomerSpend Modifier and Type Method Description AwsOpportunityProject.BuilderAwsOpportunityProject.Builder. expectedCustomerSpend(ExpectedCustomerSpend... expectedCustomerSpend)Indicates the expected spending by the customer over the course of the project.Project.BuilderProject.Builder. expectedCustomerSpend(ExpectedCustomerSpend... expectedCustomerSpend)Represents the estimated amount that the customer is expected to spend on AWS services related to the opportunity.ProjectDetails.BuilderProjectDetails.Builder. expectedCustomerSpend(ExpectedCustomerSpend... expectedCustomerSpend)Contains revenue estimates for the partner related to the project.ProjectSummary.BuilderProjectSummary.Builder. expectedCustomerSpend(ExpectedCustomerSpend... expectedCustomerSpend)Provides a summary of the expected customer spend for the project, offering a high-level view of the potential financial impact.ProjectView.BuilderProjectView.Builder. expectedCustomerSpend(ExpectedCustomerSpend... expectedCustomerSpend)Provides information about the anticipated customer spend related to this project.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type ExpectedCustomerSpend Modifier and Type Method Description AwsOpportunityProject.BuilderAwsOpportunityProject.Builder. expectedCustomerSpend(Collection<ExpectedCustomerSpend> expectedCustomerSpend)Indicates the expected spending by the customer over the course of the project.Project.BuilderProject.Builder. expectedCustomerSpend(Collection<ExpectedCustomerSpend> expectedCustomerSpend)Represents the estimated amount that the customer is expected to spend on AWS services related to the opportunity.ProjectDetails.BuilderProjectDetails.Builder. expectedCustomerSpend(Collection<ExpectedCustomerSpend> expectedCustomerSpend)Contains revenue estimates for the partner related to the project.ProjectSummary.BuilderProjectSummary.Builder. expectedCustomerSpend(Collection<ExpectedCustomerSpend> expectedCustomerSpend)Provides a summary of the expected customer spend for the project, offering a high-level view of the potential financial impact.ProjectView.BuilderProjectView.Builder. expectedCustomerSpend(Collection<ExpectedCustomerSpend> expectedCustomerSpend)Provides information about the anticipated customer spend related to this project.
-