Uses of Class
software.amazon.awssdk.services.inspector2.model.UpdateConfigurationResponse
-
Packages that use UpdateConfigurationResponse 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 UpdateConfigurationResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return UpdateConfigurationResponse Modifier and Type Method Description default UpdateConfigurationResponseInspector2Client. updateConfiguration(Consumer<UpdateConfigurationRequest.Builder> updateConfigurationRequest)Updates setting configurations for your Amazon Inspector account.default UpdateConfigurationResponseInspector2Client. updateConfiguration(UpdateConfigurationRequest updateConfigurationRequest)Updates setting configurations for your Amazon Inspector account.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type UpdateConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateConfigurationResponse>Inspector2AsyncClient. updateConfiguration(Consumer<UpdateConfigurationRequest.Builder> updateConfigurationRequest)Updates setting configurations for your Amazon Inspector account.default CompletableFuture<UpdateConfigurationResponse>Inspector2AsyncClient. updateConfiguration(UpdateConfigurationRequest updateConfigurationRequest)Updates setting configurations for your Amazon Inspector account.
-