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