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