Uses of Interface
software.amazon.awssdk.services.timestreaminfluxdb.auth.scheme.TimestreamInfluxDbAuthSchemeParams
-
-
Uses of TimestreamInfluxDbAuthSchemeParams in software.amazon.awssdk.services.timestreaminfluxdb.auth.scheme
Methods in software.amazon.awssdk.services.timestreaminfluxdb.auth.scheme that return TimestreamInfluxDbAuthSchemeParams Modifier and Type Method Description TimestreamInfluxDbAuthSchemeParamsTimestreamInfluxDbAuthSchemeParams.Builder. build()Returns aTimestreamInfluxDbAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.timestreaminfluxdb.auth.scheme with parameters of type TimestreamInfluxDbAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>TimestreamInfluxDbAuthSchemeProvider. resolveAuthScheme(TimestreamInfluxDbAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of TimestreamInfluxDbAuthSchemeParams in software.amazon.awssdk.services.timestreaminfluxdb.auth.scheme.internal
Classes in software.amazon.awssdk.services.timestreaminfluxdb.auth.scheme.internal that implement TimestreamInfluxDbAuthSchemeParams Modifier and Type Class Description classDefaultTimestreamInfluxDbAuthSchemeParamsMethods in software.amazon.awssdk.services.timestreaminfluxdb.auth.scheme.internal with parameters of type TimestreamInfluxDbAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultTimestreamInfluxDbAuthSchemeProvider. resolveAuthScheme(TimestreamInfluxDbAuthSchemeParams params)
-