Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.RecommendationLanguage
-
Packages that use RecommendationLanguage Package Description software.amazon.awssdk.services.trustedadvisor.model -
-
Uses of RecommendationLanguage in software.amazon.awssdk.services.trustedadvisor.model
Methods in software.amazon.awssdk.services.trustedadvisor.model that return RecommendationLanguage Modifier and Type Method Description static RecommendationLanguageRecommendationLanguage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecommendationLanguageListChecksRequest. language()The ISO 639-1 code for the language that you want your checks to appear in.static RecommendationLanguageRecommendationLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendationLanguage[]RecommendationLanguage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.trustedadvisor.model that return types with arguments of type RecommendationLanguage Modifier and Type Method Description static Set<RecommendationLanguage>RecommendationLanguage. knownValues()Methods in software.amazon.awssdk.services.trustedadvisor.model with parameters of type RecommendationLanguage Modifier and Type Method Description ListChecksRequest.BuilderListChecksRequest.Builder. language(RecommendationLanguage language)The ISO 639-1 code for the language that you want your checks to appear in.
-