Uses of Interface
software.amazon.awssdk.services.inspector.InspectorBaseClientBuilder
-
Packages that use InspectorBaseClientBuilder Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of InspectorBaseClientBuilder in software.amazon.awssdk.services.inspector
Classes in software.amazon.awssdk.services.inspector with type parameters of type InspectorBaseClientBuilder Modifier and Type Interface Description interfaceInspectorBaseClientBuilder<B extends InspectorBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Inspector that is supported by bothInspectorClientBuilderandInspectorAsyncClientBuilder.Subinterfaces of InspectorBaseClientBuilder in software.amazon.awssdk.services.inspector Modifier and Type Interface Description interfaceInspectorAsyncClientBuilderA builder for creating an instance ofInspectorAsyncClient.interfaceInspectorClientBuilderA builder for creating an instance ofInspectorClient.
-