| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetGroupType |
TargetGroupType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetGroupType |
ListTargetGroupsRequest.targetGroupType()
The target group type.
|
TargetGroupType |
GetTargetGroupResponse.type()
The target group type.
|
TargetGroupType |
TargetGroupSummary.type()
The target group type.
|
TargetGroupType |
CreateTargetGroupResponse.type()
The type of target group.
|
TargetGroupType |
CreateTargetGroupRequest.type()
The type of target group.
|
TargetGroupType |
UpdateTargetGroupResponse.type()
The target group type.
|
static TargetGroupType |
TargetGroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetGroupType[] |
TargetGroupType.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<TargetGroupType> |
TargetGroupType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetGroupsRequest.Builder |
ListTargetGroupsRequest.Builder.targetGroupType(TargetGroupType targetGroupType)
The target group type.
|
GetTargetGroupResponse.Builder |
GetTargetGroupResponse.Builder.type(TargetGroupType type)
The target group type.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.type(TargetGroupType type)
The target group type.
|
CreateTargetGroupResponse.Builder |
CreateTargetGroupResponse.Builder.type(TargetGroupType type)
The type of target group.
|
CreateTargetGroupRequest.Builder |
CreateTargetGroupRequest.Builder.type(TargetGroupType type)
The type of target group.
|
UpdateTargetGroupResponse.Builder |
UpdateTargetGroupResponse.Builder.type(TargetGroupType type)
The target group type.
|
Copyright © 2023. All rights reserved.