Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.auth.scheme.ElasticLoadBalancingAuthSchemeParams
Packages that use ElasticLoadBalancingAuthSchemeParams
Package
Description
-
Uses of ElasticLoadBalancingAuthSchemeParams in software.amazon.awssdk.services.elasticloadbalancing.auth.scheme
Methods in software.amazon.awssdk.services.elasticloadbalancing.auth.scheme that return ElasticLoadBalancingAuthSchemeParamsModifier and TypeMethodDescriptionElasticLoadBalancingAuthSchemeParams.Builder.build()Returns aElasticLoadBalancingAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.elasticloadbalancing.auth.scheme with parameters of type ElasticLoadBalancingAuthSchemeParamsModifier and TypeMethodDescriptionElasticLoadBalancingAuthSchemeProvider.resolveAuthScheme(ElasticLoadBalancingAuthSchemeParams authSchemeParams) Resolve the auth schemes based on the given set of parameters. -
Uses of ElasticLoadBalancingAuthSchemeParams in software.amazon.awssdk.services.elasticloadbalancing.auth.scheme.internal
Classes in software.amazon.awssdk.services.elasticloadbalancing.auth.scheme.internal that implement ElasticLoadBalancingAuthSchemeParamsMethods in software.amazon.awssdk.services.elasticloadbalancing.auth.scheme.internal with parameters of type ElasticLoadBalancingAuthSchemeParamsModifier and TypeMethodDescriptionDefaultElasticLoadBalancingAuthSchemeProvider.resolveAuthScheme(ElasticLoadBalancingAuthSchemeParams params) PreferredElasticLoadBalancingAuthSchemeProvider.resolveAuthScheme(ElasticLoadBalancingAuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.