Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ReviewStatus
-
Packages that use ReviewStatus Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ReviewStatus in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return ReviewStatus Modifier and Type Method Description static ReviewStatusReviewStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReviewStatusLifeCycle. reviewStatus()Indicates the review status of an opportunity referred by a partner.ReviewStatusLifeCycleForView. reviewStatus()Defines the approval status of the opportunity shared through a snapshot.ReviewStatusLifeCycleSummary. reviewStatus()Indicates the review status of a partner referred opportunity.static ReviewStatusReviewStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReviewStatus[]ReviewStatus. 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 ReviewStatus Modifier and Type Method Description static Set<ReviewStatus>ReviewStatus. knownValues()List<ReviewStatus>ListOpportunitiesRequest. lifeCycleReviewStatus()Filters the opportunities based on their current lifecycle approval status.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type ReviewStatus Modifier and Type Method Description ListOpportunitiesRequest.BuilderListOpportunitiesRequest.Builder. lifeCycleReviewStatus(ReviewStatus... lifeCycleReviewStatus)Filters the opportunities based on their current lifecycle approval status.LifeCycle.BuilderLifeCycle.Builder. reviewStatus(ReviewStatus reviewStatus)Indicates the review status of an opportunity referred by a partner.LifeCycleForView.BuilderLifeCycleForView.Builder. reviewStatus(ReviewStatus reviewStatus)Defines the approval status of the opportunity shared through a snapshot.LifeCycleSummary.BuilderLifeCycleSummary.Builder. reviewStatus(ReviewStatus reviewStatus)Indicates the review status of a partner referred opportunity.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type ReviewStatus Modifier and Type Method Description ListOpportunitiesRequest.BuilderListOpportunitiesRequest.Builder. lifeCycleReviewStatus(Collection<ReviewStatus> lifeCycleReviewStatus)Filters the opportunities based on their current lifecycle approval status.
-