Uses of Interface
software.amazon.awssdk.services.qapps.auth.scheme.QAppsAuthSchemeParams.Builder
-
Packages that use QAppsAuthSchemeParams.Builder Package Description software.amazon.awssdk.services.qapps.auth.scheme software.amazon.awssdk.services.qapps.auth.scheme.internal -
-
Uses of QAppsAuthSchemeParams.Builder in software.amazon.awssdk.services.qapps.auth.scheme
Methods in software.amazon.awssdk.services.qapps.auth.scheme that return QAppsAuthSchemeParams.Builder Modifier and Type Method Description static QAppsAuthSchemeParams.BuilderQAppsAuthSchemeParams. builder()Get a new builder for creating aQAppsAuthSchemeParams.QAppsAuthSchemeParams.BuilderQAppsAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.QAppsAuthSchemeParams.BuilderQAppsAuthSchemeParams.Builder. region(Region region)Set the region.QAppsAuthSchemeParams.BuilderQAppsAuthSchemeParams. toBuilder()Returns aQAppsAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.qapps.auth.scheme with type arguments of type QAppsAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>QAppsAuthSchemeProvider. resolveAuthScheme(Consumer<QAppsAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of QAppsAuthSchemeParams.Builder in software.amazon.awssdk.services.qapps.auth.scheme.internal
Methods in software.amazon.awssdk.services.qapps.auth.scheme.internal that return QAppsAuthSchemeParams.Builder Modifier and Type Method Description static QAppsAuthSchemeParams.BuilderDefaultQAppsAuthSchemeParams. builder()QAppsAuthSchemeParams.BuilderDefaultQAppsAuthSchemeParams. toBuilder()
-