| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchDeleteAgentError> |
BatchDeleteAgentsResponse.errors()
A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteAgentsResponse.Builder |
BatchDeleteAgentsResponse.Builder.errors(BatchDeleteAgentError... errors)
A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteAgentsResponse.Builder |
BatchDeleteAgentsResponse.Builder.errors(Collection<BatchDeleteAgentError> errors)
A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
|
Copyright © 2023. All rights reserved.