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