| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
TargetSummary |
TargetSummary.clone() |
TargetSummary |
TargetSummary.withId(String id)
The ID of the target.
|
TargetSummary |
TargetSummary.withPort(Integer port)
The port on which the target is listening.
|
TargetSummary |
TargetSummary.withReasonCode(String reasonCode)
The code for why the target status is what it is.
|
TargetSummary |
TargetSummary.withStatus(String status)
The status of the target.
|
TargetSummary |
TargetSummary.withStatus(TargetStatus status)
The status of the target.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetSummary> |
ListTargetsResult.getItems()
Information about the targets.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsResult |
ListTargetsResult.withItems(TargetSummary... items)
Information about the targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTargetsResult.setItems(Collection<TargetSummary> items)
Information about the targets.
|
ListTargetsResult |
ListTargetsResult.withItems(Collection<TargetSummary> items)
Information about the targets.
|
Copyright © 2023. All rights reserved.