Uses of Class
software.amazon.awssdk.services.connect.model.AttachedFileError
-
Packages that use AttachedFileError Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AttachedFileError in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AttachedFileError Modifier and Type Method Description List<AttachedFileError>BatchGetAttachedFileMetadataResponse. errors()List of errors of attached files that could not be retrieved.Methods in software.amazon.awssdk.services.connect.model with parameters of type AttachedFileError Modifier and Type Method Description BatchGetAttachedFileMetadataResponse.BuilderBatchGetAttachedFileMetadataResponse.Builder. errors(AttachedFileError... errors)List of errors of attached files that could not be retrieved.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AttachedFileError Modifier and Type Method Description BatchGetAttachedFileMetadataResponse.BuilderBatchGetAttachedFileMetadataResponse.Builder. errors(Collection<AttachedFileError> errors)List of errors of attached files that could not be retrieved.
-