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