Uses of Enum
software.amazon.awssdk.services.elasticloadbalancingv2.model.LoadBalancerTypeEnum
Packages that use LoadBalancerTypeEnum
-
Uses of LoadBalancerTypeEnum in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return LoadBalancerTypeEnumModifier and TypeMethodDescriptionstatic LoadBalancerTypeEnumUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LoadBalancerTypeEnumDescribeSslPoliciesRequest.loadBalancerType()The type of load balancer.final LoadBalancerTypeEnumCreateLoadBalancerRequest.type()The type of load balancer.final LoadBalancerTypeEnumLoadBalancer.type()The type of load balancer.static LoadBalancerTypeEnumReturns 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 LoadBalancerTypeEnumModifier and TypeMethodDescriptionstatic Set<LoadBalancerTypeEnum>LoadBalancerTypeEnum.knownValues()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type LoadBalancerTypeEnumModifier and TypeMethodDescriptionDescribeSslPoliciesRequest.Builder.loadBalancerType(LoadBalancerTypeEnum loadBalancerType) The type of load balancer.CreateLoadBalancerRequest.Builder.type(LoadBalancerTypeEnum type) The type of load balancer.LoadBalancer.Builder.type(LoadBalancerTypeEnum type) The type of load balancer.