Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.auth.scheme.ElasticLoadBalancingV2AuthSchemeParams
Packages that use ElasticLoadBalancingV2AuthSchemeParams
Package
Description
-
Uses of ElasticLoadBalancingV2AuthSchemeParams in software.amazon.awssdk.services.elasticloadbalancingv2.auth.scheme
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.auth.scheme that return ElasticLoadBalancingV2AuthSchemeParamsModifier and TypeMethodDescriptionElasticLoadBalancingV2AuthSchemeParams.Builder.build()Returns aElasticLoadBalancingV2AuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.auth.scheme with parameters of type ElasticLoadBalancingV2AuthSchemeParamsModifier and TypeMethodDescriptionElasticLoadBalancingV2AuthSchemeProvider.resolveAuthScheme(ElasticLoadBalancingV2AuthSchemeParams authSchemeParams) Resolve the auth schemes based on the given set of parameters. -
Uses of ElasticLoadBalancingV2AuthSchemeParams in software.amazon.awssdk.services.elasticloadbalancingv2.auth.scheme.internal
Classes in software.amazon.awssdk.services.elasticloadbalancingv2.auth.scheme.internal that implement ElasticLoadBalancingV2AuthSchemeParamsMethods in software.amazon.awssdk.services.elasticloadbalancingv2.auth.scheme.internal with parameters of type ElasticLoadBalancingV2AuthSchemeParamsModifier and TypeMethodDescriptionDefaultElasticLoadBalancingV2AuthSchemeProvider.resolveAuthScheme(ElasticLoadBalancingV2AuthSchemeParams params) PreferredElasticLoadBalancingV2AuthSchemeProvider.resolveAuthScheme(ElasticLoadBalancingV2AuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.