Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.SolutionStatus
-
Packages that use SolutionStatus Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of SolutionStatus in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return SolutionStatus Modifier and Type Method Description static SolutionStatusSolutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SolutionStatusSolutionBase. status()Specifies the solution's current status, which indicates its state in the system.static SolutionStatusSolutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SolutionStatus[]SolutionStatus. 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 SolutionStatus Modifier and Type Method Description static Set<SolutionStatus>SolutionStatus. knownValues()List<SolutionStatus>ListSolutionsRequest. status()Filters solutions based on their status.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type SolutionStatus Modifier and Type Method Description ListSolutionsRequest.BuilderListSolutionsRequest.Builder. status(SolutionStatus... status)Filters solutions based on their status.SolutionBase.BuilderSolutionBase.Builder. status(SolutionStatus status)Specifies the solution's current status, which indicates its state in the system.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type SolutionStatus Modifier and Type Method Description ListSolutionsRequest.BuilderListSolutionsRequest.Builder. status(Collection<SolutionStatus> status)Filters solutions based on their status.
-