| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
TargetFailure |
TargetFailure.clone() |
TargetFailure |
TargetFailure.withFailureCode(String failureCode)
The failure code.
|
TargetFailure |
TargetFailure.withFailureMessage(String failureMessage)
The failure message.
|
TargetFailure |
TargetFailure.withId(String id)
The ID of the target.
|
TargetFailure |
TargetFailure.withPort(Integer port)
The port on which the target is listening.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetFailure> |
RegisterTargetsResult.getUnsuccessful()
The targets that were not registered.
|
List<TargetFailure> |
DeregisterTargetsResult.getUnsuccessful()
The targets that the operation couldn't deregister.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterTargetsResult |
RegisterTargetsResult.withUnsuccessful(TargetFailure... unsuccessful)
The targets that were not registered.
|
DeregisterTargetsResult |
DeregisterTargetsResult.withUnsuccessful(TargetFailure... unsuccessful)
The targets that the operation couldn't deregister.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterTargetsResult.setUnsuccessful(Collection<TargetFailure> unsuccessful)
The targets that were not registered.
|
void |
DeregisterTargetsResult.setUnsuccessful(Collection<TargetFailure> unsuccessful)
The targets that the operation couldn't deregister.
|
RegisterTargetsResult |
RegisterTargetsResult.withUnsuccessful(Collection<TargetFailure> unsuccessful)
The targets that were not registered.
|
DeregisterTargetsResult |
DeregisterTargetsResult.withUnsuccessful(Collection<TargetFailure> unsuccessful)
The targets that the operation couldn't deregister.
|
Copyright © 2023. All rights reserved.