Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.RecommendationSource
-
Packages that use RecommendationSource Package Description software.amazon.awssdk.services.trustedadvisor.model -
-
Uses of RecommendationSource in software.amazon.awssdk.services.trustedadvisor.model
Methods in software.amazon.awssdk.services.trustedadvisor.model that return RecommendationSource Modifier and Type Method Description static RecommendationSourceRecommendationSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecommendationSourceCheckSummary. source()The source of the RecommendationRecommendationSourceListChecksRequest. source()The source of the checkRecommendationSourceListOrganizationRecommendationsRequest. source()The source of the RecommendationRecommendationSourceListRecommendationsRequest. source()The source of the RecommendationRecommendationSourceOrganizationRecommendation. source()The source of the RecommendationRecommendationSourceOrganizationRecommendationSummary. source()The source of the RecommendationRecommendationSourceRecommendation. source()The source of the RecommendationRecommendationSourceRecommendationSummary. source()The source of the Recommendationstatic RecommendationSourceRecommendationSource. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendationSource[]RecommendationSource. 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 RecommendationSource Modifier and Type Method Description static Set<RecommendationSource>RecommendationSource. knownValues()Methods in software.amazon.awssdk.services.trustedadvisor.model with parameters of type RecommendationSource Modifier and Type Method Description CheckSummary.BuilderCheckSummary.Builder. source(RecommendationSource source)The source of the RecommendationListChecksRequest.BuilderListChecksRequest.Builder. source(RecommendationSource source)The source of the checkListOrganizationRecommendationsRequest.BuilderListOrganizationRecommendationsRequest.Builder. source(RecommendationSource source)The source of the RecommendationListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. source(RecommendationSource source)The source of the RecommendationOrganizationRecommendation.BuilderOrganizationRecommendation.Builder. source(RecommendationSource source)The source of the RecommendationOrganizationRecommendationSummary.BuilderOrganizationRecommendationSummary.Builder. source(RecommendationSource source)The source of the RecommendationRecommendation.BuilderRecommendation.Builder. source(RecommendationSource source)The source of the RecommendationRecommendationSummary.BuilderRecommendationSummary.Builder. source(RecommendationSource source)The source of the Recommendation
-