| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetTypeEnum |
TargetTypeEnum.fromValue(String value)
Use this in place of valueOf.
|
static TargetTypeEnum |
TargetTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetTypeEnum[] |
TargetTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTargetGroupRequest.setTargetType(TargetTypeEnum targetType)
The type of target that you must specify when registering targets with this target group.
|
void |
TargetGroup.setTargetType(TargetTypeEnum targetType)
The type of target that you must specify when registering targets with this target group.
|
CreateTargetGroupRequest |
CreateTargetGroupRequest.withTargetType(TargetTypeEnum targetType)
The type of target that you must specify when registering targets with this target group.
|
TargetGroup |
TargetGroup.withTargetType(TargetTypeEnum targetType)
The type of target that you must specify when registering targets with this target group.
|
Copyright © 2024. All rights reserved.