Uses of Interface
software.amazon.awssdk.services.inspectorscan.auth.scheme.InspectorScanAuthSchemeParams
-
Packages that use InspectorScanAuthSchemeParams Package Description software.amazon.awssdk.services.inspectorscan.auth.scheme software.amazon.awssdk.services.inspectorscan.auth.scheme.internal -
-
Uses of InspectorScanAuthSchemeParams in software.amazon.awssdk.services.inspectorscan.auth.scheme
Methods in software.amazon.awssdk.services.inspectorscan.auth.scheme that return InspectorScanAuthSchemeParams Modifier and Type Method Description InspectorScanAuthSchemeParamsInspectorScanAuthSchemeParams.Builder. build()Returns aInspectorScanAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.inspectorscan.auth.scheme with parameters of type InspectorScanAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>InspectorScanAuthSchemeProvider. resolveAuthScheme(InspectorScanAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of InspectorScanAuthSchemeParams in software.amazon.awssdk.services.inspectorscan.auth.scheme.internal
Classes in software.amazon.awssdk.services.inspectorscan.auth.scheme.internal that implement InspectorScanAuthSchemeParams Modifier and Type Class Description classDefaultInspectorScanAuthSchemeParamsMethods in software.amazon.awssdk.services.inspectorscan.auth.scheme.internal with parameters of type InspectorScanAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultInspectorScanAuthSchemeProvider. resolveAuthScheme(InspectorScanAuthSchemeParams params)
-