Uses of Interface
software.amazon.awssdk.services.route53.auth.scheme.Route53AuthSchemeParams
Packages that use Route53AuthSchemeParams
Package
Description
-
Uses of Route53AuthSchemeParams in software.amazon.awssdk.services.route53.auth.scheme
Methods in software.amazon.awssdk.services.route53.auth.scheme that return Route53AuthSchemeParamsModifier and TypeMethodDescriptionRoute53AuthSchemeParams.Builder.build()Returns aRoute53AuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.route53.auth.scheme with parameters of type Route53AuthSchemeParamsModifier and TypeMethodDescriptionRoute53AuthSchemeProvider.resolveAuthScheme(Route53AuthSchemeParams authSchemeParams) Resolve the auth schemes based on the given set of parameters. -
Uses of Route53AuthSchemeParams in software.amazon.awssdk.services.route53.auth.scheme.internal
Classes in software.amazon.awssdk.services.route53.auth.scheme.internal that implement Route53AuthSchemeParamsMethods in software.amazon.awssdk.services.route53.auth.scheme.internal with parameters of type Route53AuthSchemeParamsModifier and TypeMethodDescriptionDefaultRoute53AuthSchemeProvider.resolveAuthScheme(Route53AuthSchemeParams params) PreferredRoute53AuthSchemeProvider.resolveAuthScheme(Route53AuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.