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