Uses of Class
software.amazon.awssdk.services.lightsail.model.LoadBalancerAttributeName
-
Packages that use LoadBalancerAttributeName Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of LoadBalancerAttributeName in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return LoadBalancerAttributeName Modifier and Type Method Description LoadBalancerAttributeNameUpdateLoadBalancerAttributeRequest. attributeName()The name of the attribute you want to update.static LoadBalancerAttributeNameLoadBalancerAttributeName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static LoadBalancerAttributeNameLoadBalancerAttributeName. valueOf(String name)Returns the enum constant of this type with the specified name.static LoadBalancerAttributeName[]LoadBalancerAttributeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type LoadBalancerAttributeName Modifier and Type Method Description Map<LoadBalancerAttributeName,String>LoadBalancer. configurationOptions()A string to string map of the configuration options for your load balancer.static Set<LoadBalancerAttributeName>LoadBalancerAttributeName. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type LoadBalancerAttributeName Modifier and Type Method Description UpdateLoadBalancerAttributeRequest.BuilderUpdateLoadBalancerAttributeRequest.Builder. attributeName(LoadBalancerAttributeName attributeName)The name of the attribute you want to update.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type LoadBalancerAttributeName Modifier and Type Method Description LoadBalancer.BuilderLoadBalancer.Builder. configurationOptions(Map<LoadBalancerAttributeName,String> configurationOptions)A string to string map of the configuration options for your load balancer.
-