| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetTypeEnum |
TargetTypeEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetTypeEnum |
CreateTargetGroupRequest.targetType()
The type of target that you must specify when registering targets with this target group.
|
TargetTypeEnum |
TargetGroup.targetType()
The type of target that you must specify when registering targets with this target group.
|
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 |
|---|---|
static Set<TargetTypeEnum> |
TargetTypeEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateTargetGroupRequest.Builder |
CreateTargetGroupRequest.Builder.targetType(TargetTypeEnum targetType)
The type of target that you must specify when registering targets with this target group.
|
TargetGroup.Builder |
TargetGroup.Builder.targetType(TargetTypeEnum targetType)
The type of target that you must specify when registering targets with this target group.
|
Copyright © 2019. All rights reserved.