| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerAttributeName |
UpdateLoadBalancerAttributeRequest.attributeName()
The name of the attribute you want to update.
|
static LoadBalancerAttributeName |
LoadBalancerAttributeName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static LoadBalancerAttributeName |
LoadBalancerAttributeName.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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<LoadBalancerAttributeName,String> |
LoadBalancer.configurationOptions()
A string to string map of the configuration options for your load balancer.
|
static Set<LoadBalancerAttributeName> |
LoadBalancerAttributeName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLoadBalancerAttributeRequest.Builder |
UpdateLoadBalancerAttributeRequest.Builder.attributeName(LoadBalancerAttributeName attributeName)
The name of the attribute you want to update.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer.Builder |
LoadBalancer.Builder.configurationOptions(Map<LoadBalancerAttributeName,String> configurationOptions)
A string to string map of the configuration options for your load balancer.
|
Copyright © 2023. All rights reserved.