Uses of Class
software.amazon.awssdk.services.inspector2.model.UpdateEc2DeepInspectionConfigurationResponse
-
Packages that use UpdateEc2DeepInspectionConfigurationResponse 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 UpdateEc2DeepInspectionConfigurationResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return UpdateEc2DeepInspectionConfigurationResponse Modifier and Type Method Description default UpdateEc2DeepInspectionConfigurationResponseInspector2Client. updateEc2DeepInspectionConfiguration(Consumer<UpdateEc2DeepInspectionConfigurationRequest.Builder> updateEc2DeepInspectionConfigurationRequest)Activates, deactivates Amazon Inspector deep inspection, or updates custom paths for your account.default UpdateEc2DeepInspectionConfigurationResponseInspector2Client. updateEc2DeepInspectionConfiguration(UpdateEc2DeepInspectionConfigurationRequest updateEc2DeepInspectionConfigurationRequest)Activates, deactivates Amazon Inspector deep inspection, or updates custom paths for your account.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type UpdateEc2DeepInspectionConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateEc2DeepInspectionConfigurationResponse>Inspector2AsyncClient. updateEc2DeepInspectionConfiguration(Consumer<UpdateEc2DeepInspectionConfigurationRequest.Builder> updateEc2DeepInspectionConfigurationRequest)Activates, deactivates Amazon Inspector deep inspection, or updates custom paths for your account.default CompletableFuture<UpdateEc2DeepInspectionConfigurationResponse>Inspector2AsyncClient. updateEc2DeepInspectionConfiguration(UpdateEc2DeepInspectionConfigurationRequest updateEc2DeepInspectionConfigurationRequest)Activates, deactivates Amazon Inspector deep inspection, or updates custom paths for your account.
-