Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.RecommendationType
-
Packages that use RecommendationType Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of RecommendationType in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.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.RecommendationTypeGetFindingRecommendationResponse. recommendationType()The type of recommendation for the finding.static 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.accessanalyzer.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.accessanalyzer.model with parameters of type RecommendationType Modifier and Type Method Description GetFindingRecommendationResponse.BuilderGetFindingRecommendationResponse.Builder. recommendationType(RecommendationType recommendationType)The type of recommendation for the finding.
-