Uses of Class
software.amazon.awssdk.services.inspector2.model.UpdateFilterResponse
-
Packages that use UpdateFilterResponse Package Description software.amazon.awssdk.services.inspector2 Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments. -
-
Uses of UpdateFilterResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return UpdateFilterResponse Modifier and Type Method Description default UpdateFilterResponseInspector2Client. updateFilter(Consumer<UpdateFilterRequest.Builder> updateFilterRequest)Specifies the action that is to be applied to the findings that match the filter.default UpdateFilterResponseInspector2Client. updateFilter(UpdateFilterRequest updateFilterRequest)Specifies the action that is to be applied to the findings that match the filter.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type UpdateFilterResponse Modifier and Type Method Description default CompletableFuture<UpdateFilterResponse>Inspector2AsyncClient. updateFilter(Consumer<UpdateFilterRequest.Builder> updateFilterRequest)Specifies the action that is to be applied to the findings that match the filter.default CompletableFuture<UpdateFilterResponse>Inspector2AsyncClient. updateFilter(UpdateFilterRequest updateFilterRequest)Specifies the action that is to be applied to the findings that match the filter.
-