Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.NextStepsHistory
-
Packages that use NextStepsHistory Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of NextStepsHistory in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type NextStepsHistory Modifier and Type Method Description List<NextStepsHistory>LifeCycle. nextStepsHistory()Captures a chronological record of the next steps or actions planned or taken for the current opportunity, along with the timestamp.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type NextStepsHistory Modifier and Type Method Description LifeCycle.BuilderLifeCycle.Builder. nextStepsHistory(NextStepsHistory... nextStepsHistory)Captures a chronological record of the next steps or actions planned or taken for the current opportunity, along with the timestamp.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type NextStepsHistory Modifier and Type Method Description LifeCycle.BuilderLifeCycle.Builder. nextStepsHistory(Collection<NextStepsHistory> nextStepsHistory)Captures a chronological record of the next steps or actions planned or taken for the current opportunity, along with the timestamp.
-