Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.LoadBalancerTypeEnum
-
Packages that use LoadBalancerTypeEnum Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of LoadBalancerTypeEnum in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return LoadBalancerTypeEnum Modifier and Type Method Description static LoadBalancerTypeEnumLoadBalancerTypeEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LoadBalancerTypeEnumDescribeSslPoliciesRequest. loadBalancerType()The type of load balancer.LoadBalancerTypeEnumCreateLoadBalancerRequest. type()The type of load balancer.LoadBalancerTypeEnumLoadBalancer. type()The type of load balancer.static LoadBalancerTypeEnumLoadBalancerTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LoadBalancerTypeEnum[]LoadBalancerTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type LoadBalancerTypeEnum Modifier and Type Method Description static Set<LoadBalancerTypeEnum>LoadBalancerTypeEnum. knownValues()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type LoadBalancerTypeEnum Modifier and Type Method Description DescribeSslPoliciesRequest.BuilderDescribeSslPoliciesRequest.Builder. loadBalancerType(LoadBalancerTypeEnum loadBalancerType)The type of load balancer.CreateLoadBalancerRequest.BuilderCreateLoadBalancerRequest.Builder. type(LoadBalancerTypeEnum type)The type of load balancer.LoadBalancer.BuilderLoadBalancer.Builder. type(LoadBalancerTypeEnum type)The type of load balancer.
-