Uses of Interface
software.amazon.awssdk.services.cloudfront.auth.scheme.CloudFrontAuthSchemeParams
-
Packages that use CloudFrontAuthSchemeParams Package Description software.amazon.awssdk.services.cloudfront.auth.scheme software.amazon.awssdk.services.cloudfront.auth.scheme.internal -
-
Uses of CloudFrontAuthSchemeParams in software.amazon.awssdk.services.cloudfront.auth.scheme
Methods in software.amazon.awssdk.services.cloudfront.auth.scheme that return CloudFrontAuthSchemeParams Modifier and Type Method Description CloudFrontAuthSchemeParamsCloudFrontAuthSchemeParams.Builder. build()Returns aCloudFrontAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.cloudfront.auth.scheme with parameters of type CloudFrontAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>CloudFrontAuthSchemeProvider. resolveAuthScheme(CloudFrontAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of CloudFrontAuthSchemeParams in software.amazon.awssdk.services.cloudfront.auth.scheme.internal
Classes in software.amazon.awssdk.services.cloudfront.auth.scheme.internal that implement CloudFrontAuthSchemeParams Modifier and Type Class Description classDefaultCloudFrontAuthSchemeParamsMethods in software.amazon.awssdk.services.cloudfront.auth.scheme.internal with parameters of type CloudFrontAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultCloudFrontAuthSchemeProvider. resolveAuthScheme(CloudFrontAuthSchemeParams params)List<AuthSchemeOption>PreferredCloudFrontAuthSchemeProvider. resolveAuthScheme(CloudFrontAuthSchemeParams params)Resolve the auth schemes based on the given set of parameters.
-