Uses of Enum
software.amazon.awssdk.services.elasticloadbalancingv2.model.LoadBalancerSchemeEnum
Packages that use LoadBalancerSchemeEnum
-
Uses of LoadBalancerSchemeEnum in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return LoadBalancerSchemeEnumModifier and TypeMethodDescriptionstatic LoadBalancerSchemeEnumUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LoadBalancerSchemeEnumCreateLoadBalancerRequest.scheme()The nodes of an Internet-facing load balancer have public IP addresses.final LoadBalancerSchemeEnumLoadBalancer.scheme()The nodes of an Internet-facing load balancer have public IP addresses.static LoadBalancerSchemeEnumReturns the enum constant of this type with the specified name.static LoadBalancerSchemeEnum[]LoadBalancerSchemeEnum.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 LoadBalancerSchemeEnumModifier and TypeMethodDescriptionstatic Set<LoadBalancerSchemeEnum>LoadBalancerSchemeEnum.knownValues()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type LoadBalancerSchemeEnumModifier and TypeMethodDescriptionCreateLoadBalancerRequest.Builder.scheme(LoadBalancerSchemeEnum scheme) The nodes of an Internet-facing load balancer have public IP addresses.LoadBalancer.Builder.scheme(LoadBalancerSchemeEnum scheme) The nodes of an Internet-facing load balancer have public IP addresses.