Uses of Interface
software.amazon.awssdk.services.ecr.model.Recommendation.Builder
-
Packages that use Recommendation.Builder Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of Recommendation.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return Recommendation.Builder Modifier and Type Method Description static Recommendation.BuilderRecommendation. builder()Recommendation.BuilderRecommendation.Builder. text(String text)The recommended course of action to remediate the finding.Recommendation.BuilderRecommendation. toBuilder()Recommendation.BuilderRecommendation.Builder. url(String url)The URL address to the CVE remediation recommendations.Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type Recommendation.Builder Modifier and Type Method Description static Class<? extends Recommendation.Builder>Recommendation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type Recommendation.Builder Modifier and Type Method Description default Remediation.BuilderRemediation.Builder. recommendation(Consumer<Recommendation.Builder> recommendation)An object that contains information about the recommended course of action to remediate the finding.
-