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