Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.auth.scheme.ElasticLoadBalancingAuthSchemeParams
-
-
Uses of ElasticLoadBalancingAuthSchemeParams in software.amazon.awssdk.services.elasticloadbalancing.auth.scheme
Methods in software.amazon.awssdk.services.elasticloadbalancing.auth.scheme that return ElasticLoadBalancingAuthSchemeParams Modifier and Type Method Description ElasticLoadBalancingAuthSchemeParams
ElasticLoadBalancingAuthSchemeParams.Builder. build()
Returns aElasticLoadBalancingAuthSchemeParams
object 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 ElasticLoadBalancingAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>
ElasticLoadBalancingAuthSchemeProvider. 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 ElasticLoadBalancingAuthSchemeParams Modifier and Type Class Description class
DefaultElasticLoadBalancingAuthSchemeParams
Methods in software.amazon.awssdk.services.elasticloadbalancing.auth.scheme.internal with parameters of type ElasticLoadBalancingAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>
DefaultElasticLoadBalancingAuthSchemeProvider. resolveAuthScheme(ElasticLoadBalancingAuthSchemeParams params)
-