Uses of Class
software.amazon.awssdk.services.wellarchitected.model.TrustedAdvisorIntegrationStatus
-
Packages that use TrustedAdvisorIntegrationStatus Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of TrustedAdvisorIntegrationStatus in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return TrustedAdvisorIntegrationStatus Modifier and Type Method Description static TrustedAdvisorIntegrationStatusTrustedAdvisorIntegrationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrustedAdvisorIntegrationStatusWorkloadDiscoveryConfig. trustedAdvisorIntegrationStatus()Discovery integration status in respect to Trusted Advisor for the workload.static TrustedAdvisorIntegrationStatusTrustedAdvisorIntegrationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TrustedAdvisorIntegrationStatus[]TrustedAdvisorIntegrationStatus. 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 TrustedAdvisorIntegrationStatus Modifier and Type Method Description static Set<TrustedAdvisorIntegrationStatus>TrustedAdvisorIntegrationStatus. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type TrustedAdvisorIntegrationStatus Modifier and Type Method Description WorkloadDiscoveryConfig.BuilderWorkloadDiscoveryConfig.Builder. trustedAdvisorIntegrationStatus(TrustedAdvisorIntegrationStatus trustedAdvisorIntegrationStatus)Discovery integration status in respect to Trusted Advisor for the workload.
-