Uses of Interface
software.amazon.awssdk.services.cloudfront.auth.scheme.CloudFrontAuthSchemeParams
Packages that use CloudFrontAuthSchemeParams
Package
Description
-
Uses of CloudFrontAuthSchemeParams in software.amazon.awssdk.services.cloudfront.auth.scheme
Methods in software.amazon.awssdk.services.cloudfront.auth.scheme that return CloudFrontAuthSchemeParamsModifier and TypeMethodDescriptionCloudFrontAuthSchemeParams.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 CloudFrontAuthSchemeParamsModifier and TypeMethodDescriptionCloudFrontAuthSchemeProvider.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 CloudFrontAuthSchemeParamsMethods in software.amazon.awssdk.services.cloudfront.auth.scheme.internal with parameters of type CloudFrontAuthSchemeParamsModifier and TypeMethodDescriptionDefaultCloudFrontAuthSchemeProvider.resolveAuthScheme(CloudFrontAuthSchemeParams params) PreferredCloudFrontAuthSchemeProvider.resolveAuthScheme(CloudFrontAuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.