Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ProfileNextStepsHistory
-
Packages that use ProfileNextStepsHistory Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ProfileNextStepsHistory in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type ProfileNextStepsHistory Modifier and Type Method Description List<ProfileNextStepsHistory>AwsOpportunityLifeCycle. nextStepsHistory()Provides a historical log of previous next steps that were taken to move the opportunity forward.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type ProfileNextStepsHistory Modifier and Type Method Description AwsOpportunityLifeCycle.BuilderAwsOpportunityLifeCycle.Builder. nextStepsHistory(ProfileNextStepsHistory... nextStepsHistory)Provides a historical log of previous next steps that were taken to move the opportunity forward.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type ProfileNextStepsHistory Modifier and Type Method Description AwsOpportunityLifeCycle.BuilderAwsOpportunityLifeCycle.Builder. nextStepsHistory(Collection<ProfileNextStepsHistory> nextStepsHistory)Provides a historical log of previous next steps that were taken to move the opportunity forward.
-