Uses of Class
software.amazon.awssdk.services.inspector2.model.UpdateEc2DeepInspectionConfigurationRequest
-
Packages that use UpdateEc2DeepInspectionConfigurationRequest 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.software.amazon.awssdk.services.inspector2.transform -
-
Uses of UpdateEc2DeepInspectionConfigurationRequest in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 with parameters of type UpdateEc2DeepInspectionConfigurationRequest Modifier and Type Method Description default CompletableFuture<UpdateEc2DeepInspectionConfigurationResponse>Inspector2AsyncClient. updateEc2DeepInspectionConfiguration(UpdateEc2DeepInspectionConfigurationRequest 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. -
Uses of UpdateEc2DeepInspectionConfigurationRequest in software.amazon.awssdk.services.inspector2.transform
Methods in software.amazon.awssdk.services.inspector2.transform with parameters of type UpdateEc2DeepInspectionConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateEc2DeepInspectionConfigurationRequestMarshaller. marshall(UpdateEc2DeepInspectionConfigurationRequest updateEc2DeepInspectionConfigurationRequest)
-