Uses of Interface
software.amazon.awssdk.services.inspector2.Inspector2BaseClientBuilder
-
Packages that use Inspector2BaseClientBuilder 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 Inspector2BaseClientBuilder in software.amazon.awssdk.services.inspector2
Classes in software.amazon.awssdk.services.inspector2 with type parameters of type Inspector2BaseClientBuilder Modifier and Type Interface Description interfaceInspector2BaseClientBuilder<B extends Inspector2BaseClientBuilder<B,C>,C>This includes configuration specific to Inspector2 that is supported by bothInspector2ClientBuilderandInspector2AsyncClientBuilder.Subinterfaces of Inspector2BaseClientBuilder in software.amazon.awssdk.services.inspector2 Modifier and Type Interface Description interfaceInspector2AsyncClientBuilderA builder for creating an instance ofInspector2AsyncClient.interfaceInspector2ClientBuilderA builder for creating an instance ofInspector2Client.
-