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