Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.RecommendationPillar
-
Packages that use RecommendationPillar Package Description software.amazon.awssdk.services.trustedadvisor.model -
-
Uses of RecommendationPillar in software.amazon.awssdk.services.trustedadvisor.model
Methods in software.amazon.awssdk.services.trustedadvisor.model that return RecommendationPillar Modifier and Type Method Description static RecommendationPillarRecommendationPillar. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecommendationPillarListChecksRequest. pillar()The pillar of the checkRecommendationPillarListOrganizationRecommendationsRequest. pillar()The pillar of the RecommendationRecommendationPillarListRecommendationsRequest. pillar()The pillar of the Recommendationstatic RecommendationPillarRecommendationPillar. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendationPillar[]RecommendationPillar. 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 RecommendationPillar Modifier and Type Method Description static Set<RecommendationPillar>RecommendationPillar. knownValues()List<RecommendationPillar>CheckSummary. pillars()The Recommendation pillars that the AWS Trusted Advisor Check falls underList<RecommendationPillar>OrganizationRecommendation. pillars()The Pillars that the Recommendation is optimizingList<RecommendationPillar>OrganizationRecommendationSummary. pillars()The Pillars that the Recommendation is optimizingList<RecommendationPillar>Recommendation. pillars()The Pillars that the Recommendation is optimizingList<RecommendationPillar>RecommendationSummary. pillars()The Pillars that the Recommendation is optimizingMethods in software.amazon.awssdk.services.trustedadvisor.model with parameters of type RecommendationPillar Modifier and Type Method Description ListChecksRequest.BuilderListChecksRequest.Builder. pillar(RecommendationPillar pillar)The pillar of the checkListOrganizationRecommendationsRequest.BuilderListOrganizationRecommendationsRequest.Builder. pillar(RecommendationPillar pillar)The pillar of the RecommendationListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. pillar(RecommendationPillar pillar)The pillar of the RecommendationCheckSummary.BuilderCheckSummary.Builder. pillars(RecommendationPillar... pillars)The Recommendation pillars that the AWS Trusted Advisor Check falls underOrganizationRecommendation.BuilderOrganizationRecommendation.Builder. pillars(RecommendationPillar... pillars)The Pillars that the Recommendation is optimizingOrganizationRecommendationSummary.BuilderOrganizationRecommendationSummary.Builder. pillars(RecommendationPillar... pillars)The Pillars that the Recommendation is optimizingRecommendation.BuilderRecommendation.Builder. pillars(RecommendationPillar... pillars)The Pillars that the Recommendation is optimizingRecommendationSummary.BuilderRecommendationSummary.Builder. pillars(RecommendationPillar... pillars)The Pillars that the Recommendation is optimizingMethod parameters in software.amazon.awssdk.services.trustedadvisor.model with type arguments of type RecommendationPillar Modifier and Type Method Description CheckSummary.BuilderCheckSummary.Builder. pillars(Collection<RecommendationPillar> pillars)The Recommendation pillars that the AWS Trusted Advisor Check falls underOrganizationRecommendation.BuilderOrganizationRecommendation.Builder. pillars(Collection<RecommendationPillar> pillars)The Pillars that the Recommendation is optimizingOrganizationRecommendationSummary.BuilderOrganizationRecommendationSummary.Builder. pillars(Collection<RecommendationPillar> pillars)The Pillars that the Recommendation is optimizingRecommendation.BuilderRecommendation.Builder. pillars(Collection<RecommendationPillar> pillars)The Pillars that the Recommendation is optimizingRecommendationSummary.BuilderRecommendationSummary.Builder. pillars(Collection<RecommendationPillar> pillars)The Pillars that the Recommendation is optimizing
-