Uses of Class
software.amazon.awssdk.services.wellarchitected.model.WorkloadIssueManagementStatus
-
Packages that use WorkloadIssueManagementStatus Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of WorkloadIssueManagementStatus in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return WorkloadIssueManagementStatus Modifier and Type Method Description static WorkloadIssueManagementStatusWorkloadIssueManagementStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkloadIssueManagementStatusWorkloadJiraConfigurationInput. issueManagementStatus()Workload-level: Jira issue management status.WorkloadIssueManagementStatusWorkloadJiraConfigurationOutput. issueManagementStatus()Workload-level: Jira issue management status.static WorkloadIssueManagementStatusWorkloadIssueManagementStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkloadIssueManagementStatus[]WorkloadIssueManagementStatus. 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 WorkloadIssueManagementStatus Modifier and Type Method Description static Set<WorkloadIssueManagementStatus>WorkloadIssueManagementStatus. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type WorkloadIssueManagementStatus Modifier and Type Method Description WorkloadJiraConfigurationInput.BuilderWorkloadJiraConfigurationInput.Builder. issueManagementStatus(WorkloadIssueManagementStatus issueManagementStatus)Workload-level: Jira issue management status.WorkloadJiraConfigurationOutput.BuilderWorkloadJiraConfigurationOutput.Builder. issueManagementStatus(WorkloadIssueManagementStatus issueManagementStatus)Workload-level: Jira issue management status.
-