| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteAgentError |
BatchDeleteAgentError.clone() |
BatchDeleteAgentError |
BatchDeleteAgentError.withAgentId(String agentId)
The ID of the agent or data collector to delete.
|
BatchDeleteAgentError |
BatchDeleteAgentError.withErrorCode(DeleteAgentErrorCode errorCode)
The type of error that occurred for the delete failed agent.
|
BatchDeleteAgentError |
BatchDeleteAgentError.withErrorCode(String errorCode)
The type of error that occurred for the delete failed agent.
|
BatchDeleteAgentError |
BatchDeleteAgentError.withErrorMessage(String errorMessage)
The description of the error that occurred for the delete failed agent.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDeleteAgentError> |
BatchDeleteAgentsResult.getErrors()
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 |
|---|---|
BatchDeleteAgentsResult |
BatchDeleteAgentsResult.withErrors(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 |
|---|---|
void |
BatchDeleteAgentsResult.setErrors(Collection<BatchDeleteAgentError> errors)
A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
|
BatchDeleteAgentsResult |
BatchDeleteAgentsResult.withErrors(Collection<BatchDeleteAgentError> errors)
A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
|
Copyright © 2024. All rights reserved.