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