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