| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerTypeEnum |
LoadBalancerTypeEnum.fromValue(String value)
Use this in place of valueOf.
|
static LoadBalancerTypeEnum |
LoadBalancerTypeEnum.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancer.setType(LoadBalancerTypeEnum type)
The type of load balancer.
|
void |
CreateLoadBalancerRequest.setType(LoadBalancerTypeEnum type)
The type of load balancer.
|
LoadBalancer |
LoadBalancer.withType(LoadBalancerTypeEnum type)
The type of load balancer.
|
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withType(LoadBalancerTypeEnum type)
The type of load balancer.
|
Copyright © 2021. All rights reserved.