Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.BatchDeleteImportDataError
-
Packages that use BatchDeleteImportDataError Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of BatchDeleteImportDataError in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type BatchDeleteImportDataError Modifier and Type Method Description List<BatchDeleteImportDataError>BatchDeleteImportDataResponse. errors()Error messages returned for each import task that you deleted as a response for this command.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type BatchDeleteImportDataError Modifier and Type Method Description BatchDeleteImportDataResponse.BuilderBatchDeleteImportDataResponse.Builder. errors(BatchDeleteImportDataError... errors)Error messages returned for each import task that you deleted as a response for this command.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type BatchDeleteImportDataError Modifier and Type Method Description BatchDeleteImportDataResponse.BuilderBatchDeleteImportDataResponse.Builder. errors(Collection<BatchDeleteImportDataError> errors)Error messages returned for each import task that you deleted as a response for this command.
-