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