Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.BatchDeleteAgentError
-
Packages that use BatchDeleteAgentError Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of BatchDeleteAgentError in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type BatchDeleteAgentError Modifier and Type Method Description List<BatchDeleteAgentError>BatchDeleteAgentsResponse. errors()A list of agent IDs that failed to delete during the deletion task, each paired with an error message.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type BatchDeleteAgentError Modifier and Type Method Description BatchDeleteAgentsResponse.BuilderBatchDeleteAgentsResponse.Builder. errors(BatchDeleteAgentError... errors)A list of agent IDs that failed to delete during the deletion task, each paired with an error message.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type BatchDeleteAgentError Modifier and Type Method Description BatchDeleteAgentsResponse.BuilderBatchDeleteAgentsResponse.Builder. errors(Collection<BatchDeleteAgentError> errors)A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
-