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