Uses of Class
software.amazon.awssdk.services.inspector2.model.UpdateOrgEc2DeepInspectionConfigurationResponse
-
Packages that use UpdateOrgEc2DeepInspectionConfigurationResponse 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 UpdateOrgEc2DeepInspectionConfigurationResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return UpdateOrgEc2DeepInspectionConfigurationResponse Modifier and Type Method Description default UpdateOrgEc2DeepInspectionConfigurationResponseInspector2Client. updateOrgEc2DeepInspectionConfiguration(Consumer<UpdateOrgEc2DeepInspectionConfigurationRequest.Builder> updateOrgEc2DeepInspectionConfigurationRequest)Updates the Amazon Inspector deep inspection custom paths for your organization.default UpdateOrgEc2DeepInspectionConfigurationResponseInspector2Client. updateOrgEc2DeepInspectionConfiguration(UpdateOrgEc2DeepInspectionConfigurationRequest updateOrgEc2DeepInspectionConfigurationRequest)Updates the Amazon Inspector deep inspection custom paths for your organization.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type UpdateOrgEc2DeepInspectionConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateOrgEc2DeepInspectionConfigurationResponse>Inspector2AsyncClient. updateOrgEc2DeepInspectionConfiguration(Consumer<UpdateOrgEc2DeepInspectionConfigurationRequest.Builder> updateOrgEc2DeepInspectionConfigurationRequest)Updates the Amazon Inspector deep inspection custom paths for your organization.default CompletableFuture<UpdateOrgEc2DeepInspectionConfigurationResponse>Inspector2AsyncClient. updateOrgEc2DeepInspectionConfiguration(UpdateOrgEc2DeepInspectionConfigurationRequest updateOrgEc2DeepInspectionConfigurationRequest)Updates the Amazon Inspector deep inspection custom paths for your organization.
-