Uses of Class
software.amazon.awssdk.services.inspector2.model.GetEc2DeepInspectionConfigurationResponse
-
Packages that use GetEc2DeepInspectionConfigurationResponse 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 GetEc2DeepInspectionConfigurationResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return GetEc2DeepInspectionConfigurationResponse Modifier and Type Method Description default GetEc2DeepInspectionConfigurationResponseInspector2Client. getEc2DeepInspectionConfiguration(Consumer<GetEc2DeepInspectionConfigurationRequest.Builder> getEc2DeepInspectionConfigurationRequest)Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your account.default GetEc2DeepInspectionConfigurationResponseInspector2Client. getEc2DeepInspectionConfiguration(GetEc2DeepInspectionConfigurationRequest getEc2DeepInspectionConfigurationRequest)Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your account.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type GetEc2DeepInspectionConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetEc2DeepInspectionConfigurationResponse>Inspector2AsyncClient. getEc2DeepInspectionConfiguration(Consumer<GetEc2DeepInspectionConfigurationRequest.Builder> getEc2DeepInspectionConfigurationRequest)Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your account.default CompletableFuture<GetEc2DeepInspectionConfigurationResponse>Inspector2AsyncClient. getEc2DeepInspectionConfiguration(GetEc2DeepInspectionConfigurationRequest getEc2DeepInspectionConfigurationRequest)Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your account.
-