Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.Stage
-
Packages that use Stage Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of Stage in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return Stage Modifier and Type Method Description static StageStage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StageLifeCycle. stage()Specifies the current stage of theOpportunity's lifecycle as it maps to Amazon Web Services stages from the current stage in the partner CRM.StageLifeCycleForView. stage()Defines the current stage of the opportunity shared through a snapshot.StageLifeCycleSummary. stage()Specifies the current stage of theOpportunity's lifecycle as it maps to Amazon Web Services stages from the current stage in the partner CRM.static StageStage. valueOf(String name)Returns the enum constant of this type with the specified name.static Stage[]Stage. 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 Stage Modifier and Type Method Description static Set<Stage>Stage. knownValues()List<Stage>ListOpportunitiesRequest. lifeCycleStage()Filters the opportunities based on their lifecycle stage.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type Stage Modifier and Type Method Description ListOpportunitiesRequest.BuilderListOpportunitiesRequest.Builder. lifeCycleStage(Stage... lifeCycleStage)Filters the opportunities based on their lifecycle stage.LifeCycle.BuilderLifeCycle.Builder. stage(Stage stage)Specifies the current stage of theOpportunity's lifecycle as it maps to Amazon Web Services stages from the current stage in the partner CRM.LifeCycleForView.BuilderLifeCycleForView.Builder. stage(Stage stage)Defines the current stage of the opportunity shared through a snapshot.LifeCycleSummary.BuilderLifeCycleSummary.Builder. stage(Stage stage)Specifies the current stage of theOpportunity's lifecycle as it maps to Amazon Web Services stages from the current stage in the partner CRM.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type Stage Modifier and Type Method Description ListOpportunitiesRequest.BuilderListOpportunitiesRequest.Builder. lifeCycleStage(Collection<Stage> lifeCycleStage)Filters the opportunities based on their lifecycle stage.
-