| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerTypeEnum |
LoadBalancerTypeEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LoadBalancerTypeEnum |
CreateLoadBalancerRequest.type()
The type of load balancer.
|
LoadBalancerTypeEnum |
LoadBalancer.type()
The type of load balancer.
|
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 |
|---|---|
static Set<LoadBalancerTypeEnum> |
LoadBalancerTypeEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateLoadBalancerRequest.Builder |
CreateLoadBalancerRequest.Builder.type(LoadBalancerTypeEnum type)
The type of load balancer.
|
LoadBalancer.Builder |
LoadBalancer.Builder.type(LoadBalancerTypeEnum type)
The type of load balancer.
|
Copyright © 2019. All rights reserved.