Uses of Interface
software.amazon.awssdk.services.globalaccelerator.auth.scheme.GlobalAcceleratorAuthSchemeParams
-
-
Uses of GlobalAcceleratorAuthSchemeParams in software.amazon.awssdk.services.globalaccelerator.auth.scheme
Methods in software.amazon.awssdk.services.globalaccelerator.auth.scheme that return GlobalAcceleratorAuthSchemeParams Modifier and Type Method Description GlobalAcceleratorAuthSchemeParamsGlobalAcceleratorAuthSchemeParams.Builder. build()Returns aGlobalAcceleratorAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.globalaccelerator.auth.scheme with parameters of type GlobalAcceleratorAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>GlobalAcceleratorAuthSchemeProvider. resolveAuthScheme(GlobalAcceleratorAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of GlobalAcceleratorAuthSchemeParams in software.amazon.awssdk.services.globalaccelerator.auth.scheme.internal
Classes in software.amazon.awssdk.services.globalaccelerator.auth.scheme.internal that implement GlobalAcceleratorAuthSchemeParams Modifier and Type Class Description classDefaultGlobalAcceleratorAuthSchemeParamsMethods in software.amazon.awssdk.services.globalaccelerator.auth.scheme.internal with parameters of type GlobalAcceleratorAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultGlobalAcceleratorAuthSchemeProvider. resolveAuthScheme(GlobalAcceleratorAuthSchemeParams params)
-