Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.RecommendationType
-
Packages that use RecommendationType Package Description software.amazon.awssdk.services.trustedadvisor.model -
-
Uses of RecommendationType in software.amazon.awssdk.services.trustedadvisor.model
Methods in software.amazon.awssdk.services.trustedadvisor.model that return RecommendationType Modifier and Type Method Description static RecommendationTypeRecommendationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecommendationTypeListOrganizationRecommendationsRequest. type()The type of the RecommendationRecommendationTypeListRecommendationsRequest. type()The type of the RecommendationRecommendationTypeOrganizationRecommendation. type()Whether the Recommendation was automated or generated by AWS Trusted Advisor PriorityRecommendationTypeOrganizationRecommendationSummary. type()Whether the Recommendation was automated or generated by AWS Trusted Advisor PriorityRecommendationTypeRecommendation. type()Whether the Recommendation was automated or generated by AWS Trusted Advisor PriorityRecommendationTypeRecommendationSummary. type()Whether the Recommendation was automated or generated by AWS Trusted Advisor Prioritystatic RecommendationTypeRecommendationType. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendationType[]RecommendationType. 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 RecommendationType Modifier and Type Method Description static Set<RecommendationType>RecommendationType. knownValues()Methods in software.amazon.awssdk.services.trustedadvisor.model with parameters of type RecommendationType Modifier and Type Method Description ListOrganizationRecommendationsRequest.BuilderListOrganizationRecommendationsRequest.Builder. type(RecommendationType type)The type of the RecommendationListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. type(RecommendationType type)The type of the RecommendationOrganizationRecommendation.BuilderOrganizationRecommendation.Builder. type(RecommendationType type)Whether the Recommendation was automated or generated by AWS Trusted Advisor PriorityOrganizationRecommendationSummary.BuilderOrganizationRecommendationSummary.Builder. type(RecommendationType type)Whether the Recommendation was automated or generated by AWS Trusted Advisor PriorityRecommendation.BuilderRecommendation.Builder. type(RecommendationType type)Whether the Recommendation was automated or generated by AWS Trusted Advisor PriorityRecommendationSummary.BuilderRecommendationSummary.Builder. type(RecommendationType type)Whether the Recommendation was automated or generated by AWS Trusted Advisor Priority
-