Uses of Class
software.amazon.awssdk.services.wellarchitected.model.IntegrationStatusInput
-
Packages that use IntegrationStatusInput Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of IntegrationStatusInput in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return IntegrationStatusInput Modifier and Type Method Description static IntegrationStatusInputIntegrationStatusInput. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IntegrationStatusInputAccountJiraConfigurationInput. integrationStatus()Account-level: Configuration status of the Jira integration.static IntegrationStatusInputIntegrationStatusInput. valueOf(String name)Returns the enum constant of this type with the specified name.static IntegrationStatusInput[]IntegrationStatusInput. 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 IntegrationStatusInput Modifier and Type Method Description static Set<IntegrationStatusInput>IntegrationStatusInput. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type IntegrationStatusInput Modifier and Type Method Description AccountJiraConfigurationInput.BuilderAccountJiraConfigurationInput.Builder. integrationStatus(IntegrationStatusInput integrationStatus)Account-level: Configuration status of the Jira integration.
-