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