Uses of Interface
software.amazon.awssdk.services.kinesisanalytics.auth.scheme.KinesisAnalyticsAuthSchemeParams
-
-
Uses of KinesisAnalyticsAuthSchemeParams in software.amazon.awssdk.services.kinesisanalytics.auth.scheme
Methods in software.amazon.awssdk.services.kinesisanalytics.auth.scheme that return KinesisAnalyticsAuthSchemeParams Modifier and Type Method Description KinesisAnalyticsAuthSchemeParamsKinesisAnalyticsAuthSchemeParams.Builder. build()Returns aKinesisAnalyticsAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.kinesisanalytics.auth.scheme with parameters of type KinesisAnalyticsAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>KinesisAnalyticsAuthSchemeProvider. resolveAuthScheme(KinesisAnalyticsAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of KinesisAnalyticsAuthSchemeParams in software.amazon.awssdk.services.kinesisanalytics.auth.scheme.internal
Classes in software.amazon.awssdk.services.kinesisanalytics.auth.scheme.internal that implement KinesisAnalyticsAuthSchemeParams Modifier and Type Class Description classDefaultKinesisAnalyticsAuthSchemeParamsMethods in software.amazon.awssdk.services.kinesisanalytics.auth.scheme.internal with parameters of type KinesisAnalyticsAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultKinesisAnalyticsAuthSchemeProvider. resolveAuthScheme(KinesisAnalyticsAuthSchemeParams params)
-