Uses of Class
software.amazon.awssdk.services.wellarchitected.model.WorkloadImprovementStatus
-
Packages that use WorkloadImprovementStatus Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of WorkloadImprovementStatus in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return WorkloadImprovementStatus Modifier and Type Method Description static WorkloadImprovementStatusWorkloadImprovementStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkloadImprovementStatusUpdateWorkloadRequest. improvementStatus()Returns the value of the ImprovementStatus property for this object.WorkloadImprovementStatusWorkload. improvementStatus()Returns the value of the ImprovementStatus property for this object.WorkloadImprovementStatusWorkloadSummary. improvementStatus()Returns the value of the ImprovementStatus property for this object.static WorkloadImprovementStatusWorkloadImprovementStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkloadImprovementStatus[]WorkloadImprovementStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type WorkloadImprovementStatus Modifier and Type Method Description static Set<WorkloadImprovementStatus>WorkloadImprovementStatus. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type WorkloadImprovementStatus Modifier and Type Method Description UpdateWorkloadRequest.BuilderUpdateWorkloadRequest.Builder. improvementStatus(WorkloadImprovementStatus improvementStatus)Sets the value of the ImprovementStatus property for this object.Workload.BuilderWorkload.Builder. improvementStatus(WorkloadImprovementStatus improvementStatus)Sets the value of the ImprovementStatus property for this object.WorkloadSummary.BuilderWorkloadSummary.Builder. improvementStatus(WorkloadImprovementStatus improvementStatus)Sets the value of the ImprovementStatus property for this object.
-